[GIT PULL] Please pull powerpc/linux.git powerpc-4.15-2 tag

Michael Ellerman mpe at ellerman.id.au
Fri Nov 24 22:10:13 AEDT 2017


Hi Linus,

Please pull some powerpc fixes for 4.15.

These would be nice to have in rc1, but none of them are actually that
crucial. So they can wait until Monday if you're busy eating pumpkin
pie.

cheers


The following changes since commit 3ffa9d9e2a7c10127d8cbf91ea2be15390b450ed:

  powerpc/64s: Fix Power9 DD2.0 workarounds by adding DD2.1 feature (2017-11-15 14:25:42 +1100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git powerpc-4.15-2

for you to fetch changes up to 4d6c51b107cc73b15a377224549aa5593f90df89:

  powerpc/64s: Fix Power9 DD2.1 logic in DT CPU features (2017-11-22 23:17:01 +1100)

----------------------------------------------------------------
powerpc fixes for 4.15 #2

A small batch of fixes, about 50% tagged for stable and the rest for recently
merged code.

There's one more fix for the >128T handling on hash. Once a process had
requested a single mmap above 128T we would then always search above 128T. The
correct behaviour is to consider the hint address in isolation for each mmap
request.

Then a couple of fixes for the IMC PMU, a missing EXPORT_SYMBOL in VAS, a fix
for STRICT_KERNEL_RWX on 32-bit, and a fix to correctly identify P9 DD2.1 but in
code that is currently not used by default.

Thanks to:
  Aneesh Kumar K.V, Christophe Leroy, Madhavan Srinivasan, Sukadev Bhattiprolu.

----------------------------------------------------------------
Aneesh Kumar K.V (1):
      powerpc/64s/slice: Use addr limit when computing slice mask

Christophe Leroy (1):
      powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX

Madhavan Srinivasan (2):
      powerpc/perf: Fix pmu_count to count only nest imc pmus
      powerpc/perf: Fix IMC_MAX_PMU macro

Michael Ellerman (2):
      powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
      powerpc/64s: Fix Power9 DD2.1 logic in DT CPU features

Sukadev Bhattiprolu (1):
      powerpc/vas: Export chip_to_vas_id()

 arch/powerpc/include/asm/imc-pmu.h        |  6 +-----
 arch/powerpc/kernel/dt_cpu_ftrs.c         |  4 ++--
 arch/powerpc/lib/code-patching.c          |  6 ++----
 arch/powerpc/mm/slice.c                   | 34 ++++++++++++++++++++-----------
 arch/powerpc/perf/imc-pmu.c               | 27 ++++++++++++++++--------
 arch/powerpc/platforms/powernv/opal-imc.c | 22 ++++++++++++++++++--
 arch/powerpc/platforms/powernv/vas.c      |  1 +
 7 files changed, 66 insertions(+), 34 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20171124/763b0a8d/attachment.sig>


More information about the Linuxppc-dev mailing list