[PATCH bpf-next v4 03/10] bpf/verifier: Factor out check_load_mem() and check_store_reg()
Alexei Starovoitov
alexei.starovoitov at gmail.com
Mon Mar 3 10:52:08 PST 2025
On Sun, Mar 2, 2025 at 9:37 PM Peilin Ye <yepeilin at google.com> wrote:
>
> Extract BPF_LDX and most non-ATOMIC BPF_STX instruction handling logic
> in do_check() into helper functions to be used later. While we are
> here, make that comment about "reserved fields" more specific.
>
> Suggested-by: Eduard Zingerman <eddyz87 at gmail.com>
> Acked-by: Eduard Zingerman <eddyz87 at gmail.com>
> Signed-off-by: Peilin Ye <yepeilin at google.com>
Applied the first 3 patches.
More information about the linux-arm-kernel
mailing list