Show patches with: Submitter = Xu Kuohai       |   57 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[bpf-next,v4,20/20] selftests/bpf: Add verifier tests for bpf lsm Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai New
[bpf-next,v4,19/20] selftests/bpf: Add test for lsm tail call Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai Accepted
[bpf-next,v4,18/20] selftests/bpf: Add return value checks for failed tests Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai Accepted
[bpf-next,v4,17/20] selftests/bpf: Avoid load failure for token_lsm.c Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai Accepted
[bpf-next,v4,16/20] bpf: Add a special case for bitwise AND on range [-1, 0] Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai New
[bpf-next,v4,15/20] bpf: Fix compare error in function retval_range_within Add return value range check for BPF LSM 1 - - --- 2024-07-11 Xu Kuohai Accepted
[bpf-next,v4,14/20] bpf: Prevent tail call between progs attached to different hooks Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai Accepted
[bpf-next,v4,13/20] bpf, lsm: Add check for BPF LSM return value Add return value range check for BPF LSM 1 - - --- 2024-07-11 Xu Kuohai New
[bpf-next,v4,12/20] bpf, lsm: Enable BPF LSM prog to read/write return value parameters Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai New
[bpf-next,v4,11/20] bpf, lsm: Add disabled BPF LSM hook list Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai New
[bpf-next,v4,10/20] lsm: Refactor return value of LSM hook audit_rule_match Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai New
[bpf-next,v4,09/20] lsm: Refactor return value of LSM hook key_getsecurity Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai New
[bpf-next,v4,08/20] lsm: Refactor return value of LSM hook getprocattr Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai New
[bpf-next,v4,07/20] lsm: Refactor return value of LSM hook setprocattr Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai New
[bpf-next,v4,06/20] lsm: Refactor return value of LSM hook getselfattr Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai New
[bpf-next,v4,05/20] lsm: Refactor return value of LSM hook inode_copy_up_xattr Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai New
[bpf-next,v4,04/20] lsm: Refactor return value of LSM hook inode_listsecurity Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai New
[bpf-next,v4,03/20] lsm: Refactor return value of LSM hook inode_getsecurity Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai New
[bpf-next,v4,02/20] lsm: Refactor return value of LSM hook inode_need_killpriv Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai New
[bpf-next,v4,01/20] lsm: Refactor return value of LSM hook vm_enough_memory Add return value range check for BPF LSM - - - --- 2024-07-11 Xu Kuohai Accepted
[bpf-next,v3,11/11] selftests/bpf: Add verifier tests for bpf lsm Add check for bpf lsm return value - - - --- 2024-04-11 Xu Kuohai New
[bpf-next,v3,10/11] selftests/bpf: Add test for lsm tail call Add check for bpf lsm return value - - - --- 2024-04-11 Xu Kuohai Accepted
[bpf-next,v3,09/11] selftests/bpf: Add return value checks for failed tests Add check for bpf lsm return value - - - --- 2024-04-11 Xu Kuohai New
[bpf-next,v3,08/11] selftests/bpf: Avoid load failure for token_lsm.c Add check for bpf lsm return value - - - --- 2024-04-11 Xu Kuohai Accepted
[bpf-next,v3,07/11] bpf: Fix a false rejection caused by AND operation Add check for bpf lsm return value - - - --- 2024-04-11 Xu Kuohai New
[bpf-next,v3,06/11] bpf: Fix compare error in function retval_range_within Add check for bpf lsm return value - - - --- 2024-04-11 Xu Kuohai New
[bpf-next,v3,05/11] bpf: Avoid progs for different hooks calling each other with tail call Add check for bpf lsm return value - - - --- 2024-04-11 Xu Kuohai New
[bpf-next,v3,04/11] bpf, lsm: Add bpf lsm disabled hook list Add check for bpf lsm return value - - - --- 2024-04-11 Xu Kuohai New
[bpf-next,v3,03/11] bpf, lsm: Check bpf lsm hook return values in verifier Add check for bpf lsm return value 1 - - --- 2024-04-11 Xu Kuohai New
[bpf-next,v3,02/11] bpf, lsm: Add helper to read lsm hook return value range Add check for bpf lsm return value - - - --- 2024-04-11 Xu Kuohai New
[bpf-next,v3,01/11] bpf, lsm: Annotate lsm hook return value range Add check for bpf lsm return value - - - --- 2024-04-11 Xu Kuohai New
[bpf-next,v2] selftests/bpf: Rewrite two infinite loops in bound check cases [bpf-next,v2] selftests/bpf: Rewrite two infinite loops in bound check cases - - - --- 2023-03-29 Xu Kuohai Accepted
[bpf-next] selftests/bpf: Remove two infinite loop bound check cases [bpf-next] selftests/bpf: Remove two infinite loop bound check cases - - - --- 2023-03-27 Xu Kuohai New
[bpf-next,v2,2/2] selftests/bpf: check if verifier tracks dst_reg bound for BPF_MOD bpf: add bound tracking for BPF_MOD - - - --- 2023-03-24 Xu Kuohai New
[bpf-next,v2,1/2] bpf: add bound tracking for BPF_MOD bpf: add bound tracking for BPF_MOD - - - --- 2023-03-24 Xu Kuohai New
[bpf-next,v2,2/2] selftests/bpf: check bounds not in the 32-bit range bpf: Fix a umin > umax reg bound error - - - --- 2023-03-14 Xu Kuohai Accepted
[bpf-next,v2,1/2] bpf: Fix a umin > umax reg bound error bpf: Fix a umin > umax reg bound error - - - --- 2023-03-14 Xu Kuohai Accepted
[bpf-next,2/2] selftests/bpf: check bounds not in the 32-bit range update 32-bit bounds when the lower 32-bit value is not wrapping - - - --- 2023-03-07 Xu Kuohai Accepted
[bpf-next,1/2] bpf: update 32-bit bounds when the lower 32-bit value is not wrapping update 32-bit bounds when the lower 32-bit value is not wrapping - - - --- 2023-03-07 Xu Kuohai New
[bpf-next,2/2] selftests/bpf: check if verifier tracks dst_reg bound for BPF_MOD bpf: add bound tracking for BPF_MOD - - - --- 2023-03-06 Xu Kuohai New
[bpf-next,1/2] bpf: add bound tracking for BPF_MOD bpf: add bound tracking for BPF_MOD - - - --- 2023-03-06 Xu Kuohai New
[bpf-next,v4,6/6] selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.c Fix bugs found by ASAN when running selftests - - - --- 2022-10-11 Xu Kuohai Accepted
[bpf-next,v4,5/6] selftests/bpf: Fix error failure of case test_xdp_adjust_tail_grow Fix bugs found by ASAN when running selftests - - - --- 2022-10-11 Xu Kuohai Accepted
[bpf-next,v4,4/6] selftest/bpf: Fix memory leak in kprobe_multi_test Fix bugs found by ASAN when running selftests 1 - - --- 2022-10-11 Xu Kuohai Accepted
[bpf-next,v4,3/6] selftests/bpf: Fix memory leak caused by not destroying skeleton Fix bugs found by ASAN when running selftests - - - --- 2022-10-11 Xu Kuohai Accepted
[bpf-next,v4,2/6] libbpf: Fix memory leak in parse_usdt_arg() Fix bugs found by ASAN when running selftests - - - --- 2022-10-11 Xu Kuohai Accepted
[bpf-next,v4,1/6] libbpf: Fix use-after-free in btf_dump_name_dups Fix bugs found by ASAN when running selftests - - - --- 2022-10-11 Xu Kuohai Accepted
[bpf,v2,5/5] selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.c Fix bugs found by ASAN when running selftests - - - --- 2022-10-10 Xu Kuohai Accepted
[bpf,v2,4/5] selftest/bpf: Fix memory leak in kprobe_multi_test Fix bugs found by ASAN when running selftests - - - --- 2022-10-10 Xu Kuohai New
[bpf,v2,3/5] selftests/bpf: Fix memory leak caused by not destroying skeleton Fix bugs found by ASAN when running selftests - - - --- 2022-10-10 Xu Kuohai Accepted
[bpf,v2,2/5] libbpf: Fix memory leak in parse_usdt_arg() Fix bugs found by ASAN when running selftests - - - --- 2022-10-10 Xu Kuohai New
[bpf,v2,1/5] libbpf: Fix use-after-free in btf_dump_name_dups Fix bugs found by ASAN when running selftests - - - --- 2022-10-10 Xu Kuohai New
[bpf-next,5/5] selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.c Fix bugs found by ASAN when running selftests - - - --- 2022-10-09 Xu Kuohai Accepted
[bpf-next,4/5] selftest/bpf: Fix memory leak in kprobe_multi_test Fix bugs found by ASAN when running selftests 1 - - --- 2022-10-09 Xu Kuohai New
[bpf-next,3/5] selftests/bpf: Fix memory leak caused by not destroying skeleton Fix bugs found by ASAN when running selftests - - - --- 2022-10-09 Xu Kuohai New
[bpf-next,2/5] libbpf: Fix memory leak in parse_usdt_arg() Fix bugs found by ASAN when running selftests - - - --- 2022-10-09 Xu Kuohai New
[bpf-next,1/5] libbpf: Fix use-after-free in btf_dump_name_dups Fix bugs found by ASAN when running selftests - - - --- 2022-10-09 Xu Kuohai New