Update test_265_config_retpoline in qa-regression-testing for kernel config change

Bug #2147104 reported by Po-Hsu Lin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
QA Regression Testing
New
Undecided
Unassigned
ubuntu-kernel-tests
New
Undecided
Unassigned

Bug Description

In test_265_config_retpoline from ubuntu_qrt_kernel_security, it's expecting to see CONFIG_RETPOLINE unless kernel is newer than 6.9:

        elif self.kernel_at_least('6.9'):
            # RETPOLINE was renamed into MITIGATION_RETPOLINE since v6.9
            # commit aefb2f2e61 upstream
            self.reportConfig('RETPOLINE', "RETPOLINE config was renamed into MITIGATION_RETPOLINE since v6.9")
            return

        self.assertKernelConfig('RETPOLINE', expected)

However this change, RETPOLINE was renamed into MITIGATION_RETPOLINE, has been backported to our Noble 6.8 kernels recently LP: #2144730

The test case needs to be updated accordingly.

Po-Hsu Lin (cypressyew)
tags: added: 6.8 noble sru-20260309 ubuntu-qrt-kernel-security
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.