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

Peilin Ye yepeilin at google.com
Mon Mar 3 14:20:55 PST 2025


On Mon, Mar 03, 2025 at 10:52:08AM -0800, Alexei Starovoitov 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.

Thanks!

I'll fix that build issue for 32-bit arches, then send remaining patches
(except v4 10/10) as v5.

Cheers,
Peilin Ye




More information about the linux-arm-kernel mailing list