linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: honor Thumb bit when calling procinfo setup functions
@ 2015-04-21  9:06 Ard Biesheuvel
  2015-04-21  9:09 ` [PATCH 2/2] ARM: prefer "bx reg" over "mov pc, reg" for all registers Ard Biesheuvel
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ard Biesheuvel @ 2015-04-21  9:06 UTC (permalink / raw)
  To: linux-arm-kernel

This addresses the observed issue where we are inadvertently relying
on the procinfo setup function to use the same instruction set as the
call site instead of using the correct annotation (patch #1) and call
sequence (patch #2)

Ard Biesheuvel (2):
  ARM: include Thumb2 bit in PROCINFO setup function offset
  ARM: prefer "bx reg" over "mov pc, reg" for all registers

 arch/arm/include/asm/assembler.h | 4 ----
 arch/arm/mm/proc-v7.S            | 2 +-
 arch/arm/mm/proc-v7m.S           | 2 +-
 3 files changed, 2 insertions(+), 6 deletions(-)

-- 
1.8.3.2

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

end of thread, other threads:[~2015-04-21 10:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-21  9:06 [PATCH 0/2] ARM: honor Thumb bit when calling procinfo setup functions Ard Biesheuvel
2015-04-21  9:09 ` [PATCH 2/2] ARM: prefer "bx reg" over "mov pc, reg" for all registers Ard Biesheuvel
2015-04-21 10:07   ` Russell King - ARM Linux
2015-04-21 10:08     ` Ard Biesheuvel
2015-04-21 10:07 ` [PATCH 0/2] ARM: honor Thumb bit when calling procinfo setup functions Russell King - ARM Linux
2015-04-21 10:08 ` [PATCH 1/2] ARM: include Thumb2 bit in PROCINFO setup function offset Ard Biesheuvel
2015-04-21 10:13   ` Russell King - ARM Linux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).