[PATCH] Fix IA64 success/failure indication in syscall auditing.
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 18 Nov 2005 14:43:54 +0000 (14:43 +0000)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 20 Mar 2006 19:08:54 +0000 (14:08 -0500)
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>

No differences found