-
- Downloads
ARM: save and reset the address limit when entering an exception
When we enter an exception, the current address limit should not apply to the exception context: if the exception context wishes to access kernel space via the user accessors (eg, perf code), it must explicitly request such access. Acked-by:Will Deacon <will.deacon@arm.com> Signed-off-by:
Russell King <rmk+kernel@armlinux.org.uk>
Showing
- arch/arm/include/asm/ptrace.h 1 addition, 1 deletionarch/arm/include/asm/ptrace.h
- arch/arm/kernel/asm-offsets.c 1 addition, 0 deletionsarch/arm/kernel/asm-offsets.c
- arch/arm/kernel/entry-armv.S 6 additions, 1 deletionarch/arm/kernel/entry-armv.S
- arch/arm/kernel/entry-header.S 4 additions, 0 deletionsarch/arm/kernel/entry-header.S
- arch/arm/kernel/process.c 8 additions, 4 deletionsarch/arm/kernel/process.c
Please register or sign in to comment