On Wed, 28 May 2025 at 08:13, Eduard Zingerman <eddyz87@xxxxxxxxx> wrote: > > Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> writes: > > > Add a convenience macro to print data to the BPF streams. BPF_STDOUT and > > BPF_STDERR stream IDs in the vmlinux.h can be passed to the macro to > > print to the respective streams. > > > > Signed-off-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> > > --- > > (Sorry if I'm being repetative, could you please extend > one of the tests so that output of the bpf_stream_printk > is compared with some reference values). > > Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> IDK whether you saw the final selftest patch, that does some output matching. I was matching arena fault addresses until I dropped the patch. I will add something to match on the backtrace output as well. > > [...]