mbox

[GIT,PULL] Please pull powerpc/linux.git powerpc-4.5-3 tag

Message ID 1455933946.17239.0.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.5-3

Message

Michael Ellerman Feb. 20, 2016, 2:05 a.m. UTC
Hi Linus,

Please pull some more powerpc fixes for 4.5:

The following changes since commit 2d19fc639516dc7b4184450b315c931d38549e61:

  powerpc/mm: Fixup _HPAGE_CHG_MASK (2016-01-28 23:49:43 +1100)

are available in the git repository at:

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

for you to fetch changes up to 6ecad912a0073c768db1491c27ca55ad2d0ee68f:

  powerpc/ioda: Set "read" permission when "write" is set (2016-02-17 23:52:17 +1100)

----------------------------------------------------------------
powerpc fixes for 4.5 #2

 - Fix build error on 32-bit with checkpoint restart from Aneesh Kumar
 - Fix dedotify for binutils >= 2.26 from Andreas Schwab
 - Don't trace hcalls on offline CPUs from Denis Kirjanov
 - eeh: Fix stale cached primary bus from Gavin Shan
 - eeh: Fix stale PE primary bus from Gavin Shan
 - mm: Fix Multi hit ERAT cause by recent THP update from Aneesh Kumar K.V
 - ioda: Set "read" permission when "write" is set from Alexey Kardashevskiy

----------------------------------------------------------------
Alexey Kardashevskiy (1):
      powerpc/ioda: Set "read" permission when "write" is set

Andreas Schwab (1):
      powerpc: Fix dedotify for binutils >= 2.26

Aneesh Kumar K.V (2):
      powerpc/book3s_32: Fix build error with checkpoint restart
      powerpc/mm: Fix Multi hit ERAT cause by recent THP update

Denis Kirjanov (1):
      powerpc/pseries: Don't trace hcalls on offline CPUs

Gavin Shan (2):
      powerpc/eeh: Fix stale cached primary bus
      powerpc/powernv: Fix stale PE primary bus

 arch/powerpc/Kconfig                         |  4 ++--
 arch/powerpc/include/asm/book3s/64/pgtable.h |  4 ++++
 arch/powerpc/include/asm/eeh.h               |  1 +
 arch/powerpc/include/asm/trace.h             |  8 +++++--
 arch/powerpc/kernel/eeh_driver.c             |  3 +++
 arch/powerpc/kernel/eeh_pe.c                 |  2 +-
 arch/powerpc/kernel/module_64.c              |  2 +-
 arch/powerpc/mm/pgtable_64.c                 | 32 ++++++++++++++++++++++++++++
 arch/powerpc/platforms/powernv/eeh-powernv.c |  5 ++++-
 arch/powerpc/platforms/powernv/pci-ioda.c    |  1 +
 arch/powerpc/platforms/powernv/pci.c         | 26 ++++++++++++++++++++++
 arch/powerpc/platforms/powernv/pci.h         |  1 +
 include/asm-generic/pgtable.h                |  8 +++++++
 mm/huge_memory.c                             |  1 +
 14 files changed, 91 insertions(+), 7 deletions(-)