public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] ARM: Make the dumped instructions are consistent with the disassembled ones
@ 2022-11-26 12:21 Zhen Lei
  2022-11-26 12:21 ` [PATCH v4 1/2] ARM: Refactor dump_instr() Zhen Lei
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Zhen Lei @ 2022-11-26 12:21 UTC (permalink / raw)
  To: Russell King, Ard Biesheuvel, linux-arm-kernel, linux-kernel; +Cc: Zhen Lei

v3 --> v4:
1. The sparse warnings that are not involved in the modification are
   not eliminated.
2. Eliminate the sparse warnings involved in the modification when
   refactor dump_instr(), no longer use a separate patch.

v2 --> v3:
1. Don't use '__force to' cleanup the sparse warnings
2. Refactor dump_instr()
3. Relace cpu_to_le{32|16}() with __mem_to_opcode_{arm|thumb16}()


v1 --> v2:
1. Cleanup sparse warnings.

Zhen Lei (2):
  ARM: Refactor dump_instr()
  ARM: Make the dumped instructions are consistent with the disassembled
    ones

 arch/arm/kernel/traps.c | 25 ++++++++++++++-----------
 1 file changed, 14 insertions(+), 11 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-11-28 10:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-26 12:21 [PATCH v4 0/2] ARM: Make the dumped instructions are consistent with the disassembled ones Zhen Lei
2022-11-26 12:21 ` [PATCH v4 1/2] ARM: Refactor dump_instr() Zhen Lei
2022-11-26 12:21 ` [PATCH v4 2/2] ARM: Make the dumped instructions are consistent with the disassembled ones Zhen Lei
2022-11-28 10:30 ` [PATCH v4 0/2] " Russell King (Oracle)

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