-
- Downloads
Merge branch 'parisc-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Pull parisc fixes from Helge Deller: - 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 * 'parisc-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: parisc: size_t is unsigned, so comparison size < 0 doesn't make sense. parisc: improve SIGBUS/SIGSEGV error reporting parisc: break out SOCK_NONBLOCK define to own asm header file parisc: do not inline pa_memcpy() internal functions Revert "parisc: implement full version of access_ok()"
No related branches found
No related tags found
Showing
- arch/parisc/include/asm/socket.h 11 additions, 0 deletionsarch/parisc/include/asm/socket.h
- arch/parisc/include/asm/uaccess.h 4 additions, 42 deletionsarch/parisc/include/asm/uaccess.h
- arch/parisc/include/uapi/asm/socket.h 3 additions, 8 deletionsarch/parisc/include/uapi/asm/socket.h
- arch/parisc/lib/memcpy.c 3 additions, 3 deletionsarch/parisc/lib/memcpy.c
- arch/parisc/mm/fault.c 20 additions, 2 deletionsarch/parisc/mm/fault.c
Loading
Please register or sign in to comment