Revision 0a7c10df49eb69dd888ea8b8ddd29bde2aa2fd48 authored by Linus Torvalds on 14 March 2021, 19:48:10 UTC, committed by Linus Torvalds on 14 March 2021, 19:48:10 UTC
Pull x86 fixes from Borislav Petkov:

 - A couple of SEV-ES fixes and robustifications: verify usermode stack
   pointer in NMI is not coming from the syscall gap, correctly track
   IRQ states in the #VC handler and access user insn bytes atomically
   in same handler as latter cannot sleep.

 - Balance 32-bit fast syscall exit path to do the proper work on exit
   and thus not confuse audit and ptrace frameworks.

 - Two fixes for the ORC unwinder going "off the rails" into KASAN
   redzones and when ORC data is missing.

* tag 'x86_urgent_for_v5.12_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/sev-es: Use __copy_from_user_inatomic()
  x86/sev-es: Correctly track IRQ states in runtime #VC handler
  x86/sev-es: Check regs->sp is trusted before adjusting #VC IST stack
  x86/sev-es: Introduce ip_within_syscall_gap() helper
  x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscalls
  x86/unwind/orc: Silence warnings caused by missing ORC data
  x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2
2 parent s c3c7579 + bffe30d
History
File Mode Size
Changes -rw-r--r-- 9.1 KB
Kconfig -rw-r--r-- 1000 bytes
Makefile -rw-r--r-- 234 bytes
affs.h -rw-r--r-- 11.1 KB
amigaffs.c -rw-r--r-- 12.1 KB
amigaffs.h -rw-r--r-- 3.0 KB
bitmap.c -rw-r--r-- 8.3 KB
dir.c -rw-r--r-- 3.4 KB
file.c -rw-r--r-- 25.0 KB
inode.c -rw-r--r-- 10.7 KB
namei.c -rw-r--r-- 13.3 KB
super.c -rw-r--r-- 16.7 KB
symlink.c -rw-r--r-- 1.6 KB

back to top