Skip to content
Snippets Groups Projects
Commit ee436dc4 authored by David Woodhouse's avatar David Woodhouse Committed by Al Viro
Browse files

[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: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 7306a0b9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment