I've sent a pull req to fix the test: https://code.launchpad.net/~p-pisati/qa-regression-testing/+git/qa- regression-testing/+merge/453326
basically, the HAVE_HARDENED_USERCOPY_ALLOCATOR has been retired in v6.5-rc1 so the test thinks the option is off and thus the test should always fail. ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** No longer affects: linux (Ubuntu Jammy) ** Also affects: linux (Ubuntu Mantic) Importance: Undecided Status: New ** Also affects: linux-oem-6.5 (Ubuntu Mantic) Importance: Undecided Status: Invalid ** No longer affects: linux-oem-6.5 (Ubuntu Mantic) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-oem-6.5 in Ubuntu. https://bugs.launchpad.net/bugs/2031302 Title: test_290_config_hardened_usercopy in ubuntu_qrt_kernel_security failed with J-oem-6.5 / M-linux (HAVE_HARDENED_USERCOPY_ALLOCATOR does not exist anymore) Status in QA Regression Testing: New Status in ubuntu-kernel-tests: New Status in linux package in Ubuntu: Incomplete Status in linux-oem-6.5 package in Ubuntu: Invalid Status in linux-oem-6.5 source package in Jammy: New Status in linux source package in Mantic: Incomplete Bug description: This test requires HARDENED_USERCOPY to be unset. Test log: Running 'python3 ./test-kernel-security.py -v KernelSecurityConfigTest.test_290_config_hardened_usercopy' Running test: './test-kernel-security.py' distro: 'Ubuntu 22.04' kernel: '6.5.0-1002.2 (Ubuntu 6.5.0-1002.2-oem 6.5.0-rc4)' arch: 'amd64' init: 'systemd' uid: 0/0 SUDO_USER: 'ubuntu') test_290_config_hardened_usercopy (__main__.KernelSecurityConfigTest) Ensure CONFIG_HARDENED_USERCOPY is set ... (skipped: HARDENED_USERCOPY depends on the allocator and strict devmem) FAIL ====================================================================== FAIL: test_290_config_hardened_usercopy (__main__.KernelSecurityConfigTest) Ensure CONFIG_HARDENED_USERCOPY is set ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/./test-kernel-security.py", line 2724, in test_290_config_hardened_usercopy self.assertKernelConfigUnset(config_name) File "/home/ubuntu/autotest/client/tmp/ubuntu_qrt_kernel_security/src/qa-regression-testing/scripts/./test-kernel-security.py", line 223, in assertKernelConfigUnset self.assertFalse(self._test_config(name), AssertionError: True is not false : HARDENED_USERCOPY option was expected to be unset in the kernel config ---------------------------------------------------------------------- Ran 1 test in 0.007s FAILED (failures=1) To manage notifications about this bug go to: https://bugs.launchpad.net/qa-regression-testing/+bug/2031302/+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