From: David Woodhouse Date: Sun, 14 Jan 2007 01:38:18 +0000 (+0800) Subject: [POWERPC] Mask 32-bit system call arguments to 32 bits on PPC64 in audit code X-Git-Tag: v2.6.21-rc1~92^2~23^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfcd1705b61ecce1ab102b9593cf733fef314a19;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed