commit | cfcd1705b61ecce1ab102b9593cf733fef314a19 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Sun Jan 14 09:38:18 2007 +0800 |
committer | Paul Mackerras <paulus@samba.org> | Wed Jan 24 21:13:58 2007 +1100 |
tree | 26ec97215dc25ae897af278a79b1f37303ff35a3 | |
parent | 0e47e3cca100e7c8e8124378e4e44969c2e042fd [diff] |
[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>