Alan Maguire <alan.maguire@xxxxxxxxxx> writes: > On Tue, 29 Sep 2020, Toke Høiland-Jørgensen wrote: > >> The new test for task iteration in bpf_iter checks (in do_btf_read()) if it >> should be skipped due to missing __builtin_btf_type_id. However, this >> 'skip' verdict is not propagated to the caller, so the parent test will >> still fail. Fix this by also skipping the rest of the parent test if the >> skip condition was reached. >> >> Fixes: b72091bd4ee4 ("selftests/bpf: Add test for bpf_seq_printf_btf helper") >> Signed-off-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx> > > Reviewed-by: Alan Maguire <alan.maguire@xxxxxxxxxx> > > Thanks for fixing this Toke! You're welcome! :) -Toke