linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: andrew.donnellan@au1.ibm.com, aneesh.kumar@linux.vnet.ibm.com,
	benh@kernel.crashing.org, bharata@linux.vnet.ibm.com,
	christophe.leroy@c-s.fr,  dja@axtens.net, imunsie@au1.ibm.com,
	linux-kernel@vger.kernel.org,  linuxppc-dev@lists.ozlabs.org,
	nacc@linux.vnet.ibm.com, paulus@ozlabs.org
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-4.3-2 tag
Date: Fri, 18 Sep 2015 20:08:24 +1000	[thread overview]
Message-ID: <1442570904.5528.6.camel@ellerman.id.au> (raw)

[-- Attachment #1: Type: text/plain, Size: 3440 bytes --]

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(-)



[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

                 reply	other threads:[~2015-09-18 10:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1442570904.5528.6.camel@ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=andrew.donnellan@au1.ibm.com \
    --cc=aneesh.kumar@linux.vnet.ibm.com \
    --cc=benh@kernel.crashing.org \
    --cc=bharata@linux.vnet.ibm.com \
    --cc=christophe.leroy@c-s.fr \
    --cc=dja@axtens.net \
    --cc=imunsie@au1.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=nacc@linux.vnet.ibm.com \
    --cc=paulus@ozlabs.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).