Skip to content

Commit

Permalink
Merge branch 'vbpf:main' into issue728
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan-Jowett authored Oct 17, 2024
2 parents fc5d74a + 80ada1c commit 0f5e838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/test/test_verify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ TEST_SECTION("build", "tail_call.o", "xdp_prog")
TEST_SECTION("build", "map_in_map.o", ".text")
TEST_SECTION("build", "map_in_map_anonymous.o", ".text")
TEST_SECTION("build", "map_in_map_legacy.o", ".text")
TEST_SECTION("build", "store_map_value_in_map.o", ".text")
TEST_SECTION("build", "twomaps.o", ".text");
TEST_SECTION("build", "twostackvars.o", ".text");
TEST_SECTION("build", "twotypes.o", ".text");
Expand Down Expand Up @@ -537,10 +538,6 @@ TEST_SECTION_REJECT("build", "ringbuf_uninit.o", ".text");
// If the verifier is later updated to accept them, these should
// be changed to TEST_SECTION().

// Issue: https://github.com/vbpf/ebpf-verifier/issues/620
// Inserting value from map 1 into map 2 should be supported, but fails.
TEST_SECTION_FAIL("build", "store_map_value_in_map.o", ".text")

// Unsupported: ebpf-function
TEST_SECTION_FAIL("prototype-kernel", "xdp_ddos01_blacklist_kern.o", ".text")

Expand Down

0 comments on commit 0f5e838

Please sign in to comment.