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: aik@ozlabs.ru, alastair@d-silva.org,
	andrew.donnellan@au1.ibm.com, anton@samba.org, arnd@arndb.de,
	benh@kernel.crashing.org, christophe.leroy@c-s.fr,
	cyrilbur@gmail.com, dan.carpenter@oracle.com,
	darren@stevens-zone.net, fbarrat@linux.vnet.ibm.com,
	felix@linux.vnet.ibm.com, gpiccoli@linux.vnet.ibm.com,
	imunsie@au1.ibm.com, linux-kernel@vger.kernel.org,
	linux@roeck-us.net, linuxppc-dev@lists.ozlabs.org,
	mahesh@linux.vnet.ibm.com, npiggin@gmail.com,
	svaidy@linux.vnet.ibm.com
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-4.8-3 tag
Date: Fri, 12 Aug 2016 19:22:24 +1000	[thread overview]
Message-ID: <87bn0ytk8f.fsf@concordia.ellerman.id.au> (raw)

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

Hi Linus,

Please pull some powerpc fixes for 4.8:

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.8-3

for you to fetch changes up to ca49e64f0cb1368fc666a53b16b45d4505763d9c:

  selftests/powerpc: Specify we expect to build with std=gnu99 (2016-08-10 23:21:37 +1000)

----------------------------------------------------------------
powerpc fixes for 4.8 #3

 - powerpc/vdso: Fix build rules to rebuild vdsos correctly from Nicholas Piggin
 - powerpc/ptrace: Fix coredump since ptrace TM changes from Cyril Bur
 - powerpc/32: Fix csum_partial_copy_generic() from Christophe Leroy
 - cxl: Set psl_fir_cntl to production environment value from Frederic Barrat
 - powerpc/eeh: Switch to conventional PCI address output in EEH log from Guilherme G. Piccoli
 - cxl: Use fixed width predefined types in data structure. from Philippe Bergheaud
 - powerpc/vdso: Add missing include file from Guenter Roeck
 - powerpc: Fix unused function warning 'lmb_to_memblock' from Alastair D'Silva
 - powerpc/powernv/ioda: Fix TCE invalidate to work in real mode again from Alexey Kardashevskiy
 - powerpc/cell: Add missing error code in spufs_mkgang() from Dan Carpenter
 - crypto: crc32c-vpmsum - Convert to CPU feature based module autoloading from Anton Blanchard
 - powerpc/pasemi: Fix coherent_dma_mask for dma engine from Darren Stevens

Benjamin Herrenschmidt:
 - powerpc/32: Fix crash during static key init
 - powerpc: Update obsolete comment in setup_32.c about early_init()
 - powerpc: Print the kernel load address at the end of prom_init()
 - powerpc/pnv/pci: Fix incorrect PE reservation attempt on some 64-bit BARs
 - powerpc/xics: Properly set Edge/Level type and enable resend

Mahesh Salgaonkar:
 - powerpc/book3s: Fix MCE console messages for unrecoverable MCE.
 - powerpc/powernv: Fix MCE handler to avoid trashing CR0/CR1 registers.
 - powerpc/powernv: Move IDLE_STATE_ENTER_SEQ macro to cpuidle.h
 - powerpc/powernv: Load correct TOC pointer while waking up from winkle.

Andrew Donnellan:
 - cxl: Fix sparse warnings
 - cxl: Fix NULL dereference in cxl_context_init() on PowerVM guests

Michael Ellerman:
 - selftests/powerpc: Specify we expect to build with std=gnu99
 - powerpc/Makefile: Use cflags-y/aflags-y for setting endian options
 - powerpc/pci: Fix endian bug in fixed PHB numbering

----------------------------------------------------------------
Alastair D'Silva (1):
      powerpc: Fix unused function warning 'lmb_to_memblock'

Alexey Kardashevskiy (1):
      powerpc/powernv/ioda: Fix TCE invalidate to work in real mode again

Andrew Donnellan (2):
      cxl: Fix NULL dereference in cxl_context_init() on PowerVM guests
      cxl: Fix sparse warnings

Anton Blanchard (1):
      crypto: crc32c-vpmsum - Convert to CPU feature based module autoloading

Benjamin Herrenschmidt (5):
      powerpc/xics: Properly set Edge/Level type and enable resend
      powerpc/pnv/pci: Fix incorrect PE reservation attempt on some 64-bit BARs
      powerpc: Print the kernel load address at the end of prom_init()
      powerpc: Update obsolete comment in setup_32.c about early_init()
      powerpc/32: Fix crash during static key init

Christophe Leroy (1):
      powerpc/32: Fix csum_partial_copy_generic()

Cyril Bur (1):
      powerpc/ptrace: Fix coredump since ptrace TM changes

Dan Carpenter (1):
      powerpc/cell: Add missing error code in spufs_mkgang()

Darren Stevens (1):
      powerpc/pasemi: Fix coherent_dma_mask for dma engine

Frederic Barrat (1):
      cxl: Set psl_fir_cntl to production environment value

Guenter Roeck (1):
      powerpc/vdso: Add missing include file

Guilherme G. Piccoli (1):
      powerpc/eeh: Switch to conventional PCI address output in EEH log

Mahesh Salgaonkar (4):
      powerpc/powernv: Load correct TOC pointer while waking up from winkle.
      powerpc/powernv: Move IDLE_STATE_ENTER_SEQ macro to cpuidle.h
      powerpc/powernv: Fix MCE handler to avoid trashing CR0/CR1 registers.
      powerpc/book3s: Fix MCE console messages for unrecoverable MCE.

Michael Ellerman (3):
      powerpc/pci: Fix endian bug in fixed PHB numbering
      powerpc/Makefile: Use cflags-y/aflags-y for setting endian options
      selftests/powerpc: Specify we expect to build with std=gnu99

Nicholas Piggin (1):
      powerpc/vdso: Fix build rules to rebuild vdsos correctly

Philippe Bergheaud (1):
      cxl: Use fixed width predefined types in data structure.

 arch/powerpc/Makefile                           | 22 ++++----
 arch/powerpc/crypto/crc32c-vpmsum_glue.c        |  3 +-
 arch/powerpc/include/asm/cpuidle.h              | 13 +++++
 arch/powerpc/include/asm/feature-fixups.h       |  1 +
 arch/powerpc/include/asm/switch_to.h            |  8 ---
 arch/powerpc/include/asm/xics.h                 |  2 +
 arch/powerpc/kernel/eeh.c                       |  4 +-
 arch/powerpc/kernel/exceptions-64s.S            | 69 ++++++++++++++-----------
 arch/powerpc/kernel/idle_book3s.S               | 17 ++----
 arch/powerpc/kernel/mce.c                       |  3 +-
 arch/powerpc/kernel/pci-common.c                |  7 ++-
 arch/powerpc/kernel/process.c                   | 20 -------
 arch/powerpc/kernel/prom_init.c                 |  2 +-
 arch/powerpc/kernel/ptrace.c                    | 19 +++++++
 arch/powerpc/kernel/setup_32.c                  |  9 ++--
 arch/powerpc/kernel/setup_64.c                  |  1 +
 arch/powerpc/kernel/vdso.c                      |  1 +
 arch/powerpc/kernel/vdso32/Makefile             |  6 +--
 arch/powerpc/kernel/vdso64/Makefile             |  6 +--
 arch/powerpc/lib/checksum_32.S                  |  7 +--
 arch/powerpc/lib/feature-fixups.c               |  3 ++
 arch/powerpc/platforms/cell/spufs/inode.c       |  4 +-
 arch/powerpc/platforms/pasemi/iommu.c           |  5 ++
 arch/powerpc/platforms/powernv/opal-irqchip.c   |  3 +-
 arch/powerpc/platforms/powernv/opal.c           |  1 +
 arch/powerpc/platforms/powernv/pci-ioda.c       | 32 ++++++++----
 arch/powerpc/platforms/pseries/hotplug-memory.c | 26 +++++-----
 arch/powerpc/sysdev/xics/Kconfig                |  1 +
 arch/powerpc/sysdev/xics/ics-opal.c             |  4 +-
 arch/powerpc/sysdev/xics/ics-rtas.c             |  4 +-
 arch/powerpc/sysdev/xics/xics-common.c          | 59 ++++++++++++++++++---
 drivers/misc/cxl/context.c                      |  3 +-
 drivers/misc/cxl/cxl.h                          |  2 +-
 drivers/misc/cxl/native.c                       |  2 +-
 drivers/misc/cxl/pci.c                          | 12 +++--
 drivers/misc/cxl/vphb.c                         |  2 +-
 include/uapi/misc/cxl.h                         |  4 +-
 tools/testing/selftests/powerpc/Makefile        |  2 +-
 38 files changed, 242 insertions(+), 147 deletions(-)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

                 reply	other threads:[~2016-08-12  9:22 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=87bn0ytk8f.fsf@concordia.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=aik@ozlabs.ru \
    --cc=alastair@d-silva.org \
    --cc=andrew.donnellan@au1.ibm.com \
    --cc=anton@samba.org \
    --cc=arnd@arndb.de \
    --cc=benh@kernel.crashing.org \
    --cc=christophe.leroy@c-s.fr \
    --cc=cyrilbur@gmail.com \
    --cc=dan.carpenter@oracle.com \
    --cc=darren@stevens-zone.net \
    --cc=fbarrat@linux.vnet.ibm.com \
    --cc=felix@linux.vnet.ibm.com \
    --cc=gpiccoli@linux.vnet.ibm.com \
    --cc=imunsie@au1.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=mahesh@linux.vnet.ibm.com \
    --cc=npiggin@gmail.com \
    --cc=svaidy@linux.vnet.ibm.com \
    --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).