On Wed, 2025-05-07 at 10:17 -0700, Kumar Kartikeya Dwivedi wrote: > Begin reporting may_goto timeouts to BPF program's stderr stream. > Make sure that we don't end up spamming too many errors if the > program keeps failing repeatedly and filling up the stream, hence > emit at most 512 error messages from the kernel for a given stream. > > Signed-off-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]