Lines Matching full:mitigation
6 # Test for Indirect Target Selection(ITS) mitigation sysfs status.
16 mitigation = get_sysfs(bug) variable
18 ITS_MITIGATION_ALIGNED_THUNKS = "Mitigation: Aligned branch/return thunks"
19 ITS_MITIGATION_RETPOLINE_STUFF = "Mitigation: Retpolines, Stuffing RSB"
20 ITS_MITIGATION_VMEXIT_ONLY = "Mitigation: Vulnerable, KVM: Not affected"
24 if mitigation == ITS_MITIGATION_ALIGNED_THUNKS:
34 if mitigation == ITS_MITIGATION_RETPOLINE_STUFF:
43 if mitigation == ITS_MITIGATION_VMEXIT_ONLY:
49 if mitigation == ITS_MITIGATION_VULNERABLE:
53 bug_check_fail(bug, "Mitigation", ITS_MITIGATION_VULNERABLE)
55 bug_status_unknown(bug, mitigation)
60 ksft.print_msg(f'{bug}: {mitigation} ...')
62 if not basic_checks_sufficient(bug, mitigation):