Re: [PATCH bpf v3 4/4] selftests/bpf: Test untrusted allocated-object pointers
Ning Ding <[email protected]>
| Newsgroups | org.kernel.vger.linux-kselftest,org.kernel.vger.bpf,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAJP4iutYA3fcAb5V0Hmc_MDu1=Tk9NuRzDy+NuD9k4N3L8OoQg@mail.gmail.com> |
> Please respin and only send patches after you have tested them properly. > > The right fix might be to use fentry.s for these tests to trigger untrusted > marking of pointers. The fixes themselves do make sense. > > For the next version, target bpf-next and drop Cc: stable. Ah I see, I forgot that tc programs are non-sleepable. Will apply the fixes soon, thanks!