diff options
author | H. Peter Anvin <hpa@zytor.com> | 2012-03-02 10:43:49 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-12 10:32:42 -0700 |
commit | 4b77339222a1d8809cde5d8920714a6cd180e5e0 (patch) | |
tree | 561274eeed0270ff77bc73b52144aa24d05c6d07 /fs | |
parent | ec521c173fe9b56343808dfde63e3d75b223da07 (diff) |
regset: Return -EFAULT, not -EIO, on host-side memory fault
commit 5189fa19a4b2b4c3bec37c3a019d446148827717 upstream.
There is only one error code to return for a bad user-space buffer
pointer passed to a system call in the same address space as the
system call is executed, and that is EFAULT. Furthermore, the
low-level access routines, which catch most of the faults, return
EFAULT already.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Reviewed-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Roland McGrath <roland@hack.frob.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions