lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Fri, 24 Nov 2017 22:10:13 +1100
From:   Michael Ellerman <mpe@...erman.id.au>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     aneesh.kumar@...ux.vnet.ibm.com, christophe.leroy@....fr,
        linux-kernel@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
        maddy@...ux.vnet.ibm.com, sukadev@...ux.vnet.ibm.com
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-4.15-2 tag

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(-)

Download attachment "signature.asc" of type "application/pgp-signature" (819 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ