Hi Linus, would you please pull two important patches for the parisc architecture for kernel 4.18 from: git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.18-2 The first patch is trivial and fixes the kernel build if someone chooses to build the generic 64bit defconfig. Alex Ghiti ran into that issue when he tried to build a 4.18 kernel with his hugetlb patches on parisc64. The patch from Dave adds missing memory barriers to the assembler unlock sequences. Our hope is, that this should help us to fix the issues we rarely still see with spinlocks. Both patches had been in the for-next branch for a few days without any reported issues and are tagged to be backported to all kernels above v4.0. Thanks, Helge ---------------------------------------------------------------- Helge Deller (1): parisc: Enable CONFIG_MLONGCALLS by default John David Anglin (1): parisc: Define mb() and add memory barriers to assembler unlock sequences arch/parisc/Kconfig | 2 +- arch/parisc/include/asm/barrier.h | 32 ++++++++++++++++++++++++++++++++ arch/parisc/kernel/entry.S | 2 ++ arch/parisc/kernel/pacache.S | 1 + arch/parisc/kernel/syscall.S | 4 ++++ 5 files changed, 40 insertions(+), 1 deletion(-) create mode 100644 arch/parisc/include/asm/barrier.h -- To unsubscribe from this list: send the line "unsubscribe linux-parisc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html