Revision 96d454cd2c1668010406ea4c28ab915bcbb747f4 authored by Linus Torvalds on 28 August 2020, 18:37:33 UTC, committed by Linus Torvalds on 28 August 2020, 18:37:33 UTC
Pull arm64 fixes from Catalin Marinas:

 - Fix kernel build with the integrated LLVM assembler which doesn't see
   the -Wa,-march option.

 - Fix "make vdso_install" when COMPAT_VDSO is disabled.

 - Make KVM more robust if the AT S1E1R instruction triggers an
   exception (architecture corner cases).

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exception
  KVM: arm64: Survive synchronous exceptions caused by AT instructions
  KVM: arm64: Add kvm_extable for vaxorcism code
  arm64: vdso32: make vdso32 install conditional
  arm64: use a common .arch preamble for inline assembly
2 parent s ef91bb1 + 71a7f8c
History
File Mode Size
Kconfig -rw-r--r-- 9.6 KB
Makefile -rw-r--r-- 735 bytes
acorn.c -rw-r--r-- 12.1 KB
aix.c -rw-r--r-- 6.4 KB
amiga.c -rw-r--r-- 3.6 KB
atari.c -rw-r--r-- 4.1 KB
atari.h -rw-r--r-- 1.0 KB
check.h -rw-r--r-- 2.1 KB
cmdline.c -rw-r--r-- 3.6 KB
core.c -rw-r--r-- 18.4 KB
efi.c -rw-r--r-- 22.7 KB
efi.h -rw-r--r-- 3.6 KB
ibm.c -rw-r--r-- 9.7 KB
karma.c -rw-r--r-- 1.1 KB
ldm.c -rw-r--r-- 42.1 KB
ldm.h -rw-r--r-- 4.6 KB
mac.c -rw-r--r-- 3.6 KB
mac.h -rw-r--r-- 1.2 KB
msdos.c -rw-r--r-- 21.3 KB
osf.c -rw-r--r-- 1.9 KB
sgi.c -rw-r--r-- 2.3 KB
sun.c -rw-r--r-- 3.9 KB
sysv68.c -rw-r--r-- 1.9 KB
ultrix.c -rw-r--r-- 1.2 KB

back to top