https://github.com/torvalds/linux
Revision b2096a5e071ab9e9856375d1da2c6209cc57690f authored by Linus Torvalds on 26 May 2018, 20:24:16 UTC, committed by Linus Torvalds on 26 May 2018, 20:24:16 UTC
Pull x86 store buffer fixes from Thomas Gleixner:
 "Two fixes for the SSBD mitigation code:

   - expose SSBD properly to guests. This got broken when the CPU
     feature flags got reshuffled.

   - simplify the CPU detection logic to avoid duplicate entries in the
     tables"

* 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/speculation: Simplify the CPU bug detection logic
  KVM/VMX: Expose SSBD properly to guests
2 parent s cc71efd + 8ecc497
History
Tip revision: b2096a5e071ab9e9856375d1da2c6209cc57690f authored by Linus Torvalds on 26 May 2018, 20:24:16 UTC
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Tip revision: b2096a5

back to top