Revision 05c6ca8512f2722f57743d653bb68cf2a273a55a authored by Linus Torvalds on 19 June 2022, 14:58:28 UTC, committed by Linus Torvalds on 19 June 2022, 14:58:28 UTC
Pull x86 fixes from Thomas Gleixner:

 - Make RESERVE_BRK() work again with older binutils. The recent
   'simplification' broke that.

 - Make early #VE handling increment RIP when successful.

 - Make the #VE code consistent vs. the RIP adjustments and add
   comments.

 - Handle load_unaligned_zeropad() across page boundaries correctly in
   #VE when the second page is shared.

* tag 'x86-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/tdx: Handle load_unaligned_zeropad() page-cross to a shared page
  x86/tdx: Clarify RIP adjustments in #VE handler
  x86/tdx: Fix early #VE handling
  x86/mm: Fix RESERVE_BRK() for older binutils
2 parent s 5d770f1 + 1e77696
History
File Mode Size
dummy-include
include
.gitignore -rw-r--r-- 96 bytes
Kconfig -rw-r--r-- 7.7 KB
Makefile -rw-r--r-- 2.7 KB
default_cpio_list -rw-r--r-- 153 bytes
gen_init_cpio.c -rw-r--r-- 14.3 KB
gen_initramfs.sh -rwxr-xr-x 5.7 KB
initramfs_data.S -rw-r--r-- 1.2 KB

back to top