From: David Woodhouse Date: Fri, 18 Nov 2005 14:43:54 +0000 (+0000) Subject: [PATCH] Fix IA64 success/failure indication in syscall auditing. X-Git-Tag: v2.6.17-rc1~665^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee436dc46a762f430e37952d375a23d87735f73f;p=pandora-kernel.git [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 --- Reading git-diff-tree failed