From: Roland McGrath Date: Mon, 24 Sep 2007 23:50:52 +0000 (+1000) Subject: [POWERPC] Add CHECK_FULL_REGS in several places in ptrace code X-Git-Tag: v2.6.24-rc1~1450^2~155 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fabca2c0a461bd82a35194e3a4bb1e98f3ffa789;p=pandora-kernel.git [POWERPC] Add CHECK_FULL_REGS in several places in ptrace code This restores the CHECK_FULL_REGS sanity check to every place that can access the nonvolatile GPRs for ptrace. This is already done for native-bitwidth PTRACE_PEEKUSR, but was omitted for many other cases (32-bit ptrace, PTRACE_GETREGS, etc.); I think there may have been more uniform checks before that were lost in the recent cleanup of GETREGS et al. Signed-off-by: Roland McGrath Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed