mbox

[GIT,PULL] Please pull powerpc/linux.git powerpc-4.6-4 tag

Message ID 1461937213.13752.3.camel@ellerman.id.au (mailing list archive)
State Not Applicable
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.6-4

Message

Michael Ellerman April 29, 2016, 1:40 p.m. UTC
Hi Linus,

Please pull a few more powerpc fixes for 4.6:

The following changes since commit 4705e02498d6d5a7ab98dfee9595cd5e91db2017:

  powerpc: Update TM user feature bits in scan_features() (2016-04-18 20:10:45 +1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.6-4

for you to fetch changes up to d701cca6744fe0d67c86346dcfc9b128b17b5045:

  powerpc: wire up preadv2 and pwritev2 syscalls (2016-04-27 16:47:55 +1000)

----------------------------------------------------------------
powerpc fixes for 4.6 #3

 - cxl: Keep IRQ mappings on context teardown from Michael Neuling
 - cxl: Poll for outstanding IRQs when detaching a context from Michael Neuling
 - Wire up preadv2 and pwritev2 syscalls from Rui Salvaterra

----------------------------------------------------------------
Michael Neuling (2):
      cxl: Keep IRQ mappings on context teardown
      cxl: Poll for outstanding IRQs when detaching a context

Rui Salvaterra (1):
      powerpc: wire up preadv2 and pwritev2 syscalls

 arch/powerpc/include/asm/systbl.h      |  2 ++
 arch/powerpc/include/asm/unistd.h      |  2 +-
 arch/powerpc/include/uapi/asm/unistd.h |  2 ++
 drivers/misc/cxl/context.c             |  7 +++++++
 drivers/misc/cxl/cxl.h                 |  2 ++
 drivers/misc/cxl/irq.c                 |  1 -
 drivers/misc/cxl/native.c              | 31 +++++++++++++++++++++++++++++++
 7 files changed, 45 insertions(+), 2 deletions(-)