Messages in this thread |  | | From | Michael Ellerman <> | Subject | [GIT PULL] Please pull powerpc/linux.git powerpc-4.9-5 tag | Date | Sat, 19 Nov 2016 19:54:53 +1100 |
| |
Hi Linus,
Please pull some more powerpc fixes for 4.9:
The following changes since commit fb479e44a9e240a23c2d208c2ace23542a47f41c:
powerpc/64s: relocation, register save fixes for system reset interrupt (2016-10-27 21:55:14 +1100)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.9-5
for you to fetch changes up to cac4a185405d4415eca269cae976438b44a37ae0:
powerpc/mm: Fix missing update of HID register on secondary CPUs (2016-11-18 23:16:58 +1100)
---------------------------------------------------------------- powerpc fixes for 4.9 #5
Fixes marked for stable: - Fix system reset interrupt winkle wakeups (Nicholas Piggin) - Fix setting of AIL in hypervisor mode (Benjamin Herrenschmidt)
Fixes for code merged this cycle: - Fix exception vector build with 2.23 era binutils (Hugh Dickins) - Fix missing update of HID register on secondary CPUs (Aneesh Kumar K.V)
Other: - Fix missing pr_cont()s in show_stack() (Michael Ellerman) - Fix missing pr_cont()s in print_msr_bits() et. al. (Michael Ellerman) - Fix missing pr_cont()s in show_regs() (Michael Ellerman) - Fix missing pr_cont()s in instruction dump (Andrew Donnellan) - Invalidate ERAT on tlbiel for POWER9 DD1 (Michael Neuling)
---------------------------------------------------------------- Andrew Donnellan (1): powerpc/oops: Fix missing pr_cont()s in instruction dump
Aneesh Kumar K.V (1): powerpc/mm: Fix missing update of HID register on secondary CPUs
Benjamin Herrenschmidt (1): powerpc/64: Fix setting of AIL in hypervisor mode
Hugh Dickins (1): powerpc: Fix exception vector build with 2.23 era binutils
Michael Ellerman (3): powerpc/oops: Fix missing pr_cont()s in show_stack() powerpc/oops: Fix missing pr_cont()s in print_msr_bits() et. al. powerpc/oops: Fix missing pr_cont()s in show_regs()
Michael Neuling (1): powerpc/mm/radix: Invalidate ERAT on tlbiel for POWER9 DD1
Nicholas Piggin (1): powerpc/64s: Fix system reset interrupt winkle wakeups
arch/powerpc/include/asm/exception-64s.h | 15 +++++++++--- arch/powerpc/include/asm/ppc-opcode.h | 1 + arch/powerpc/kernel/exceptions-64s.S | 11 ++++++--- arch/powerpc/kernel/process.c | 42 ++++++++++++++++---------------- arch/powerpc/kernel/setup_64.c | 20 ++++++++++----- arch/powerpc/mm/hash_utils_64.c | 4 +++ arch/powerpc/mm/pgtable-radix.c | 4 +++ arch/powerpc/mm/tlb-radix.c | 4 +++ 8 files changed, 68 insertions(+), 33 deletions(-) [unhandled content-type:application/pgp-signature] |  |