From: Andreas Schwab Date: Tue, 19 May 2009 13:38:01 +0000 (+0200) Subject: m68k: ptrace fixes X-Git-Tag: v2.6.33-rc1~382^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f195e2bff3000b8bc251ee6f685e0f027eec6f25;p=pandora-kernel.git m68k: ptrace fixes This fixes the following issues in ptrace: - when single stepping into the signal handler stop at the first insn of the handler - handle non-zero stkadj when accessing pc and sr in ptregs - correctly handle PT_SR in PTRACE_POKEUSR - report -EIO when trying to read unknown offset in PTRACE_PEEKUSR Additionally, the handling of the special case that PT_SR accesses a 16 bit word instead of a 32 bit word has been moved into get_reg/put_reg. Signed-off-by: Andreas Schwab Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed