mbox

[GIT,PULL] Please pull powerpc/linux.git powerpc-4.8-6 tag

Message ID 87vaxunc0r.fsf@concordia.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.8-6

Message

Michael Ellerman Sept. 17, 2016, 8:52 a.m. UTC
Hi Linus,

Please pull some more powerpc fixes for 4.8:

The following changes since commit f077aaf0754bcba0fffdbd925bc12f09cd1e38aa:

  powerpc/mm: Don't alias user region to other regions below PAGE_OFFSET (2016-09-08 13:15:33 +1000)

are available in the git repository at:

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

for you to fetch changes up to ed7d9a1d7da6fe7b1c7477dc70e95051583fd60c:

  powerpc/powernv/pci: Fix missed TCE invalidations that should fallback to OPAL (2016-09-15 17:05:11 +1000)

----------------------------------------------------------------
powerpc fixes for 4.8 #6

Fixes for code merged this cycle:
 - Fix restore of SPRs upon wake up from hypervisor state loss from Gautham R. Shenoy
 - Fix the state of root PE from Gavin Shan
 - Detach from PE on releasing PCI device from Gavin Shan
 - Fix size of NUM_CPU_FTR_KEYS on 32-bit
 - Fix missed TCE invalidations that should fallback to OPAL

----------------------------------------------------------------
Gautham R. Shenoy (1):
      powerpc/powernv: Fix restore of SPRs upon wake up from hypervisor state loss

Gavin Shan (2):
      powerpc/powernv: Fix the state of root PE
      powerpc/powernv: Detach from PE on releasing PCI device

Michael Ellerman (2):
      powerpc/kernel: Fix size of NUM_CPU_FTR_KEYS on 32-bit
      powerpc/powernv/pci: Fix missed TCE invalidations that should fallback to OPAL

 arch/powerpc/include/asm/cpu_has_feature.h |  2 +-
 arch/powerpc/kernel/idle_book3s.S          | 10 +++++-----
 arch/powerpc/platforms/powernv/pci-ioda.c  | 26 +++++++++++++++++++++++---
 3 files changed, 29 insertions(+), 9 deletions(-)