Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
x86/msr: do not warn on writes to OC_MAILBOX
Popular tools, like intel-undervolt, use MSR 0x150 to control the CPU voltage offset. In fact, evidently the intel_turbo_max_3 driver in-tree also uses this MSR. So, teach the kernel's MSR list about this, so that intel-undervolt and other such tools don't spew warnings to dmesg, while unifying the constant used throughout the kernel. Fixes: a7e1f67 ("x86/msr: Filter MSR writes") Cc: Borislav Petkov <[email protected]> Signed-off-by: Jason A. Donenfeld <[email protected]>
- Loading branch information