[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190530161126.GB16230@fuggles.cambridge.arm.com>
Date: Thu, 30 May 2019 17:11:26 +0100
From: Will Deacon <will.deacon@....com>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
catalin.marinas@....com, ebiederm@...ssion.com
Subject: [GIT PULL] arm64: fixes for -rc3
Hi Linus,
The fixes are still trickling in for arm64, but the only really significant
one here is actually fixing a regression in the botched module relocation
range checking merged for -rc2. Hopefully we've nailed it this time.
Please pull.
Thanks,
Will
--->8
The following changes since commit edbcf50eb8aea5f81ae6d83bb969cb0bc02805a1:
arm64: insn: Add BUILD_BUG_ON() for invalid masks (2019-05-24 14:58:30 +0100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes
for you to fetch changes up to 1e29ab3186e33c77dbb2d7566172a205b59fa390:
arm64: use the correct function type for __arm64_sys_ni_syscall (2019-05-29 13:46:00 +0100)
----------------------------------------------------------------
arm64 fixes for -rc3
- Fix implementation of our set_personality() system call, which wasn't
being wrapped properly
- Fix system call function types to keep CFI happy
- Fix siginfo layout when delivering SIGKILL after a kernel fault
- Really fix module relocation range checking
----------------------------------------------------------------
Ard Biesheuvel (1):
arm64/module: revert to unsigned interpretation of ABS16/32 relocations
Catalin Marinas (1):
arm64: Fix the arm64_personality() syscall wrapper redirection
Eric W. Biederman (1):
signal/arm64: Use force_sig not force_sig_fault for SIGKILL
Sami Tolvanen (3):
arm64: fix syscall_fn_t type
arm64: use the correct function type in SYSCALL_DEFINE0
arm64: use the correct function type for __arm64_sys_ni_syscall
arch/arm64/include/asm/syscall.h | 2 +-
arch/arm64/include/asm/syscall_wrapper.h | 18 +++++++--------
arch/arm64/kernel/module.c | 38 +++++++++++++++++++++++++-------
arch/arm64/kernel/sys.c | 16 +++++++++-----
arch/arm64/kernel/sys32.c | 7 ++----
arch/arm64/kernel/traps.c | 5 ++++-
6 files changed, 56 insertions(+), 30 deletions(-)
Powered by blists - more mailing lists