Hi Linus, Please pull the latest fixes for the parisc architecture from git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-3.13 which has the following fixes: - revert an access_ok() patch which broke 32bit userspace on 64bit kernels - avoid a gcc miscompilation in two internal pa_memcpy() functions by not inlining those - do not export the definition of SOCK_NONBLOCK via uapi header (fixes build of audit package) - depending on the fault type we now correctly report either SIGBUS or SIGSEGV - a small fix to not compare a size_t variable for < 0 Thanks, Helge ---------------------------------------------------------------- Helge Deller (5): Revert "parisc: implement full version of access_ok()" parisc: do not inline pa_memcpy() internal functions parisc: break out SOCK_NONBLOCK define to own asm header file parisc: improve SIGBUS/SIGSEGV error reporting parisc: size_t is unsigned, so comparison size < 0 doesn't make sense. arch/parisc/include/asm/socket.h | 11 +++++++++ arch/parisc/include/asm/uaccess.h | 46 +++-------------------------------- arch/parisc/include/uapi/asm/socket.h | 11 +++------ arch/parisc/lib/memcpy.c | 6 ++--- arch/parisc/mm/fault.c | 22 +++++++++++++++-- 5 files changed, 41 insertions(+), 55 deletions(-) create mode 100644 arch/parisc/include/asm/socket.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