Add tests for MCi_XXX MSRs in the 0x400-0x479 (inclusive) range to verify they all follow architecturally defined behavior, e.g. CTL MSRs allow '0' or all ones, STATUS MSRs only allow '0', non-existent MSRs #GP on read and write, etc... Sean Christopherson (2): x86: msr: Take the MSR index and name separately in low level helpers x86: msr: Add tests for MCE bank MSRs x86/msr.c | 102 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 82 insertions(+), 20 deletions(-) base-commit: 6a7a83ed106211fc0ee530a3a05f171f6a4c4e66 -- 2.36.0.550.gb090851708-goog