]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'x86-misc-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Aug 2020 00:23:49 +0000 (17:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Aug 2020 00:23:49 +0000 (17:23 -0700)
commitcd1ab4bb5ecfd59d024524640033a8bb343f3ffa
tree55be3425c40858ce3ae22d7f753394c95ee9c65f
parent2870a53bf173df81e335c1e1287df2a829e3a6be
parent4bc196f070aebfe50c36a3faa41cf639f220f714
Merge tag 'x86-misc-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 MSR filtering from Ingo Molnar:
 "Filter MSR writes from user-space by default, and print a syslog entry
  if they happen outside the allowed set of MSRs, which is a single one
  for now, MSR_IA32_ENERGY_PERF_BIAS.

  The plan is to eventually disable MSR writes by default (they can
  still be enabled via allow_writes=on)"

* tag 'x86-misc-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/msr: Filter MSR writes