public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: kprobes: big endian support
@ 2013-12-23 16:19 Taras Kondratiuk
  2013-12-23 16:19 ` [PATCH 1/5] ARM: kprobes: fix instruction fetch order with <asm/opcodes.h> Taras Kondratiuk
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Taras Kondratiuk @ 2013-12-23 16:19 UTC (permalink / raw)
  To: linux-arm-kernel

Reworked initial Ben's series for big endian support [1].
Dropped patches that are not directly related to kprobes.
Current set of patches is enough to have functional BE kprobes.
All kprobes-tests pass in any LE/BE and ARM/Thumb combination.

Based on v3.13-rc5.

[1] http://www.spinics.net/lists/arm-kernel/msg285210.html

Ben Dooks (4):
  ARM: kprobes: fix instruction fetch order with <asm/opcodes.h>
  ARM: kprobes-test: use <asm/opcodes.h> for instruction accesses
  ARM: kprobes-test: use <asm/opcodes.h> for ARM instruction building
  ARM: kprobes-test: use <asm/opcodes.h> for Thumb instruction building

Taras Kondratiuk (1):
  ARM: kprobes-test: Workaround GAS .align bug

 arch/arm/kernel/kprobes-common.c     |   19 +-
 arch/arm/kernel/kprobes-test-arm.c   |  595 +++++++++++++++++-----------------
 arch/arm/kernel/kprobes-test-thumb.c |  447 ++++++++++++-------------
 arch/arm/kernel/kprobes-test.c       |   14 +-
 arch/arm/kernel/kprobes-test.h       |    2 +-
 arch/arm/kernel/kprobes-thumb.c      |   20 +-
 arch/arm/kernel/kprobes.c            |    9 +-
 7 files changed, 558 insertions(+), 548 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-01-10 15:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23 16:19 [PATCH 0/5] ARM: kprobes: big endian support Taras Kondratiuk
2013-12-23 16:19 ` [PATCH 1/5] ARM: kprobes: fix instruction fetch order with <asm/opcodes.h> Taras Kondratiuk
2013-12-23 16:19 ` [PATCH 2/5] ARM: kprobes-test: use <asm/opcodes.h> for instruction accesses Taras Kondratiuk
2014-01-03 15:53   ` Jon Medhurst (Tixy)
2014-01-09 10:54     ` Taras Kondratiuk
2014-01-09 11:04       ` Jon Medhurst (Tixy)
2014-01-09 12:00         ` Taras Kondratiuk
2013-12-23 16:19 ` [PATCH 3/5] ARM: kprobes-test: use <asm/opcodes.h> for ARM instruction building Taras Kondratiuk
2014-01-10 15:49   ` Taras Kondratiuk
2013-12-23 16:19 ` [PATCH 4/5] ARM: kprobes-test: use <asm/opcodes.h> for Thumb " Taras Kondratiuk
2013-12-23 16:19 ` [PATCH 5/5] ARM: kprobes-test: Workaround GAS .align bug Taras Kondratiuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox