]> www.infradead.org Git - users/willy/pagecache.git/commit
Merge tag 'x86-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 29 Dec 2024 18:16:41 +0000 (10:16 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 29 Dec 2024 18:16:41 +0000 (10:16 -0800)
commit6cbc4b29eb0d115e9cf7dcc513a5324dc4c9fcc8
tree502a87a533b02e931c29190a5b68bb3aa70f4148
parentf65832a32f2e8bd9d16e1bf2c3653f5dd4dc9533
parent27834971f616c5e154423c578fa95e0444444ce1
Merge tag 'x86-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fixes from Ingo Molnar:

 - Fix a hang in the "kernel IBT no ENDBR" self-test that may trigger
   on FRED systems, caused by incomplete FRED state cleanup in the
   #CP fault handler

 - Improve TDX (Coco VM) guest unrecoverable error handling to not
   potentially leak decrypted memory

* tag 'x86-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  virt: tdx-guest: Just leak decrypted memory on unrecoverable errors
  x86/fred: Clear WFE in missing-ENDBRANCH #CPs