]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Mask 32-bit system call arguments to 32 bits on PPC64 in audit code
authorDavid Woodhouse <dwmw2@infradead.org>
Sun, 14 Jan 2007 01:38:18 +0000 (09:38 +0800)
committerPaul Mackerras <paulus@samba.org>
Wed, 24 Jan 2007 10:13:58 +0000 (21:13 +1100)
commit9bc0ed5f1e4e6b4ea9f3f86622543a8330d3db61
tree26ec97215dc25ae897af278a79b1f37303ff35a3
parent6321d666174a370bb6e066b4aa18d49c7a9e7324
[POWERPC] Mask 32-bit system call arguments to 32 bits on PPC64 in audit code

The system call entry code will clear the high bits of argument
registers before invoking the system call; don't report whatever noise
happens to be in the high bits of the register before that happens.

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