]> git.feebdaed.xyz Git - 0xmirror/xdp-tools.git/commitdiff
.github/workflows: Add a 6.14 kernel to the test matrix
authorToke Høiland-Jørgensen <toke@redhat.com>
Tue, 20 May 2025 11:10:51 +0000 (13:10 +0200)
committerToke Høiland-Jørgensen <toke@toke.dk>
Thu, 22 May 2025 07:40:53 +0000 (09:40 +0200)
The 6.14 kernel introduced the change that disallows attaching programs
that modify the packet pointer on top of functions that don't, so let's
add that version to the test matrix so we exercise the workaround.

Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
.github/workflows/selftests.yml

index eb84c2e534b6aa7e73bb1f3ae6f58f2f34e16161..0104bb9da241f0da8d8ee2891f234408db4dcfd0 100644 (file)
@@ -12,6 +12,7 @@ jobs:
     strategy:
       matrix:
         KERNEL_VERSION:
+          - "6.14.7-200.fc41"
           - "6.13.7-200.fc41"
           - "6.12.8-200.fc41"
           - "6.10.12-200.fc40"