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, 03 Nov 2017 20:58:46 +1100
From:   Michael Ellerman <mpe@...erman.id.au>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     anju@...ux.vnet.ibm.com, gpiccoli@...ux.vnet.ibm.com,
        linux-kernel@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
        maddy@...ux.vnet.ibm.com, naveen.n.rao@...ux.vnet.ibm.com,
        npiggin@...il.com, paulus@...abs.org
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-4.14-6 tag

Hi Linus,

Please pull some more powerpc fixes for 4.14.

This is bigger than I like to send at rc7, but that's at least partly
because I didn't send any fixes last week. If it wasn't for the IMC
driver, which is new and getting heavy testing, the diffstat would look
a bit better. I've also added ftrace on big endian to my test suite, so
we shouldn't break that again in future.

cheers


The following changes since commit 0d8ba16278ec30a262d931875018abee332f926f:

  powerpc/perf: Fix IMC initialization crash (2017-10-13 20:08:40 +1100)

are available in the git repository at:

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

for you to fetch changes up to 7ecb37f62fe58e3e4d9b03443b92d213b2c108ce:

  powerpc/perf: Fix core-imc hotplug callback failure during imc initialization (2017-11-03 09:38:05 +1100)

----------------------------------------------------------------
powerpc fixes for 4.14 #6

A fix to the handling of misaligned paste instructions (P9 only), where a change
to a #define has caused the check for the instruction to always fail.

The preempt handling was unbalanced in the radix THP flush (P9 only). Though we
don't generally use preempt we want to keep it working as much as possible.

Two fixes for IMC (P9 only), one when booting with restricted number of CPUs and
one in the error handling when initialisation fails due to firmware etc.

A revert to fix function_graph on big endian machines, and then a rework of the
reverted patch to fix kprobes blacklist handling on big endian machines.

Thanks to:
  Anju T Sudhakar, Guilherme G. Piccoli, Madhavan Srinivasan, Naveen N. Rao,
  Nicholas Piggin, Paul Mackerras.

----------------------------------------------------------------
Guilherme G. Piccoli (1):
      powerpc/perf: Fix IMC allocation routine

Madhavan Srinivasan (1):
      powerpc/perf: Fix core-imc hotplug callback failure during imc initialization

Naveen N. Rao (2):
      Revert "powerpc64/elfv1: Only dereference function descriptor for non-text symbols"
      powerpc/kprobes: Dereference function pointers only if the address does not belong to kernel text

Nicholas Piggin (1):
      powerpc/64s/radix: Fix preempt imbalance in TLB flush

Paul Mackerras (1):
      powerpc: Fix check for copy/paste instructions in alignment handler

 arch/powerpc/include/asm/code-patching.h | 10 +---------
 arch/powerpc/kernel/align.c              |  2 +-
 arch/powerpc/kernel/kprobes.c            |  7 ++++++-
 arch/powerpc/mm/tlb-radix.c              |  2 ++
 arch/powerpc/perf/imc-pmu.c              | 18 ++++++++++++++++--
 5 files changed, 26 insertions(+), 13 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