This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed- groovy' to 'verification-done-groovy'. If the problem still exists, change the tag 'verification-needed-groovy' to 'verification-failed- groovy'.
If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you! ** Tags added: verification-needed-groovy -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-oem-5.6 in Ubuntu. https://bugs.launchpad.net/bugs/1900088 Title: Improve descriptions for XFAIL cases in kselftests/net/psock_snd Status in ubuntu-kernel-tests: In Progress Status in linux package in Ubuntu: In Progress Status in linux-oem-5.6 package in Ubuntu: Invalid Status in linux source package in Focal: Fix Committed Status in linux-oem-5.6 source package in Focal: Fix Released Status in linux source package in Groovy: Fix Committed Status in linux-oem-5.6 source package in Groovy: Invalid Bug description: == SRU Justification == The test output in psock_snd.sh is confusing sometimes. Here is an output example: raw csum_off with bad offset (fails) ./psock_snd: write: Invalid argument The first line is the test case description, and the second is the test execution output. It feels like this test has failed, but it has passed instead. The "fails" here means this test is expected to fail. But you will have to check the source code to know this fact. == Fix == * 30ae801746ea selftests/net: improve descriptions for XFAIL cases in psock_snd.sh Change "fails" in the test case description to "expected to fail", so that the test output can be more understandable. This test case exists after Bionic, and it can be cherry-picked. == Regression Potential == Low, minor changes for test case description only. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1900088/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp