lkml.org 
[lkml]   [2013]   [Nov]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] parisc fixes for v3.13
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


\
 
 \ /
  Last update: 2013-11-20 17:41    [W:0.033 / U:3.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site