Re: [PATCH bpf-next v1 2/3] selftests/bpf: Adjust veristat stack depth parsing
Eduard Zingerman <[email protected]> Sun, 02 Aug 2026 14:11:34 -0700
| Newsgroups | org.kernel.vger.bpf |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 2026-08-02 at 01:03 +0200, Kumar Kartikeya Dwivedi wrote: > The verifier changed the output format for stack depth verification > statistics. Adjust the parsing code. > > Signed-off-by: Kumar Kartikeya Dwivedi <[email protected]> > --- Do we care about backwards compatibility in veristat? E.g. I see it packaged in my debian system. This won't be able to parse the output of an old kernel. On the other hand, I personally do not use stack metrics, so the change does not really affect me. ...