]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Jan 2020 21:02:12 +0000 (13:02 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Jan 2020 21:02:12 +0000 (13:02 -0800)
commitbf210663a5427b791764bf23bba7b8d1234e6309
tree431ce4f6854a9213fee574c84c5f36894dc43d4f
parent71382d7c4951c8732a3977c5b3a27b993128d4b7
parent53cf76fad4159f00304188112e29be945f01e093
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fixes from Ingo Molnar:
 "Misc fixes:

   - a resctrl fix for uninitialized objects found by debugobjects

   - a resctrl memory leak fix

   - fix the unintended re-enabling of the of SME and SEV CPU flags if
     memory encryption was disabled at bootup via the MSR space"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/CPU/AMD: Ensure clearing of SME/SEV features is maintained
  x86/resctrl: Fix potential memory leak
  x86/resctrl: Fix an imbalance in domain_remove_cpu()