On Thu, 2025-09-11 at 14:58 +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> > --- Acked-by: Eduard Zingerman <eddyz87@xxxxxxxxx> [...]