All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ARM: kprobes: Fixes for ARM instruction emulation (part 4)
@ 2011-04-12  6:45 Tixy
  2011-04-12  6:45 ` [PATCH 1/6] ARM: kprobes: Reject probing of LDRB instructions which load PC Tixy
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Tixy @ 2011-04-12  6:45 UTC (permalink / raw)
  To: linux-arm-kernel

(This is a fourth set of patches)

When kprobes are inserted into code an ARM instruction is replaced
by a breakpoint. When this is hit, the original instruction must be
emulated out-of-line. This patchset fixes even more bugs in the
instruction decoding and emulation.

[PATCH 1/6] ARM: kprobes: Reject probing of LDRB instructions which load PC
[PATCH 2/6] ARM: kprobes: Add emulation of RBIT instruction
[PATCH 3/6] ARM: kprobes: Reject probing of undefined media instructions
[PATCH 4/6] ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH instructions
[PATCH 5/6] ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructions
[PATCH 6/6] ARM: kprobes: Fix emulation of USAD8 instructions

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2011-04-12 19:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-12  6:45 [PATCH 0/6] ARM: kprobes: Fixes for ARM instruction emulation (part 4) Tixy
2011-04-12  6:45 ` [PATCH 1/6] ARM: kprobes: Reject probing of LDRB instructions which load PC Tixy
2011-04-12  6:45 ` [PATCH 2/6] ARM: kprobes: Add emulation of RBIT instruction Tixy
2011-04-12  6:45 ` [PATCH 3/6] ARM: kprobes: Reject probing of undefined media instructions Tixy
2011-04-12  6:45 ` [PATCH 4/6] ARM: kprobes: Fix emulation of SXTB16, SXTB, SXTH, UXTB16, UXTB and UXTH instructions Tixy
2011-04-12 11:39   ` Sergei Shtylyov
2011-04-12 15:16     ` Tixy
2011-04-12  6:45 ` [PATCH 5/6] ARM: kprobes: Fix emulation of SMUAD, SMUSD and SMMUL instructions Tixy
2011-04-12 11:42   ` Sergei Shtylyov
2011-04-12  6:45 ` [PATCH 6/6] ARM: kprobes: Fix emulation of USAD8 instructions Tixy
2011-04-12 19:09 ` [PATCH 0/6] ARM: kprobes: Fixes for ARM instruction emulation (part 4) Nicolas Pitre

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.