Re: [PATCH bpf-next v4 04/16] bpf: Prune verifier diagnostics when switching paths
Eduard Zingerman <[email protected]>
| Newsgroups | org.kernel.vger.bpf |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2026-08-13 at 01:33 +0200, Kumar Kartikeya Dwivedi wrote: > Save the diagnostic event-log position with each verifier stack entry and > reset the environment-owned stream together with the normal verifier log > when a queued state is popped. Also reset the diagnostic stream after > successful subprogram verification even when level-2 logging preserves the > normal verifier log. > > Signed-off-by: Kumar Kartikeya Dwivedi <[email protected]> > --- Acked-by: Eduard Zingerman <[email protected]> ...