Skip to content

Commit b8dacc5

Browse files
committed
fix: Update x86/6.1 MSR baselines with RFDS_NO
Since Amazon Linux commit amazonlinux/linux/b2e92ab17e440a97c716b701ecd897eebca11ac0, KVM passes through bit 27 of the `MSR_IA32_ARCH_CAPABILITIES` MSR (0x10A) to the guest, to let them know whether the processor they're running on is affected by RFDS. According to Intel, only Atom processors are affected [[1]], and accordingly, for all instances in our CI this bit is reported to be 1. Thus, update the baselines. [1]: https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/register-file-data-sampling.html Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
1 parent 4992bf3 commit b8dacc5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/data/cpu_template_helper/fingerprint_INTEL_CASCADELAKE_6.1host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@
11281128
},
11291129
{
11301130
"addr": "0x10a",
1131-
"bitmap": "0b0000000000000000000000000000000000000100000010101010000011101011"
1131+
"bitmap": "0b0000000000000000000000000000000000001100000010101010000011101011"
11321132
},
11331133
{
11341134
"addr": "0x140",

tests/data/cpu_template_helper/fingerprint_INTEL_ICELAKE_6.1host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,7 +1220,7 @@
12201220
},
12211221
{
12221222
"addr": "0x10a",
1223-
"bitmap": "0b0000000000000000000000000000000000000100000000101010000011101011"
1223+
"bitmap": "0b0000000000000000000000000000000000001100000000101010000011101011"
12241224
},
12251225
{
12261226
"addr": "0x140",

tests/data/cpu_template_helper/fingerprint_INTEL_SKYLAKE_6.1host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@
11281128
},
11291129
{
11301130
"addr": "0x10a",
1131-
"bitmap": "0b0000000000000000000000000000000000000100000000000000000001001100"
1131+
"bitmap": "0b0000000000000000000000000000000000001100000000000000000001001100"
11321132
},
11331133
{
11341134
"addr": "0x140",

0 commit comments

Comments
 (0)