[git pull] Please pull mpe.git for-linus branch (for powerpc)
Michael Ellerman
mpe at ellerman.id.au
Thu Sep 11 14:42:03 EST 2014
Hi Linus,
Hopefully you saw the message from Ben adding me as a co-maintainer for powerpc:
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ea668936b708029a0a11422ff834b651ac434c2d
Ben's travelling so this is my first attempt at a pull request.
There's nothing too exciting. The CONFIG_FHANDLE one is annoying, I know you
love defconfig changes. But we've had a couple of developers waste time
debugging boxes that wouldn't boot, only to realise it's just that systemd
needs CONFIG_FHANDLE and our defconfigs don't have it.
The new syscalls seem to be working, I've run the selftests that exist, and
also let trinity bash on them for a while.
The following changes since commit 2ce7598c9a453e0acd0e07be7be3f5eb39608ebd:
Linux 3.17-rc4 (2014-09-07 16:09:43 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux.git for-linus
for you to fetch changes up to 7d59deb50aafbdc01b52aed209d202d827261cb0:
powerpc: Wire up sys_seccomp(), sys_getrandom() and sys_memfd_create() (2014-09-09 19:02:47 +1000)
----------------------------------------------------------------
Anton Blanchard (1):
powerpc/perf: Fix ABIv2 kernel backtraces
Cyril Bur (1):
powerpc: Make CONFIG_FHANDLE=y for all 64 bit powerpc defconfigs
Li Zhong (1):
powerpc: use machine_subsys_initcall() for opal_hmi_handler_init()
Pranith Kumar (1):
powerpc: Wire up sys_seccomp(), sys_getrandom() and sys_memfd_create()
Thomas Falcon (1):
powerpc/pseries: Fix endian issues in memory hotplug
arch/powerpc/configs/cell_defconfig | 1 +
arch/powerpc/configs/celleb_defconfig | 1 +
arch/powerpc/configs/corenet64_smp_defconfig | 1 +
arch/powerpc/configs/g5_defconfig | 1 +
arch/powerpc/configs/maple_defconfig | 1 +
arch/powerpc/configs/pasemi_defconfig | 1 +
arch/powerpc/configs/ppc64_defconfig | 1 +
arch/powerpc/configs/ppc64e_defconfig | 1 +
arch/powerpc/configs/ps3_defconfig | 1 +
arch/powerpc/configs/pseries_defconfig | 1 +
arch/powerpc/configs/pseries_le_defconfig | 1 +
arch/powerpc/include/asm/ptrace.h | 7 +++++++
arch/powerpc/include/asm/systbl.h | 3 +++
arch/powerpc/include/asm/unistd.h | 2 +-
arch/powerpc/include/uapi/asm/unistd.h | 3 +++
arch/powerpc/perf/callchain.c | 2 +-
arch/powerpc/platforms/powernv/opal-hmi.c | 3 ++-
arch/powerpc/platforms/pseries/hotplug-memory.c | 36 +++++++++++++++++++-----------------
18 files changed, 47 insertions(+), 20 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20140911/f07d29e3/attachment.sig>
More information about the Linuxppc-dev
mailing list