On Fri, 2023-08-11 at 15:18 +0300, Eduard Zingerman wrote: [...] > > Ok, so since people seems to agree to the proposed fix, I will prepare a > > patch for this. First I will have to set up a kernel BPF development > > environment... but I guess it is about time for that ;) > > > > Other than running the kernel selftests, is there any other testing you > > would recommend to a n00b like me, for changes like this (code > > generation changes)? > > What I do is run same kernel selftests as CI: > - test_verifier > - test_progs > - test_progs-no_alu32 > - test_progs-cpuv4 Forgot "test_maps", sorry. [...]