Hi Linus, Please pull some more powerpc fixes for 4.12: The following changes since commit e41e53cd4fe331d0d1f06f8e4ed7e2cc63ee2c34: powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hash (2017-05-19 13:04:35 +1000) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.12-4 for you to fetch changes up to a4700a26107241cc7b9ac8528b2c6714ff99983d: powerpc: Add PPC_FEATURE userspace bits for SCV and DARN instructions (2017-05-25 23:07:45 +1000) ---------------------------------------------------------------- powerpc fixes for 4.12 #4 Fix running SPU programs on Cell, and a few other minor fixes. Thanks to: Alistair Popple, Jeremy Kerr, Michael Neuling, Nicholas Piggin. ---------------------------------------------------------------- Alistair Popple (1): powerpc/powernv/npu-dma.c: Fix opal_npu_destroy_context() call Jeremy Kerr (1): powerpc/spufs: Fix hash faults for kernel regions Michael Ellerman (1): selftests/powerpc: Fix TM resched DSCR test with some compilers Michael Neuling (1): powerpc: Fix booting P9 hash with CONFIG_PPC_RADIX_MMU=N Nicholas Piggin (1): powerpc: Add PPC_FEATURE userspace bits for SCV and DARN instructions arch/powerpc/include/uapi/asm/cputable.h | 2 ++ arch/powerpc/kernel/cputable.c | 3 ++- arch/powerpc/kernel/prom.c | 2 ++ arch/powerpc/platforms/cell/spu_base.c | 4 +++- arch/powerpc/platforms/powernv/npu-dma.c | 5 ++--- tools/testing/selftests/powerpc/tm/tm-resched-dscr.c | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-)