-
- Downloads
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Will Deacon: "A couple of late fixes here, but one that we've been sitting on for a few weeks while the details were worked out. Specifically, we now enforce USER_DS on taking exceptions whilst in the kernel, which avoids leaking kernel data to userspace through things like perf. The other patch is an update to a workaround for a hardware erratum on some Cavium SoCs. Summary: - Enforce USER_DS on exception entry from EL1 - Apply workaround for Cavium errata #27456 on Thunderx-81xx parts" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xx arm64: kernel: Save and restore UAO and addr_limit on exception entry
Showing
- arch/arm64/include/asm/cputype.h 2 additions, 0 deletionsarch/arm64/include/asm/cputype.h
- arch/arm64/include/asm/ptrace.h 2 additions, 0 deletionsarch/arm64/include/asm/ptrace.h
- arch/arm64/kernel/asm-offsets.c 1 addition, 0 deletionsarch/arm64/kernel/asm-offsets.c
- arch/arm64/kernel/cpu_errata.c 6 additions, 0 deletionsarch/arm64/kernel/cpu_errata.c
- arch/arm64/kernel/entry.S 17 additions, 2 deletionsarch/arm64/kernel/entry.S
- arch/arm64/mm/fault.c 2 additions, 1 deletionarch/arm64/mm/fault.c
Loading
Please register or sign in to comment