From: Yu Watanabe Date: Wed, 29 May 2024 00:07:48 +0000 (+0900) Subject: test-network: update comment about status of kernel regression X-Git-Tag: v256-rc4~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45af01d3111eb8d542d90f641913ee3c0db19719;p=thirdparty%2Fsystemd.git test-network: update comment about status of kernel regression --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index cf33d2dbd22..07d5f95b346 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -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')