commit | ee436dc46a762f430e37952d375a23d87735f73f | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Fri Nov 18 14:43:54 2005 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Mar 20 14:08:54 2006 -0500 |
tree | 3fde296efe8da60dff929e2891bff22bf46fe771 | |
parent | 7306a0b9b3e2056a616c84841288ca2431a05627 [diff] |
[PATCH] Fix IA64 success/failure indication in syscall auditing. Original 2.6.9 patch and explanation from somewhere within HP via bugzilla... ia64 stores a success/failure code in r10, and the return value (normal return, or *positive* errno) in r8. The patch also sets the exit code to negative errno if it's a failure result for consistency with other architectures. Signed-off-by: David Woodhouse <dwmw2@infradead.org>