]> Pileus Git - ~andy/linux/commit
ARM: kprobes: Add Thumb instruction decoding stubs
authorJon Medhurst <tixy@yxit.co.uk>
Tue, 19 Apr 2011 16:56:58 +0000 (17:56 +0100)
committerTixy <tixy@medhuaa1.miniserver.com>
Wed, 13 Jul 2011 17:32:41 +0000 (17:32 +0000)
commit2437170710c4a3dee137a65623960aa7ac82a32e
treec886353a398a3e60c148bfd3e3eb7c3a42486d88
parentde41984003ed2315dbb7d58168cc3e72e15b075c
ARM: kprobes: Add Thumb instruction decoding stubs

Extend arch_prepare_kprobe to support probing of Thumb code. For
the actual decoding of Thumb instructions, stub functions are
added which currently just reject the probe.

Signed-off-by: Jon Medhurst <tixy@yxit.co.uk>
Acked-by: Nicolas Pitre <nicolas.pitre@linaro.org>
arch/arm/kernel/Makefile
arch/arm/kernel/kprobes-thumb.c [new file with mode: 0644]
arch/arm/kernel/kprobes.c
arch/arm/kernel/kprobes.h