On Mon, 2025-09-08 at 16:36 +0000, Puranjay Mohan wrote: > Add __stderr and __stdout to validate the output of BPF streams for bpf > selftests. Similar to __xlated, __jited, etc., __stderr/out can be used > in the BPF progs to compare a string (regex supported) to the output in > the bpf streams. > > Signed-off-by: Puranjay Mohan <puranjay@xxxxxxxxxx> > --- Thank you for adding this. I think it's a nice option for tests that had to invent a complex __retval() when checking for multiple conditions to be true in bpf program. Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]