LinuxLists
Users
About
Hao Sun (
[email protected]
)
Number of posts: 259 (0.25 per day)
First post: 2021-03-30 10:14:11
Last post: 2024-01-25 08:35:07
Next Page
Date
List
Subject
2024-01-25 08:35:07
linux-kernel
Re: [PATCH bpf] bpf: Reject pointer spill with var offset
2024-01-24 10:30:41
linux-kernel
[PATCH bpf] bpf: Reject pointer spill with var offset
2024-01-17 09:43:19
linux-kernel
Re: [PATCH] bpf: Refactor ptr alu checking rules to allow alu explicitly
2024-01-17 09:40:48
linux-kernel
[PATCH] bpf: Refactor ptr alu checking rules to allow alu explicitly
2024-01-16 16:49:09
linux-kernel
Re: [PATCH v4 2/2] selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS
2024-01-15 08:22:56
linux-kernel
[PATCH v4 2/2] selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS
2024-01-12 18:02:35
linux-kernel
Re: [PATCH v3 1/2] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
2024-01-12 15:21:08
linux-kernel
[PATCH v3 2/2] selftests/bpf: Add tests for alu on PTR_TO_FLOW_KEYS
2024-01-10 13:30:33
linux-kernel
Re: [PATCH v2 2/2] selftests/bpf: Add tests for alu on PTR_TO_FLOW_KEYS
2024-01-10 12:55:13
linux-kernel
[PATCH v2 2/2] selftests/bpf: Add tests for alu on PTR_TO_FLOW_KEYS
2024-01-10 12:53:50
linux-kernel
[PATCH v2 1/2] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
2024-01-09 17:00:13
linux-kernel
Re: [PATCH] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
2024-01-09 15:36:34
linux-kernel
[PATCH] bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
2023-12-14 09:38:31
linux-kernel
Re: [Bug Report] bpf: incorrectly pruning runtime execution path
2023-12-13 10:26:00
linux-kernel
Re: [Bug Report] bpf: incorrectly pruning runtime execution path
2023-12-11 15:31:34
linux-kernel
[Bug Report] bpf: incorrectly pruning runtime execution path
2023-11-29 07:44:33
linux-kernel
Re: [Bug Report] bpf: reg invariant voilation after JSLE
2023-11-27 14:28:40
linux-kernel
[Bug Report] bpf: zero access_size of stack causes array indix oob in check_stack_range_initialized()
2023-11-21 15:08:27
linux-kernel
[Bug Report] bpf: reg invariant voilation after JSLE
2023-11-21 12:57:27
linux-kernel
[Bug Report] bpf: reg invariant voilation after JSET
2023-11-02 14:18:05
linux-kernel
Re: bpf: shift-out-of-bounds in tnum_rshift()
2023-11-02 10:31:15
linux-kernel
Re: bpf: incorrectly reject program with `back-edge insn from 7 to 8`
2023-11-01 13:57:09
linux-kernel
bpf: incorrectly reject program with `back-edge insn from 7 to 8`
2023-11-01 12:34:28
linux-kernel
[PATCH bpf v3 2/2] selftests/bpf: Add test for immediate spilled to stack
2023-11-01 12:34:23
linux-kernel
[PATCH bpf v3 0/2] bpf: Fix incorrect immediate spill
2023-11-01 12:34:22
linux-kernel
[PATCH bpf v3 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm
2023-11-01 12:19:11
linux-kernel
Re: [PATCH bpf v2 2/2] selftests/bpf: Add test for immediate spilled to stack
2023-11-01 09:53:26
linux-kernel
Re: bpf: shift-out-of-bounds in tnum_rshift()
2023-11-01 07:34:41
linux-kernel
[PATCH bpf v2 2/2] selftests/bpf: Add test for immediate spilled to stack
2023-11-01 07:34:33
linux-kernel
[PATCH bpf v2 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm
2023-11-01 07:34:33
linux-kernel
[PATCH bpf v2 0/2] bpf: Fix incorrect immediate spill
2023-10-30 10:30:43
linux-kernel
Re: bpf: incorrect passing infinate loop causing rcu detected stall during bpf_prog_run()
2023-10-27 09:09:06
linux-kernel
bpf: incorrect passing infinate loop causing rcu detected stall during bpf_prog_run()
2023-10-27 07:52:34
linux-kernel
Re: [PATCH bpf-next 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm
2023-10-26 15:23:42
linux-kernel
Re: bpf: incorrect value spill in check_stack_write_fixed_off()
2023-10-26 15:14:53
linux-kernel
[PATCH bpf-next 0/2] bpf: Fix incorrect immediate spill
2023-10-26 15:14:47
linux-kernel
[PATCH bpf-next 1/2] bpf: Fix check_stack_write_fixed_off() to correctly spill imm
2023-10-26 15:14:28
linux-kernel
[PATCH bpf-next 2/2] selftests/bpf: Add test for immediate spilled to stack
2023-10-25 13:21:18
linux-kernel
Re: bpf: shift-out-of-bounds in tnum_rshift()
2023-10-25 12:31:52
linux-kernel
Re: bpf: shift-out-of-bounds in tnum_rshift()
2023-10-25 09:22:55
linux-kernel
Re: bpf: incorrect value spill in check_stack_write_fixed_off()
2023-10-25 09:16:54
linux-kernel
bpf: incorrect value spill in check_stack_write_fixed_off()
2023-10-24 12:40:39
linux-kernel
bpf: shift-out-of-bounds in tnum_rshift()
2023-10-12 06:33:44
linux-kernel
Re: [PATCH bpf-next v3 1/3] bpf: Detect jumping to reserved code during check_cfg()
2023-10-12 06:23:36
linux-kernel
Re: [PATCH bpf-next] Detect jumping to reserved code during check_cfg()
2023-10-11 09:03:19
linux-kernel
[PATCH bpf-next v3 3/3] bpf: Adapt and add tests for detecting jump to reserved code
2023-10-11 09:02:32
linux-kernel
[PATCH bpf-next v3 0/3] bpf: Detect jumping to reserved code of ld_imm64
2023-10-11 09:02:30
linux-kernel
[PATCH bpf-next v3 1/3] bpf: Detect jumping to reserved code during check_cfg()
2023-10-11 09:02:13
linux-kernel
[PATCH bpf-next v3 2/3] bpf: Report internal error on incorrect ld_imm64 in check_ld_imm()
2023-10-11 06:46:56
linux-kernel
Re: [PATCH bpf-next] Detect jumping to reserved code during check_cfg()
2023-10-10 12:04:31
linux-kernel
[PATCH bpf-next v2] bpf: Detect jumping to reserved code during check_cfg()