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:   Mon, 05 Dec 2016 21:01:41 +1100
From:   Michael Ellerman <mpe@...erman.id.au>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     andrew.donnellan@....ibm.com, ben@...adent.org.uk,
        benh@...nel.crashing.org, linux-kernel@...r.kernel.org,
        linuxppc-dev@...ts.ozlabs.org, npiggin@...il.com, ruscur@...sell.cc
Subject: [GIT PULL] Please pull powerpc/linux.git powerpc-4.9-7 tag

Hi Linus,

Please pull what is hopefully the last batch of powerpc fixes for 4.9.

The following changes since commit 984d7a1ec67ce3a46324fa4bcb4c745bbc266cf2:

  powerpc/mm: Fixup kernel read only mapping (2016-11-25 14:18:25 +1100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.9-7

for you to fetch changes up to dadc4a1bb9f0095343ed9dd4f1d9f3825d7b3e45:

  powerpc/64: Fix placement of .text to be immediately following .head.text (2016-12-01 22:26:31 +1100)

----------------------------------------------------------------
powerpc fixes for 4.9 #7

Four fixes, the first for code we merged this cycle and three that are also
going to stable:

 - On 64-bit Book3E we were not placing the .text section where we said we would
   in the asm.
 - We broke building the boot wrapper on some 32-bit toolchains.
 - Lazy icache flushing was broken on pre-POWER5 machines.
 - One of the error paths in our EEH code would lead to a deadlock.

Thanks to:
  Andrew Donnellan, Ben Hutchings, Benjamin Herrenschmidt, Nicholas Piggin.

----------------------------------------------------------------
Andrew Donnellan (1):
      powerpc/eeh: Fix deadlock when PE frozen state can't be cleared

Ben Hutchings (1):
      powerpc/boot: Fix build failure in 32-bit boot wrapper

Benjamin Herrenschmidt (1):
      powerpc/mm: Fix lazy icache flush on pre-POWER5

Nicholas Piggin (1):
      powerpc/64: Fix placement of .text to be immediately following .head.text

 arch/powerpc/boot/Makefile        | 3 ++-
 arch/powerpc/boot/opal.c          | 2 +-
 arch/powerpc/kernel/eeh_driver.c  | 4 +++-
 arch/powerpc/kernel/vmlinux.lds.S | 9 +++++++++
 arch/powerpc/mm/hash64_4k.c       | 2 +-
 arch/powerpc/mm/hash64_64k.c      | 4 ++--
 6 files changed, 18 insertions(+), 6 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