]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'x86-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Mar 2020 19:52:56 +0000 (12:52 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 15 Mar 2020 19:52:56 +0000 (12:52 -0700)
commitb6fb00b251a339d573ff6a921b0bf876caf9211e
tree548c6c8e5e94c7da6e7e379a6a0ab91ebf03a692
parent693b23707e28cd562316eb342476deca69cd06dd
parent7679e3d9027c2186452e1c50ab383ecbaec19487
Merge tag 'x86-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fixes from Thomas Gleixner:
 "Two fixes for x86:

   - Map EFI runtime service data as encrypted when SEV is enabled.

     Otherwise e.g. SMBIOS data cannot be properly decoded by dmidecode.

   - Remove the warning in the vector management code which triggered
     when a managed interrupt affinity changed outside of a CPU hotplug
     operation.

     The warning was correct until the recent core code change that
     introduced a CPU isolation feature which needs to migrate managed
     interrupts away from online CPUs under certain conditions to
     achieve the isolation"

* tag 'x86-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/vector: Remove warning on managed interrupt migration
  x86/ioremap: Map EFI runtime services data as encrypted for SEV