Merge tag 'powerpc-4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: "The headliner is a fix for FP/VMX register corruption when using transactional memory, and a new selftest to go with it. Then there's the virt_addr_valid() fix, currently HARDENDED_USERCOPY is tripping on that causing some machines to crash. A few other fairly minor fixes for long tail things, and a couple of fixes for code we just merged. Thanks to: Breno Leitao, Gautham Shenoy, Michael Neuling, Naveen Rao. Nicholas Piggin, Paul Mackerras" * tag 'powerpc-4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hash powerpc/mm: Fix crash in page table dump with huge pages powerpc/kprobes: Fix handling of instruction emulation on probe re-entry powerpc/powernv: Set NAPSTATELOST after recovering paca on P9 DD1 selftests/powerpc: Test TM and VMX register state powerpc/tm: Fix FP and V...
No related branches found
No related tags found
Showing
- arch/powerpc/include/asm/module.h 4 additions, 0 deletionsarch/powerpc/include/asm/module.h
- arch/powerpc/include/asm/page.h 12 additions, 0 deletionsarch/powerpc/include/asm/page.h
- arch/powerpc/kernel/idle_book3s.S 1 addition, 1 deletionarch/powerpc/kernel/idle_book3s.S
- arch/powerpc/kernel/kprobes.c 2 additions, 1 deletionarch/powerpc/kernel/kprobes.c
- arch/powerpc/kernel/process.c 19 additions, 0 deletionsarch/powerpc/kernel/process.c
- arch/powerpc/mm/dump_linuxpagetables.c 4 additions, 3 deletionsarch/powerpc/mm/dump_linuxpagetables.c
- tools/testing/selftests/powerpc/tm/.gitignore 1 addition, 0 deletionstools/testing/selftests/powerpc/tm/.gitignore
- tools/testing/selftests/powerpc/tm/Makefile 3 additions, 1 deletiontools/testing/selftests/powerpc/tm/Makefile
- tools/testing/selftests/powerpc/tm/tm-vmx-unavail.c 118 additions, 0 deletionstools/testing/selftests/powerpc/tm/tm-vmx-unavail.c
Please register or sign in to comment