Hi Linus, Please pull some more powerpc fixes for 4.16: The following changes since commit eb0a2d2620ae431c543963c8c7f08f597366fc60: powerpc/powernv: Support firmware disable of RFI flush (2018-02-23 16:55:42 +1100) are available in the git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git tags/powerpc-4.16-5 for you to fetch changes up to b0c41b8b6e43120d7c35e4709508a3d90a09646e: powerpc/pseries: Fix vector5 in ibm architecture vector table (2018-03-06 23:05:38 +1100) ---------------------------------------------------------------- powerpc fixes for 4.16 #5 One notable fix to properly advertise our support for a new firmware feature, caused by two series conflicting semantically but not textually. There's a new ioctl for the new ocxl driver, which is not a fix, but needed to complete the userspace API and good to have before the driver is in a released kernel. Finally three minor selftest fixes, and a fix for intermittent build failures for some obscure platforms, caused by a missing make dependency. Thanks to: Alastair D'Silva, Bharata B Rao, Guenter Roeck. ---------------------------------------------------------------- Alastair D'Silva (2): ocxl: Add get_metadata IOCTL to share OCXL information to userspace ocxl: Document the OCXL_IOCTL_GET_METADATA IOCTL Bharata B Rao (1): powerpc/pseries: Fix vector5 in ibm architecture vector table Guenter Roeck (1): powerpc/boot: Fix random libfdt related build errors Michael Ellerman (3): selftests/powerpc: Skip tm-trap if transactional memory is not enabled selftests/powerpc: Fix missing clean of pmu/lib.o selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailable Documentation/accelerators/ocxl.rst | 5 +++++ arch/powerpc/boot/Makefile | 3 ++- arch/powerpc/kernel/prom_init.c | 1 - drivers/misc/ocxl/file.c | 27 +++++++++++++++++++++++ include/uapi/misc/ocxl.h | 17 ++++++++++++++ tools/testing/selftests/powerpc/mm/subpage_prot.c | 14 ++++++++++++ tools/testing/selftests/powerpc/tm/Makefile | 2 +- tools/testing/selftests/powerpc/tm/tm-trap.c | 2 ++ 8 files changed, 68 insertions(+), 3 deletions(-)