[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1442570904.5528.6.camel@ellerman.id.au>
Date: Fri, 18 Sep 2015 20:08:24 +1000
From: Michael Ellerman <mpe@...erman.id.au>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: andrew.donnellan@....ibm.com, aneesh.kumar@...ux.vnet.ibm.com,
benh@...nel.crashing.org, bharata@...ux.vnet.ibm.com,
christophe.leroy@....fr, dja@...ens.net, imunsie@....ibm.com,
linux-kernel@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
nacc@...ux.vnet.ibm.com, paulus@...abs.org
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-4.3-2 tag
Hi Linus,
Please pull powerpc fixes for 4.3:
The following changes since commit 7d9071a095023cd1db8fa18fa0d648dc1a5210e0:
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2015-09-05 20:34:28 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.3-2
for you to fetch changes up to 400c47d81ca383fc87d5a3937b234e23e26909fb:
powerpc32: memset: only use dcbz once cache is enabled (2015-09-17 10:36:53 +1000)
----------------------------------------------------------------
powerpc fixes for 4.3
- Fix 32-bit TCE table init in kdump kernel from Nish
- Fix kdump with non-power-of-2 crashkernel= from Nish
- Abort cxl_pci_enable_device_hook() if PCI channel is offline from Andrew
- Fix to release DRC when configure_connector() fails from Bharata
- Wire up sys_userfaultfd()
- Fix race condition in tearing down MSI interrupts from Paul
- Fix unbalanced pci_dev_get() in cxl_probe() from Daniel
- Fix cxl build failure due to -Wunused-variable gcc behaviour change from Ian
- Tell the toolchain to use ABI v2 when building an LE boot wrapper from Benh
- Fix THP to recompute hash value after a failed update from Aneesh
- 32-bit memcpy/memset: only use dcbz once cache is enabled from Christophe
----------------------------------------------------------------
Andrew Donnellan (1):
cxl: abort cxl_pci_enable_device_hook() if PCI channel is offline
Aneesh Kumar K.V (1):
powerpc/mm: Recompute hash value after a failed update
Benjamin Herrenschmidt (1):
powerpc/boot: Specify ABI v2 when building an LE boot wrapper
Bharata B Rao (1):
powerpc/pseries: Release DRC when configure_connector fails
Daniel Axtens (1):
cxl: Fix unbalanced pci_dev_get in cxl_probe
Ian Munsie (1):
cxl: Fix build failure due to -Wunused-variable behaviour change
LEROY Christophe (2):
powerpc32: memcpy: only use dcbz once cache is enabled
powerpc32: memset: only use dcbz once cache is enabled
Michael Ellerman (1):
powerpc: Wire up sys_userfaultfd()
Nishanth Aravamudan (2):
powerpc/powernv/pci-ioda: fix 32-bit TCE table init in kdump kernel
powerpc/powernv/pci-ioda: fix kdump with non-power-of-2 crashkernel=
Paul Mackerras (1):
powerpc/MSI: Fix race condition in tearing down MSI interrupts
arch/powerpc/boot/Makefile | 3 +++
arch/powerpc/include/asm/systbl.h | 1 +
arch/powerpc/include/asm/unistd.h | 2 +-
arch/powerpc/include/uapi/asm/unistd.h | 1 +
arch/powerpc/kernel/setup_32.c | 6 ++++++
arch/powerpc/lib/copy_32.S | 11 +++++++++++
arch/powerpc/mm/hugepage-hash64.c | 3 ++-
arch/powerpc/platforms/pasemi/msi.c | 5 +++--
arch/powerpc/platforms/powernv/pci-ioda.c | 16 +++++++++++++++-
arch/powerpc/platforms/powernv/pci.c | 5 +++--
arch/powerpc/platforms/pseries/dlpar.c | 4 +++-
arch/powerpc/sysdev/fsl_msi.c | 5 +++--
arch/powerpc/sysdev/mpic_u3msi.c | 5 +++--
arch/powerpc/sysdev/ppc4xx_msi.c | 5 +++--
drivers/misc/cxl/Makefile | 2 +-
drivers/misc/cxl/pci.c | 2 --
drivers/misc/cxl/vphb.c | 6 ++++++
17 files changed, 65 insertions(+), 17 deletions(-)
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)
Powered by blists - more mailing lists