Show patches with: Submitter = Jiong Wang       |   283 patches
« 1 2 3 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[bpf-next,1/3] bpf: unify main prog and subprog bpf: cleanups on managing subprog information - - - - --- 2018-04-30 Jiong Wang bpf Changes Requested
[bpf-next,2/3] bpf: centre subprog information fields bpf: cleanups on managing subprog information - - - - --- 2018-04-30 Jiong Wang bpf Changes Requested
[bpf-next,3/3] bpf: add faked "ending" subprog bpf: cleanups on managing subprog information - - - - --- 2018-04-30 Jiong Wang bpf Changes Requested
[v2,bpf-next,1/3] bpf: unify main prog and subprog bpf: cleanups on managing subprog information - - - - --- 2018-05-02 Jiong Wang bpf Accepted
[v2,bpf-next,2/3] bpf: centre subprog information fields bpf: cleanups on managing subprog information - - - - --- 2018-05-02 Jiong Wang bpf Accepted
[v2,bpf-next,3/3] bpf: add faked "ending" subprog bpf: cleanups on managing subprog information - - - - --- 2018-05-02 Jiong Wang bpf Accepted
[RFC,bpf-next,01/10] bpf: cfg: partition basic blocks for each subprog initial control flow support for eBPF verifier - - - - --- 2018-05-07 Jiong Wang bpf RFC
[RFC,bpf-next,02/10] bpf: cfg: add edges between basic blocks to form CFG initial control flow support for eBPF verifier - - - - --- 2018-05-07 Jiong Wang bpf RFC
[RFC,bpf-next,03/10] bpf: cfg: build domination tree using Tarjan algorithm initial control flow support for eBPF verifier - - - - --- 2018-05-07 Jiong Wang bpf RFC
[RFC,bpf-next,04/10] bpf: cfg: detect loop use domination information initial control flow support for eBPF verifier - - - - --- 2018-05-07 Jiong Wang bpf RFC
[RFC,bpf-next,05/10] bpf: cfg: detect unreachable basic blocks initial control flow support for eBPF verifier - - - - --- 2018-05-07 Jiong Wang bpf RFC
[RFC,bpf-next,06/10] bpf: cfg: move find_subprog/add_subprog to cfg.c initial control flow support for eBPF verifier - - - - --- 2018-05-07 Jiong Wang bpf RFC
[RFC,bpf-next,07/10] bpf: cfg: build call graph and detect unreachable/recursive call initial control flow support for eBPF verifier - - - - --- 2018-05-07 Jiong Wang bpf RFC
[RFC,bpf-next,08/10] bpf: cfg: remove push_insn and check_cfg initial control flow support for eBPF verifier - - - - --- 2018-05-07 Jiong Wang bpf RFC
[RFC,bpf-next,09/10] bpf: cfg: reduce k*alloc/free call by using memory pool for allocating nodes initial control flow support for eBPF verifier - - - - --- 2018-05-07 Jiong Wang bpf RFC
[RFC,bpf-next,10/10] bpf: cfg: reduce memory usage by using singly list + compat pointer initial control flow support for eBPF verifier - - - - --- 2018-05-07 Jiong Wang bpf RFC
[bpf-next,1/2] bpf: let verifier to calculate and record max_pkt_offset bpf: offer maximum packet offset info - - 1 - --- 2018-11-08 Jiong Wang bpf Accepted
[bpf-next,2/2] nfp: bpf: relax prog rejection through max_pkt_offset bpf: offer maximum packet offset info - - 1 - --- 2018-11-08 Jiong Wang bpf Accepted
[bpf] mips: bpf: fix encoding bug for mm_srlv32_op [bpf] mips: bpf: fix encoding bug for mm_srlv32_op 2 1 - - --- 2018-12-01 Jiong Wang bpf Changes Requested
[v2,bpf] mips: bpf: fix encoding bug for mm_srlv32_op [v2,bpf] mips: bpf: fix encoding bug for mm_srlv32_op 2 1 - - --- 2018-12-03 Jiong Wang bpf Accepted
[RFC,bpf-next,1/7] bpf: interpreter support BPF_ALU | BPF_ARSH bpf: support BPF_ALU | BPF_ARSH - - 1 - --- 2018-12-04 Jiong Wang bpf RFC
[RFC,bpf-next,2/7] mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_X bpf: support BPF_ALU | BPF_ARSH - - - - --- 2018-12-04 Jiong Wang bpf RFC
[RFC,bpf-next,3/7] ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* bpf: support BPF_ALU | BPF_ARSH - - - - --- 2018-12-04 Jiong Wang bpf RFC
[RFC,bpf-next,4/7] s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* bpf: support BPF_ALU | BPF_ARSH - - - - --- 2018-12-04 Jiong Wang bpf RFC
[RFC,bpf-next,5/7] nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* bpf: support BPF_ALU | BPF_ARSH - - 1 - --- 2018-12-04 Jiong Wang bpf RFC
[RFC,bpf-next,6/7] bpf: verifier remove the rejection on BPF_ALU | BPF_ARSH bpf: support BPF_ALU | BPF_ARSH - - 1 - --- 2018-12-04 Jiong Wang bpf RFC
[RFC,bpf-next,7/7] selftests: bpf: update testcases for BPF_ALU | BPF_ARSH bpf: support BPF_ALU | BPF_ARSH - - 1 - --- 2018-12-04 Jiong Wang bpf RFC
[bpf-next,1/7] mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_X bpf: support BPF_ALU | BPF_ARSH - - - - --- 2018-12-04 Jiong Wang bpf Changes Requested
[bpf-next,2/7] ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* bpf: support BPF_ALU | BPF_ARSH - - - - --- 2018-12-04 Jiong Wang bpf Changes Requested
[bpf-next,3/7] s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* bpf: support BPF_ALU | BPF_ARSH - - - - --- 2018-12-04 Jiong Wang bpf Changes Requested
[bpf-next,4/7] nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* bpf: support BPF_ALU | BPF_ARSH - - 1 - --- 2018-12-04 Jiong Wang bpf Changes Requested
[bpf-next,5/7] bpf: interpreter support BPF_ALU | BPF_ARSH bpf: support BPF_ALU | BPF_ARSH - - 1 - --- 2018-12-04 Jiong Wang bpf Changes Requested
[bpf-next,6/7] bpf: verifier remove the rejection on BPF_ALU | BPF_ARSH bpf: support BPF_ALU | BPF_ARSH - - 1 - --- 2018-12-04 Jiong Wang bpf Changes Requested
[bpf-next,7/7] selftests: bpf: update testcases for BPF_ALU | BPF_ARSH bpf: support BPF_ALU | BPF_ARSH - - 1 - --- 2018-12-04 Jiong Wang bpf Changes Requested
[bpf-next] bpf: relax verifier restriction on BPF_MOV | BPF_ALU [bpf-next] bpf: relax verifier restriction on BPF_MOV | BPF_ALU - - - - --- 2018-12-05 Jiong Wang bpf Changes Requested
[v2,bpf-next,1/7] mips: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_X bpf: support BPF_ALU | BPF_ARSH 1 - - - --- 2018-12-05 Jiong Wang bpf Accepted
[v2,bpf-next,2/7] ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* bpf: support BPF_ALU | BPF_ARSH - - 1 - --- 2018-12-05 Jiong Wang bpf Accepted
[v2,bpf-next,3/7] s390: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* bpf: support BPF_ALU | BPF_ARSH - - - - --- 2018-12-05 Jiong Wang bpf Accepted
[v2,bpf-next,4/7] nfp: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_* bpf: support BPF_ALU | BPF_ARSH - - 1 - --- 2018-12-05 Jiong Wang bpf Accepted
[v2,bpf-next,5/7] bpf: interpreter support BPF_ALU | BPF_ARSH bpf: support BPF_ALU | BPF_ARSH - - 1 - --- 2018-12-05 Jiong Wang bpf Accepted
[v2,bpf-next,6/7] bpf: verifier remove the rejection on BPF_ALU | BPF_ARSH bpf: support BPF_ALU | BPF_ARSH - - 1 - --- 2018-12-05 Jiong Wang bpf Accepted
[v2,bpf-next,7/7] selftests: bpf: update testcases for BPF_ALU | BPF_ARSH bpf: support BPF_ALU | BPF_ARSH - - 1 - --- 2018-12-05 Jiong Wang bpf Accepted
[v2,bpf-next] bpf: relax verifier restriction on BPF_MOV | BPF_ALU [v2,bpf-next] bpf: relax verifier restriction on BPF_MOV | BPF_ALU - - - - --- 2018-12-07 Jiong Wang bpf Accepted
[bpf-next] bpf: correct slot_type marking logic to allow more stack slot sharing [bpf-next] bpf: correct slot_type marking logic to allow more stack slot sharing - - 2 - --- 2018-12-15 Jiong Wang bpf Accepted
[PATH,bpf-next,01/13] bpf: encoding description and macros for JMP32 bpf: propose new jmp32 instructions - - - - --- 2018-12-19 Jiong Wang bpf Changes Requested
[PATH,bpf-next,02/13] bpf: interpreter support for JMP32 bpf: propose new jmp32 instructions - - - - --- 2018-12-19 Jiong Wang bpf Changes Requested
[PATH,bpf-next,03/13] bpf: JIT blinds support JMP32 bpf: propose new jmp32 instructions - - - - --- 2018-12-19 Jiong Wang bpf Changes Requested
[PATH,bpf-next,04/13] x86_64: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2018-12-19 Jiong Wang bpf Changes Requested
[PATH,bpf-next,05/13] x32: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2018-12-19 Jiong Wang bpf Changes Requested
[PATH,bpf-next,06/13] arm64: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2018-12-19 Jiong Wang bpf Changes Requested
[PATH,bpf-next,07/13] arm: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2018-12-19 Jiong Wang bpf Changes Requested
[PATH,bpf-next,08/13] ppc: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2018-12-19 Jiong Wang bpf Changes Requested
[PATH,bpf-next,09/13] s390: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2018-12-19 Jiong Wang bpf Changes Requested
[PATH,bpf-next,10/13] nfp: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2018-12-19 Jiong Wang bpf Changes Requested
[PATH,bpf-next,11/13] bpf: verifier support JMP32 bpf: propose new jmp32 instructions - - - - --- 2018-12-19 Jiong Wang bpf Changes Requested
[PATH,bpf-next,12/13] bpf: unit tests for JMP32 bpf: propose new jmp32 instructions - - - - --- 2018-12-19 Jiong Wang bpf Changes Requested
[PATH,bpf-next,13/13] selftests: bpf: makefile support sub-register code-gen test mode bpf: propose new jmp32 instructions - - - - --- 2018-12-19 Jiong Wang bpf Changes Requested
[bpf-next,v2,01/16] bpf: allocate 0x06 to new eBPF instruction class JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v2,02/16] bpf: refactor verifier min/max code for condition jump bpf: propose new jmp32 instructions - - 1 - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v2,03/16] bpf: verifier support JMP32 bpf: propose new jmp32 instructions 1 - - - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v2,04/16] bpf: disassembler support JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v2,05/16] tools: bpftool: teach cfg code about JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v2,06/16] bpf: interpreter support for JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v2,07/16] bpf: JIT blinds support JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v2,08/16] bpf: functional and min/max reasoning unit tests for JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v2,09/16] x86_64: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v2,10/16] x32: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v2,11/16] arm64: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v2,12/16] arm: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v2,13/16] ppc: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v2,14/16] s390: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v2,15/16] nfp: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v2,16/16] selftests: bpf: makefile support sub-register code-gen test mode bpf: propose new jmp32 instructions - - 1 - --- 2019-01-21 Jiong Wang bpf Changes Requested
[bpf-next,v3,01/16] bpf: allocate 0x06 to new eBPF instruction class JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v3,02/16] bpf: refactor verifier min/max code for condition jump bpf: propose new jmp32 instructions - - 1 - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v3,03/16] bpf: verifier support JMP32 bpf: propose new jmp32 instructions 1 - - - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v3,04/16] bpf: disassembler support JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v3,05/16] tools: bpftool: teach cfg code about JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v3,06/16] bpf: interpreter support for JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v3,07/16] bpf: JIT blinds support JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v3,08/16] x86_64: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v3,09/16] x32: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v3,10/16] arm64: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v3,11/16] arm: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v3,12/16] ppc: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v3,13/16] s390: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v3,14/16] nfp: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v3,15/16] selftests: bpf: functional and min/max reasoning unit tests for JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v3,16/16] selftests: bpf: makefile support sub-register code-gen test mode bpf: propose new jmp32 instructions - - 1 - --- 2019-01-25 Jiong Wang bpf Changes Requested
[bpf-next,v4,01/16] bpf: allocate 0x06 to new eBPF instruction class JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-26 Jiong Wang bpf Accepted
[bpf-next,v4,02/16] bpf: refactor verifier min/max code for condition jump bpf: propose new jmp32 instructions - - 1 - --- 2019-01-26 Jiong Wang bpf Accepted
[bpf-next,v4,03/16] bpf: verifier support JMP32 bpf: propose new jmp32 instructions 1 - - - --- 2019-01-26 Jiong Wang bpf Accepted
[bpf-next,v4,04/16] bpf: disassembler support JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-26 Jiong Wang bpf Accepted
[bpf-next,v4,05/16] tools: bpftool: teach cfg code about JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-26 Jiong Wang bpf Accepted
[bpf-next,v4,06/16] bpf: interpreter support for JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-26 Jiong Wang bpf Accepted
[bpf-next,v4,07/16] bpf: JIT blinds support JMP32 bpf: propose new jmp32 instructions - - 1 - --- 2019-01-26 Jiong Wang bpf Accepted
[bpf-next,v4,08/16] x86_64: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2019-01-26 Jiong Wang bpf Accepted
[bpf-next,v4,09/16] x32: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2019-01-26 Jiong Wang bpf Accepted
[bpf-next,v4,10/16] arm64: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2019-01-26 Jiong Wang bpf Accepted
[bpf-next,v4,11/16] arm: bpf: implement jitting of JMP32 bpf: propose new jmp32 instructions - - - - --- 2019-01-26 Jiong Wang bpf Accepted
« 1 2 3 »