diff options
author | Will Deacon <will.deacon@arm.com> | 2012-02-21 12:29:03 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-03-30 13:17:33 +0200 |
commit | 5a4f5da543b169d555a19e889850780ddceb8f98 (patch) | |
tree | 802459fee3ff4855a99a68145fe0a9f7c5b8782a /arch/arm/kernel/bios32.c | |
parent | ARM: fix missing bug.h include in arch/arm/kernel/insn.c (diff) | |
download | linux-5a4f5da543b169d555a19e889850780ddceb8f98.tar.xz linux-5a4f5da543b169d555a19e889850780ddceb8f98.zip |
ARM: 7337/1: ptrace: fix ptrace_read_user for !CONFIG_MMU platforms
Commit 68b7f715 ("nommu: ptrace support") added definitions for
PT_TEXT_ADDR and friends, as well as adding ptrace support for reading
from these magic offsets.
Unfortunately, this has probably never worked, since ptrace_read_user
predicates reading on off < sizeof(struct user), returning -EIO
otherwise.
This patch moves the offset size check until after we have tried to
match it against either a magic value or an offset into pt_regs.
Cc: Paul Brook <paul@codesourcery.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/kernel/bios32.c')
0 files changed, 0 insertions, 0 deletions