]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-network: update comment about status of kernel regression
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 29 May 2024 00:07:48 +0000 (09:07 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 29 May 2024 00:07:48 +0000 (09:07 +0900)
test/test-network/systemd-networkd-tests.py

index cf33d2dbd222f0fd19dc1d7135a7634e29a69c85..07d5f95b34653cdf8fae2181c77635df2312c07d 100755 (executable)
@@ -271,9 +271,8 @@ def expectedFailureIfNetdevsimWithSRIOVIsNotAvailable():
 
 def expectedFailureIfKernelReturnsInvalidFlags():
     '''
-    This checks the kernel bug caused by 3ddc2231c8108302a8229d3c5849ee792a63230d.
-    It will be fixed by the following patch:
-    https://patchwork.kernel.org/project/netdevbpf/patch/20240510072932.2678952-1-edumazet@google.com/
+    This checks the kernel bug caused by 3ddc2231c8108302a8229d3c5849ee792a63230d (v6.9),
+    fixed by 1af7f88af269c4e06a4dc3bc920ff6cdf7471124 (v6.10, backported to 6.9.3).
     '''
     def f(func):
         call_quiet('ip link add dummy98 type dummy')