]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge branch 'BPF selftests misc fixes'
authorMartin KaFai Lau <martin.lau@kernel.org>
Wed, 10 Jul 2024 19:23:32 +0000 (12:23 -0700)
committerMartin KaFai Lau <martin.lau@kernel.org>
Wed, 10 Jul 2024 19:45:08 +0000 (12:45 -0700)
commit18a8a4c88fb4c261f72a29b769c9463362d9687a
treee4ffff63ddf62529c15e0980cadfe67875d7ccae
parentec5b8c76ab1c6d163762d60cfbedcd27e7527144
parent52b49ec1b2c78deb258596c3b231201445ef5380
Merge branch 'BPF selftests misc fixes'

Geliang Tang says:

====================
v2:
 - only check the first "link" (link_nl) in test_mixed_links().
 - Drop patch 2 in v1.

This patchset fixes a segfault and a bpf object leak in test_progs.

It is a resend patch 1 out of "skip ENOTSUPP BPF selftests" set as Eduard
suggested. Together with another fix for xdp_adjust_tail.
====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>