Re: [PATCH bpf-next v4 03/10] bpf/verifier: Factor out check_load_mem() and check_store_reg()

From: Alexei Starovoitov
Date: Mon Mar 03 2025 - 13:54:20 EST


On Sun, Mar 2, 2025 at 9:37 PM Peilin Ye <yepeilin@xxxxxxxxxx> 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@xxxxxxxxx>
> Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx>
> Signed-off-by: Peilin Ye <yepeilin@xxxxxxxxxx>

Applied the first 3 patches.