Xu Kuohai ([email protected])

Number of posts: 76 (0.12 per day)
First post: 2022-07-21 12:54:31
Last post: 2024-04-12 02:30:15

Date List Subject
2024-04-12 02:30:15 linux-kernel Re: Incorrect BPF stats accounting for fentry on arm64
2024-03-23 07:19:57 linux-kernel Re: [PATCH bpf-next v2 2/2] bpf: Add arm64 JIT support for bpf_addr_space_cast instruction.
2024-03-21 08:33:59 linux-kernel Re: [PATCH bpf-next v2] arm64: bpf: fix 32bit unconditional bswap
2024-03-20 11:35:07 linux-kernel Re: [PATCH bpf-next] arm64: bpf: zero upper bits after rev32
2024-01-29 01:03:40 linux-kernel Re: [PATCH bpf-next v7 1/2] arm64: patching: implement text_poke API
2023-09-18 16:56:07 linux-kernel Re: [PATCH bpf-next v2 1/1] bpf, arm64: support exceptions
2023-09-10 03:17:08 linux-kernel Re: [PATCH bpf-next v5 1/3] arm64: patching: Add aarch64_insn_copy()
2023-09-09 23:33:12 linux-kernel Re: [PATCH bpf-next v5 2/3] arm64: patching: Add aarch64_insn_set()
2023-09-09 11:30:31 linux-kernel Re: [PATCH bpf-next v5 3/3] bpf, arm64: use bpf_jit_binary_pack_alloc
2023-07-15 09:20:54 linux-kernel Re: [PATCH bpf] bpf, arm64: Fix BTI type used for freplace attached functions
2023-05-11 14:32:35 linux-kernel Re: [PATCH bpf-next v2] arm64,bpf: Support struct arguments in the BPF trampoline
2023-04-01 11:03:42 linux-kernel [PATCH bpf-next] bpf, arm64: Fixed a BTI error on returning to patched function
2023-03-25 02:12:18 linux-kernel Re: [PATCH bpf-next v2 1/2] bpf: add bound tracking for BPF_MOD
2023-03-23 16:04:13 linux-kernel [PATCH bpf-next v2 2/2] selftests/bpf: check if verifier tracks dst_reg bound for BPF_MOD
2023-03-23 16:04:08 linux-kernel [PATCH bpf-next v2 1/2] bpf: add bound tracking for BPF_MOD
2023-03-23 16:03:34 linux-kernel [PATCH bpf-next v2 0/2] bpf: add bound tracking for BPF_MOD
2023-03-21 08:29:14 linux-kernel Re: [PATCH bpf-next v2 1/2] bpf: Fix a umin > umax reg bound error
2023-03-21 08:06:24 linux-kernel Re: [PATCH bpf-next v2 1/2] bpf: Fix a umin > umax reg bound error
2023-03-14 07:35:51 linux-kernel [PATCH bpf-next v2 1/2] bpf: Fix a umin > umax reg bound error
2023-03-14 07:35:51 linux-kernel [PATCH bpf-next v2 2/2] selftests/bpf: check bounds not in the 32-bit range
2023-03-14 07:35:20 linux-kernel [PATCH bpf-next v2 0/2] bpf: Fix a umin > umax reg bound error
2023-03-07 09:21:50 linux-kernel Re: [PATCH bpf-next 1/2] bpf: update 32-bit bounds when the lower 32-bit value is not wrapping
2023-03-07 09:05:33 linux-kernel [PATCH bpf-next 2/2] selftests/bpf: check bounds not in the 32-bit range
2023-03-07 09:05:30 linux-kernel [PATCH bpf-next 1/2] bpf: update 32-bit bounds when the lower 32-bit value is not wrapping
2023-03-07 09:05:25 linux-kernel [PATCH bpf-next 0/2] update 32-bit bounds when the lower 32-bit value is not wrapping
2023-03-05 14:31:57 linux-kernel [PATCH bpf-next 2/2] selftests/bpf: check if verifier tracks dst_reg bound for BPF_MOD
2023-03-05 14:31:53 linux-kernel [PATCH bpf-next 1/2] bpf: add bound tracking for BPF_MOD
2023-03-05 14:31:47 linux-kernel [PATCH bpf-next 0/2] bpf: add bound tracking for BPF_MOD
2022-11-21 11:53:52 linux-kernel Re: [PATCH bpf 1/2] bpf: Do not copy spin lock field from user in bpf_selem_alloc
2022-11-11 13:09:58 linux-kernel [PATCH bpf-next v5] bpf: Initialize same number of free nodes for each pcpu_freelist
2022-11-11 12:58:02 linux-kernel [PATCH bpf] bpf: Fix offset calculation error in __copy_map_value and zero_map_value
2022-11-10 02:59:19 linux-kernel Re: [PATCH bpf-next v2] bpf: Initialize same number of free nodes for each pcpu_freelist
2022-11-08 14:26:02 linux-kernel [PATCH bpf-next v2] bpf: Initialize same number of free nodes for each pcpu_freelist
2022-11-08 14:21:56 linux-kernel Re: [PATCH bpf-next] bpf: Initialize same number of free nodes for each pcpu_freelist
2022-11-07 08:55:58 linux-kernel [PATCH bpf-next] bpf: Initialize same number of free nodes for each pcpu_freelist
2022-10-27 03:37:32 linux-kernel [PATCH bpf-next v2] bpf: Fix a typo in comment for DFS algorithm
2022-10-26 03:38:32 linux-kernel [PATCH bpf-next] bpf: Fix a typo in comment for DFS algorithm
2022-10-18 14:55:13 linux-kernel [PATCH] libbpf: Avoid allocating reg_name with sscanf in parse_usdt_arg()
2022-10-11 11:49:03 linux-kernel [PATCH bpf-next v4 6/6] selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.c
2022-10-11 11:48:48 linux-kernel [PATCH bpf-next v4 4/6] selftest/bpf: Fix memory leak in kprobe_multi_test
2022-10-11 11:48:29 linux-kernel [PATCH bpf-next v4 5/6] selftests/bpf: Fix error failure of case test_xdp_adjust_tail_grow
2022-10-11 11:48:02 linux-kernel [PATCH bpf-next v4 2/6] libbpf: Fix memory leak in parse_usdt_arg()
2022-10-11 11:47:58 linux-kernel [PATCH bpf-next v4 0/6] Fix bugs found by ASAN when running selftests
2022-10-11 11:47:22 linux-kernel [PATCH bpf-next v4 1/6] libbpf: Fix use-after-free in btf_dump_name_dups
2022-10-11 11:47:08 linux-kernel [PATCH bpf-next v4 3/6] selftests/bpf: Fix memory leak caused by not destroying skeleton
2022-10-10 07:05:32 linux-kernel [PATCH bpf v2 2/5] libbpf: Fix memory leak in parse_usdt_arg()
2022-10-10 07:04:51 linux-kernel [PATCH bpf v2 4/5] selftest/bpf: Fix memory leak in kprobe_multi_test
2022-10-10 07:03:43 linux-kernel [PATCH bpf v2 1/5] libbpf: Fix use-after-free in btf_dump_name_dups
2022-10-10 07:03:25 linux-kernel [PATCH bpf v2 5/5] selftest/bpf: Fix error usage of ASSERT_OK in xdp_adjust_tail.c
2022-10-10 06:50:34 linux-kernel [PATCH bpf v2 3/5] selftests/bpf: Fix memory leak caused by not destroying skeleton
2022-10-10 06:49:45 linux-kernel [PATCH bpf v2 0/5] Fix bugs found by ASAN when running selftests