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


Groups > linux.kernel > #1247804

[GIT PULL] arm64: fixes for -rc6

From Will Deacon <will.deacon@arm.com>
Newsgroups linux.kernel
Subject [GIT PULL] arm64: fixes for -rc6
Date 2015-10-15 15:40 +0200
Message-ID <qjQVc-7Re-21@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi Linus,

Here are a few more arm64 fixes for 4.3. Again, nothing too significant,
but worth having nonetheless. The MINSIGSTKSZ update is a bit grotty,
but the value we currently have is wrong (too small), so anybody using
that will have issues already. It has Arnd's ack for the asm-generic
change.

Please pull,

Will

--->8

The following changes since commit 25cb62b76430a91cc6195f902e61c2cb84ade622:

  Linux 4.3-rc5 (2015-10-11 11:09:45 -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 eb93ce2cb7a85368c1f1733df35aab87152db56f:

  arm64: compat: wire up new syscalls (2015-10-14 13:51:41 +0100)

----------------------------------------------------------------
arm64 fixes for 4.3-rc6

- Fix module CFLAGS setting in workaround for erratum #843419
- Update MINSIGSTKSZ and SIGSTKSZ to match glibc
- Wire up some new compat syscalls

----------------------------------------------------------------
Manjeet Pawar (1):
      arm64: Fix MINSIGSTKSZ and SIGSTKSZ

Will Deacon (2):
      arm64: errata: use KBUILD_CFLAGS_MODULE for erratum #843419
      arm64: compat: wire up new syscalls

 arch/arm64/Makefile                  | 2 +-
 arch/arm64/include/asm/unistd.h      | 2 +-
 arch/arm64/include/asm/unistd32.h    | 9 +++++++++
 arch/arm64/include/uapi/asm/signal.h | 3 +++
 include/uapi/asm-generic/signal.h    | 2 ++
 5 files changed, 16 insertions(+), 2 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

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


Thread

[GIT PULL] arm64: fixes for -rc6 Will Deacon <will.deacon@arm.com> - 2015-10-15 15:40 +0200

csiph-web