Re: [PATCH bpf-next v1 02/14] selftests/bpf: Test verifier stack-read diagnostic attribution
Eduard Zingerman <[email protected]>
| Newsgroups | org.kernel.vger.bpf |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2026-08-16 at 03:57 +0200, Kumar Kartikeya Dwivedi wrote: > Verifier diagnostics distinguish uninitialized stack bytes from opaque > dynptr, iterator, and IRQ-flag state, and identify variable-offset atomic > stack accesses without changing the existing verbose messages. > > Add output assertions to the existing dynptr and iterator rejection > cases. Add a direct IRQ-flag read and a variable-offset atomic stack > access to cover the other classifications. Retain an assertion for the > legacy helper-worded verbose message in the atomic test. > > Signed-off-by: Kumar Kartikeya Dwivedi <[email protected]> > --- Acked-by: Eduard Zingerman <[email protected]>