Merge tag 'powerpc-4.9-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: "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" * tag 'powerpc-4.9-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/64: Fix placement of .text to be immediately following .head.text powerpc/eeh: Fix deadlock when PE frozen state can't be cleared powerpc/mm: Fix lazy icache flush on pre-POWER5 powerpc/boot: Fix build failure in 32-bit boot wrapper
Showing
- arch/powerpc/boot/Makefile 2 additions, 1 deletionarch/powerpc/boot/Makefile
- arch/powerpc/boot/opal.c 1 addition, 1 deletionarch/powerpc/boot/opal.c
- arch/powerpc/kernel/eeh_driver.c 3 additions, 1 deletionarch/powerpc/kernel/eeh_driver.c
- arch/powerpc/kernel/vmlinux.lds.S 9 additions, 0 deletionsarch/powerpc/kernel/vmlinux.lds.S
- arch/powerpc/mm/hash64_4k.c 1 addition, 1 deletionarch/powerpc/mm/hash64_4k.c
- arch/powerpc/mm/hash64_64k.c 2 additions, 2 deletionsarch/powerpc/mm/hash64_64k.c
Please register or sign in to comment