Hi Linus, Please pull three patches for kernel-4.0 for the parisc architecture from
git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.0-1 One patch from Mikulas fixes a bug on parisc by artifically incrementing the counter in pmd_free when the kernel tries to free the preallocated pmd. Other than that we now prevent that syscalls gets added without incrementing __NR_Linux_syscalls and fix the initial pmd setup code if a default page size greater than 4k has been selected. Thanks, Helge ---------------------------------------------------------------- Helge Deller (2): parisc: Add compile-time check when adding new syscalls parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT Mikulas Patocka (1): parisc: mm: don't count preallocated pmds arch/parisc/include/asm/pgalloc.h | 17 ++++++++++------- arch/parisc/kernel/syscall_table.S | 9 ++++++--- 2 files changed, 16 insertions(+), 10 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/