[PATCH] ARM: kprobes: Restrict probing SWP instructions to ARMv5 and below

Tixy tixy at yxit.co.uk
Thu Dec 1 02:40:55 EST 2011


On Wed, 2011-11-30 at 23:56 +0000, Russell King - ARM Linux wrote:
> On Sun, Nov 27, 2011 at 12:14:40PM +0000, Tixy wrote:
> > The SWP instruction is deprecated on ARMv6 and with ARMv7 it will be
> > UNDEFINED when CONFIG_SWP_EMULATE is selected. In this case, probing a
> > SWP instruction will cause an oops when the kprobes emulation code
> > executes an undefined instruction.
> > 
> > As the SWP instruction should be rare or non-existent in kernels for
> > ARMv6 and later, we can simply avoid these problems by not allowing
> > probing of these.
> 
> Is this something for -stable stuff?

It affects 3.1, though in practice I doubt there are any SWP
instructions to probe in an ARMv7 kernel with CONFIG_SWP_EMULATE
enabled. It was only the test code, added to 3.2, that tested the
emulation of SWP instructions and showed up the problem.

-- 
Tixy




More information about the linux-arm-kernel mailing list