blob: 964362558bb2c1f421c23dd2a64106bd436cc91f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
What: /sys/firmware/sev/vulnerabilities/supported_mitigations
Date: June 2026
Contact: linux-crypto@vger.kernel.org
Description:
Read-only interface that reports the vector of SEV-SNP
firmware vulnerability mitigations supported by the firmware.
What: /sys/firmware/sev/vulnerabilities/verified_mitigations
Date: June 2026
Contact: linux-crypto@vger.kernel.org
Description:
Read/write interface that reports the vector of SEV-SNP
firmware vulnerability mitigations already verified by the
firmware. Writing a vector value requests the firmware to
VERIFY the corresponding mitigation bit(s).
The list of supported mitigations and the meaning of each
vector bit are both platform- and bug-specific and are
published as part of the AMD Security Bulletin.
|