On 7/9/26 3:01 AM, Alexis Lothoré (eBPF Foundation) wrote: > In order to prepare for KASAN checks insertion before every > memory-related load or store, group all BPF_ST instructions that indeed > access memory in a single helper to allow instrumenting those in one > call, rather than having to instrument all cases individually. > > Signed-off-by: Alexis Lothoré (eBPF Foundation) <[email protected]>
The refactoring looks good to me. Acked-by: Ihor Solodrai <[email protected]> > --- > Changes in v3: > - new patch > --- > arch/x86/net/bpf_jit_comp.c | 99 > +++++++++++++++++++++++++++------------------ > 1 file changed, 60 insertions(+), 39 deletions(-) > > [...] >

