Re: [PATCH bpf v3 4/4] selftests/bpf: Test untrusted allocated-object pointers
From: Ning Ding
Date: Wed Aug 12 2026 - 23:41:09 EST
> 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!