diff options
author | H. Peter Anvin <[email protected]> | 2012-03-02 10:43:49 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2012-03-02 11:38:15 -0800 |
commit | 5189fa19a4b2b4c3bec37c3a019d446148827717 (patch) | |
tree | 968ba4d4dea7375cfedaf5f1e22c1885a8ea003b /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | c8e252586f8d5de906385d8cf6385fee289a825e (diff) |
regset: Return -EFAULT, not -EIO, on host-side memory fault
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 <[email protected]>
Reviewed-by: Oleg Nesterov <[email protected]>
Acked-by: Roland McGrath <[email protected]>
Cc: <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions