All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: Convert to ARCH_STACKWALK
@ 2022-07-12  2:15 ` Li Huafei
  0 siblings, 0 replies; 46+ messages in thread
From: Li Huafei @ 2022-07-12  2:15 UTC (permalink / raw)
  To: linux, rmk+kernel, ardb, will
  Cc: mark.rutland, broonie, peterz, mingo, acme, alexander.shishkin,
	jolsa, namhyung, arnd, linus.walleij, rostedt, nick.hawkins, john,
	mhiramat, ast, linyujun809, ndesaulniers, lihuafei1,
	linux-arm-kernel, linux-kernel, linux-perf-users

This series mainly updates the ARM stack trace code to use the newer and
simpler arch_stack_walk() interface. Two issues were fixed before that
(see patch 1 and 2), as well as allowing stack_trace_save_tsk() to
trace non-current tasks (see patch 3).

Li Huafei (5):
  ARM: stacktrace: Skip frame pointer boundary check for
    call_with_stack()
  ARM: stacktrace: Avoid duplicate saving of exception PC value
  ARM: stacktrace: Allow stack trace saving for non-current tasks
  ARM: stacktrace: Make stack walk callback consistent with generic code
  ARM: stacktrace: Convert stacktrace to generic ARCH_STACKWALK

 arch/arm/Kconfig                  |   1 +
 arch/arm/include/asm/stacktrace.h |   8 +-
 arch/arm/kernel/perf_callchain.c  |   9 +-
 arch/arm/kernel/return_address.c  |   9 +-
 arch/arm/kernel/stacktrace.c      | 195 +++++++++++++-----------------
 arch/arm/lib/call_with_stack.S    |   2 +
 6 files changed, 105 insertions(+), 119 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-07-27  6:30 UTC | newest]

Thread overview: 46+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-12  2:15 [PATCH 0/5] ARM: Convert to ARCH_STACKWALK Li Huafei
2022-07-12  2:15 ` Li Huafei
2022-07-12  2:15 ` [PATCH 1/5] ARM: stacktrace: Skip frame pointer boundary check for call_with_stack() Li Huafei
2022-07-12  2:15   ` Li Huafei
2022-07-18  8:57   ` Linus Walleij
2022-07-18  8:57     ` Linus Walleij
2022-07-26  8:10     ` Li Huafei
2022-07-26  8:10       ` Li Huafei
2022-07-12  2:15 ` [PATCH 2/5] ARM: stacktrace: Avoid duplicate saving of exception PC value Li Huafei
2022-07-12  2:15   ` Li Huafei
2022-07-18  9:01   ` Linus Walleij
2022-07-18  9:01     ` Linus Walleij
2022-07-26  9:10     ` Li Huafei
2022-07-26  9:10       ` Li Huafei
2022-07-26 10:22   ` Russell King (Oracle)
2022-07-26 10:22     ` Russell King (Oracle)
2022-07-26 12:21     ` Li Huafei
2022-07-26 12:21       ` Li Huafei
2022-07-12  2:15 ` [PATCH 3/5] ARM: stacktrace: Allow stack trace saving for non-current tasks Li Huafei
2022-07-12  2:15   ` Li Huafei
2022-07-18  9:07   ` Linus Walleij
2022-07-18  9:07     ` Linus Walleij
2022-07-26  9:12     ` Li Huafei
2022-07-26  9:12       ` Li Huafei
2022-07-26  9:49       ` Russell King (Oracle)
2022-07-26  9:49         ` Russell King (Oracle)
2022-07-26 12:08         ` Li Huafei
2022-07-26 12:08           ` Li Huafei
2022-07-12  2:15 ` [PATCH 4/5] ARM: stacktrace: Make stack walk callback consistent with generic code Li Huafei
2022-07-12  2:15   ` Li Huafei
2022-07-12 13:34   ` Mark Brown
2022-07-12 13:34     ` Mark Brown
2022-07-13 11:21     ` Li Huafei
2022-07-13 11:21       ` Li Huafei
2022-07-18  9:09   ` Linus Walleij
2022-07-18  9:09     ` Linus Walleij
2022-07-26  9:19     ` Li Huafei
2022-07-26  9:19       ` Li Huafei
2022-07-12  2:15 ` [PATCH 5/5] ARM: stacktrace: Convert stacktrace to generic ARCH_STACKWALK Li Huafei
2022-07-12  2:15   ` Li Huafei
2022-07-18  9:12   ` Linus Walleij
2022-07-18  9:12     ` Linus Walleij
2022-07-26  9:15     ` Li Huafei
2022-07-26  9:15       ` Li Huafei
2022-07-27  6:29     ` Li Huafei
2022-07-27  6:29       ` Li Huafei

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.