]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Fix audit syscall success/failure reporting on PowerPC
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 22 Sep 2006 08:23:53 +0000 (09:23 +0100)
committerPaul Mackerras <paulus@samba.org>
Tue, 26 Sep 2006 05:24:34 +0000 (15:24 +1000)
commit23c02350761887566d1087cf2c1f52f67d8f1ca0
tree3b0cef649377b831c14cd95c0077f7defdc0b1f9
parentf276b92a4c761dd66c564c76bc332e576ecdf2c0
[POWERPC] Fix audit syscall success/failure reporting on PowerPC

Due to my stupidity, we were checking for the wrong bit in CCR when
attempting to determine whether a syscall succeeded or not. Remedy the
symptom, if not the cause.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/ptrace.c