Hi everyone, Just would like to confirm if there are any pending comments or suggestions to which I forgot to address so far. I know this was a rocky series, my apologies for that, and thank you very much for your detailed reviews. Looking forward to your comments. Regards, Cupertino Cupertino Miranda writes: > Hi everyone, > > This version removes regexp from inline assembly examples that did not > require the regular expressions to match. > > Thanks, > Cupertino > > Cupertino Miranda (2): > selftests/bpf: Support checks against a regular expression > selftests/bpf: Match tests against regular expression > > tools/testing/selftests/bpf/progs/bpf_misc.h | 11 +- > .../testing/selftests/bpf/progs/dynptr_fail.c | 6 +- > .../testing/selftests/bpf/progs/rbtree_fail.c | 2 +- > .../bpf/progs/refcounted_kptr_fail.c | 4 +- > tools/testing/selftests/bpf/test_loader.c | 117 ++++++++++++++---- > 5 files changed, 104 insertions(+), 36 deletions(-)