From: Alexei Starovoitov Date: Sat, 8 Mar 2025 09:22:20 +0000 (-0800) Subject: Merge branch 'selftests-bpf-move-test_lwt_seg6local-to-test_progs' X-Git-Tag: v6.15-rc1~98^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=103b9ab96a770ed2b17049472b6f2ec8905841ee;p=thirdparty%2Fkernel%2Fstable.git Merge branch 'selftests-bpf-move-test_lwt_seg6local-to-test_progs' Bastien Curutchet says: ==================== This patch series continues the work to migrate the script tests into prog_tests. test_lwt_seg6local.sh tests some bpf_lwt_* helpers. It contains only one test that uses a network topology quite different than the ones that can be found in others prog_tests/lwt_*.c files so I add a new prog_tests/lwt_seg6local.c file. While working on the migration I noticed that some routes present in the script weren't needed so PATCH 1 deletes them and then PATCH 2 migrates the test into the test_progs framework. ==================== Acked-by: Stanislav Fomichev Link: https://patch.msgid.link/20250307-seg6local-v1-0-990fff8f180d@bootlin.com Signed-off-by: Alexei Starovoitov --- 103b9ab96a770ed2b17049472b6f2ec8905841ee