[GIT PULL] Please pull powerpc/linux.git powerpc-4.9-7 tag
Michael Ellerman
mpe at ellerman.id.au
Mon Dec 5 21:01:41 AEDT 2016
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(-)
-------------- 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/20161205/6504711c/attachment.sig>
More information about the Linuxppc-dev
mailing list