Hi Linus, Please pull some more powerpc fixes for 4.9: The following changes since commit 1001354ca34179f3db924eb66672442a173147dc: Linux 4.9-rc1 (2016-10-15 12:17:50 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.9-3 for you to fetch changes up to 78914ff0843623ee6dbeae92fa0bb8761828684e: powerpc: Ignore the pkey system calls for now (2016-10-19 20:36:24 +1100) ---------------------------------------------------------------- powerpc fixes for 4.9 #3 Fixes marked for stable: - Prevent unlikely crash in copro_calculate_slb() (Frederic Barrat) - cxl: Prevent adapter reset if an active context exists (Vaibhav Jain) Fixes for code merged this cycle: - Fix boot on systems with uncompressed kernel image (Heiner Kallweit) - Drop dump_numa_memory_topology() (Michael Ellerman) - Fix numa topology console print (Aneesh Kumar K.V) - Ignore the pkey system calls for now (Stephen Rothwell) ---------------------------------------------------------------- Aneesh Kumar K.V (1): powerpc: Fix numa topology console print Frederic Barrat (1): powerpc/mm: Prevent unlikely crash in copro_calculate_slb() Heiner Kallweit (1): powerpc/boot: Fix boot on systems with uncompressed kernel image Michael Ellerman (1): powerpc/mm: Drop dump_numa_memory_topology() Stephen Rothwell (1): powerpc: Ignore the pkey system calls for now Vaibhav Jain (1): cxl: Prevent adapter reset if an active context exists Documentation/ABI/testing/sysfs-class-cxl | 7 +++-- arch/powerpc/boot/main.c | 18 ++++++++++-- arch/powerpc/include/asm/unistd.h | 4 +++ arch/powerpc/mm/copro_fault.c | 2 ++ arch/powerpc/mm/numa.c | 46 ++++--------------------------- drivers/misc/cxl/api.c | 9 ++++++ drivers/misc/cxl/context.c | 3 ++ drivers/misc/cxl/cxl.h | 24 ++++++++++++++++ drivers/misc/cxl/file.c | 11 ++++++++ drivers/misc/cxl/guest.c | 3 ++ drivers/misc/cxl/main.c | 42 +++++++++++++++++++++++++++- drivers/misc/cxl/pci.c | 2 ++ drivers/misc/cxl/sysfs.c | 27 +++++++++++++++--- 13 files changed, 148 insertions(+), 50 deletions(-)