diff --git a/ebpf-samples b/ebpf-samples index 498d2f7ae..325cce1bc 160000 --- a/ebpf-samples +++ b/ebpf-samples @@ -1 +1 @@ -Subproject commit 498d2f7ae80d8dcd0cc47defd4104c0901d1afa8 +Subproject commit 325cce1bc528a8b70e02ea914d407b4e4f89731d diff --git a/src/test/test_verify.cpp b/src/test/test_verify.cpp index 7c3160b3c..962091c4b 100644 --- a/src/test/test_verify.cpp +++ b/src/test/test_verify.cpp @@ -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"); @@ -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")