Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1608409

[GIT PULL] arm64: fixes/statx for -rc4

From Will Deacon <will.deacon@arm.com>
Newsgroups linux.kernel
Subject [GIT PULL] arm64: fixes/statx for -rc4
Date 2017-03-24 15:00 +0100
Message-ID <toxV0-2ms-17@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Linus,

Please pull these changes for -rc4. There's a kaslr fix and then two patches to
update our native and compat syscall tables. Arnd asked that we take the
addition of statx to the asm-generic unistd.h via arm64, as he didn't have
anything queued in the asm-generic tree.

Thanks,

Will

--->8

The following changes since commit 97da3854c526d3a6ee05c849c96e48d21527606c:

  Linux 4.11-rc3 (2017-03-19 19:09:39 -0700)

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 afd0e5a876703accb95894f23317a13e2c49b523:

  arm64: kaslr: Fix up the kernel image alignment (2017-03-22 15:43:11 +0000)

----------------------------------------------------------------
arm64 fixes:

- Fix mapping of kernel image under certain kaslr offsets

- Hook up new statx syscall in asm-generic syscall table

- Update compat syscall table to match arch/arm/ (pkeys and statx)

----------------------------------------------------------------
Neeraj Upadhyay (1):
      arm64: kaslr: Fix up the kernel image alignment

Stafford Horne (1):
      generic syscalls: Wire up statx syscall

Will Deacon (1):
      arm64: compat: Update compat syscalls

 arch/arm64/include/asm/unistd.h   |  2 +-
 arch/arm64/include/asm/unistd32.h |  8 ++++++++
 arch/arm64/kernel/kaslr.c         | 10 +++++++---
 include/uapi/asm-generic/unistd.h |  4 +++-
 4 files changed, 19 insertions(+), 5 deletions(-)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] arm64: fixes/statx for -rc4 Will Deacon <will.deacon@arm.com> - 2017-03-24 15:00 +0100

csiph-web