Skip to content

Commit

Permalink
elf: skip local_kptr_stash libbpf test
Browse files Browse the repository at this point in the history
Seems like there is something funny going on with clang emitting the
wrong immediate into the instruction stream.

See https://lore.kernel.org/bpf/CAN+4W8i=7Wv2VwvWZGhX_mc8E7EST10X_Z5XGBmq=WckusG_fw@mail.gmail.com/

Signed-off-by: Lorenz Bauer <[email protected]>
  • Loading branch information
lmb committed Oct 31, 2023
1 parent 572c585 commit 6b0a090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elf_reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ func TestLibBPFCompat(t *testing.T) {
t.Skip("Skipping since weak relocations are not supported")
case "bloom_filter_map", "bloom_filter_bench":
t.Skip("Skipping due to missing MapExtra field in MapSpec")
case "netif_receive_skb":
case "netif_receive_skb", "local_kptr_stash":
t.Skip("Skipping due to possible bug in upstream CO-RE generation")
case "test_usdt", "test_urandom_usdt", "test_usdt_multispec":
t.Skip("Skipping due to missing support for usdt.bpf.h")
Expand Down

0 comments on commit 6b0a090

Please sign in to comment.