All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] ARM: kprobes: big endian support
@ 2014-01-10 17:58 Taras Kondratiuk
  2014-01-10 17:58   ` Taras Kondratiuk
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Taras Kondratiuk @ 2014-01-10 17:58 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.

One ARM kprobe test fails on Cortex-A15 boards (TC2 and Keystone2 EVM),
while it passes on Pandaboard. The issue is not related to this series
and already present in v3.13-rc7. I'll try to look into it later.

v1..v2: Fixed coprocessor instruction building for ARM tests in the patch 
        "ARM: kprobes-test: use <asm/opcodes.h> for ARM instruction building"

Based on v3.13-rc7.

[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   |  603 +++++++++++++++++-----------------
 arch/arm/kernel/kprobes-test-thumb.c |  447 ++++++++++++-------------
 arch/arm/kernel/kprobes-test.c       |   13 +-
 arch/arm/kernel/kprobes-test.h       |    2 +-
 arch/arm/kernel/kprobes-thumb.c      |   20 +-
 arch/arm/kernel/kprobes.c            |    9 +-
 7 files changed, 562 insertions(+), 551 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-01-13 11:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-10 17:58 [PATCH v2 0/5] ARM: kprobes: big endian support Taras Kondratiuk
2014-01-10 17:58 ` [PATCH v2 1/5] ARM: kprobes: fix instruction fetch order with <asm/opcodes.h> Taras Kondratiuk
2014-01-10 17:58   ` Taras Kondratiuk
2014-01-10 17:58 ` [PATCH v2 2/5] ARM: kprobes-test: use <asm/opcodes.h> for instruction accesses Taras Kondratiuk
2014-01-10 17:58   ` Taras Kondratiuk
2014-01-10 17:58 ` [PATCH v2 3/5] ARM: kprobes-test: use <asm/opcodes.h> for ARM instruction building Taras Kondratiuk
2014-01-10 17:58   ` Taras Kondratiuk
2014-01-13 11:03   ` Jon Medhurst (Tixy)
2014-01-13 11:03     ` Jon Medhurst (Tixy)
2014-01-10 17:58 ` [PATCH v2 4/5] ARM: kprobes-test: use <asm/opcodes.h> for Thumb " Taras Kondratiuk
2014-01-10 17:58   ` Taras Kondratiuk
2014-01-10 17:58 ` [PATCH v2 5/5] ARM: kprobes-test: Workaround GAS .align bug Taras Kondratiuk
2014-01-10 17:58   ` Taras Kondratiuk
2014-01-11 13:28 ` [PATCH v2 0/5] ARM: kprobes: big endian support Ben Dooks

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.