Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Will Deacon: "I'm safely chained back up to my desk, so please pull these arm64 fixes for -rc1 that address some issues that cropped up during the merge window: - Prevent KASLR from mapping the top page of the virtual address space - Fix device-tree probing of SDEI driver - Fix incorrect register offset definition in Hisilicon DDRC PMU driver - Fix compilation issue with older binutils not liking unsigned immediates - Fix uapi headers so that libc can provide its own sigcontext definition - Fix handling of private compat syscalls - Hook up compat io_pgetevents() syscall for 32-bit tasks - Cleanup to arm64 Makefile (including now to avoid silly conflicts)" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: compat: Hook up io_pgetevents() for 32-bit tasks arm64: compat: Don't pull syscall number from regs in arm_compat_syscall arm64: compat: Avoid sending SIGILL for unallocated syscall numbers arm64/sve: Disentangle <uapi/asm/ptrace.h> from <uapi/asm/sigcontext.h> arm64/sve: ptrace: Fix SVE_PT_REGS_OFFSET definition drivers/perf: hisi: Fixup one DDRC PMU register offset arm64: replace arm64-obj-* in Makefile with obj-* arm64: kaslr: Reserve size of ARM64_MEMSTART_ALIGN in linear region firmware: arm_sdei: Fix DT platform device creation firmware: arm_sdei: fix wrong of_node_put() in init function arm64: entry: remove unused register aliases arm64: smp: Fix compilation error
Showing
- arch/arm64/include/asm/smp.h 5 additions, 3 deletionsarch/arm64/include/asm/smp.h
- arch/arm64/include/asm/unistd.h 4 additions, 3 deletionsarch/arm64/include/asm/unistd.h
- arch/arm64/include/asm/unistd32.h 2 additions, 0 deletionsarch/arm64/include/asm/unistd32.h
- arch/arm64/include/uapi/asm/ptrace.h 18 additions, 21 deletionsarch/arm64/include/uapi/asm/ptrace.h
- arch/arm64/include/uapi/asm/sigcontext.h 28 additions, 28 deletionsarch/arm64/include/uapi/asm/sigcontext.h
- arch/arm64/include/uapi/asm/sve_context.h 53 additions, 0 deletionsarch/arm64/include/uapi/asm/sve_context.h
- arch/arm64/kernel/Makefile 30 additions, 31 deletionsarch/arm64/kernel/Makefile
- arch/arm64/kernel/entry.S 1 addition, 11 deletionsarch/arm64/kernel/entry.S
- arch/arm64/kernel/sys_compat.c 5 additions, 6 deletionsarch/arm64/kernel/sys_compat.c
- arch/arm64/kernel/syscall.c 4 additions, 5 deletionsarch/arm64/kernel/syscall.c
- arch/arm64/mm/init.c 1 addition, 1 deletionarch/arm64/mm/init.c
- drivers/firmware/arm_sdei.c 0 additions, 6 deletionsdrivers/firmware/arm_sdei.c
- drivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c 2 additions, 2 deletionsdrivers/perf/hisilicon/hisi_uncore_ddrc_pmu.c
Loading
Please register or sign in to comment