Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] arm64: Fix the call trace when running kgdb test suite
@ 2020-04-17 10:32 Kevin Hao
  2020-04-17 10:32 ` [PATCH 1/2] arm64: entry: Fix the typo in the comment of el1_dbg() Kevin Hao
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Kevin Hao @ 2020-04-17 10:32 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: Mark Rutland, Catalin Marinas, Will Deacon

Hi guys,

This fixes a call trace when running the kgdb test suite:
    # echo kgdbts=V1 > /sys/module/kgdbts/parameters/kgdbts

v2:
  - Add a patch to fix a typo in el1_dbg()
  - Use the method as suggested by Mark.

v1:
  https://lore.kernel.org/r/20200401052107.36076-1-haokexin@gmail.com


Kevin Hao (2):
  arm64: entry: Fix the typo in the comment of el1_dbg()
  arm64: debug: Always update the IRQ tracing in debug_exception_enter()

 arch/arm64/kernel/entry-common.c | 2 +-
 arch/arm64/mm/fault.c            | 8 ++------
 2 files changed, 3 insertions(+), 7 deletions(-)

-- 
2.26.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2020-07-09 13:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-17 10:32 [PATCH v2 0/2] arm64: Fix the call trace when running kgdb test suite Kevin Hao
2020-04-17 10:32 ` [PATCH 1/2] arm64: entry: Fix the typo in the comment of el1_dbg() Kevin Hao
2020-04-17 14:10   ` Mark Rutland
2020-04-17 10:32 ` [PATCH 2/2] arm64: debug: Always update the IRQ tracing in debug_exception_enter() Kevin Hao
2020-07-02  9:40 ` [PATCH v2 0/2] arm64: Fix the call trace when running kgdb test suite Kevin Hao
2020-07-08 22:02 ` Will Deacon
2020-07-09 12:55   ` Kevin Hao
2020-07-09 13:03     ` Will Deacon

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