linux-trace-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] x86: Enable the deferred unwinding infrastructure
@ 2025-08-20 19:05 Steven Rostedt
  2025-08-20 19:05 ` [PATCH 1/2] unwind_user/x86: Enable frame pointer unwinding on x86 Steven Rostedt
  2025-08-20 19:05 ` [PATCH 2/2] unwind deferred/x86: Do not defer stack tracing for compat tasks Steven Rostedt
  0 siblings, 2 replies; 3+ messages in thread
From: Steven Rostedt @ 2025-08-20 19:05 UTC (permalink / raw)
  To: linux-kernel, linux-trace-kernel, x86
  Cc: Masami Hiramatsu, Mark Rutland, Mathieu Desnoyers, Andrew Morton,
	Thomas Gleixner, Ingo Molnar, Borislav Petkov, Dave Hansen,
	Peter Zijlstra, Linus Torvalds, Josh Poimboeuf


This enables deferred unwinding for x86.


Josh Poimboeuf (1):
      unwind_user/x86: Enable frame pointer unwinding on x86

Steven Rostedt (1):
      unwind deferred/x86: Do not defer stack tracing for compat tasks

----
 arch/x86/Kconfig                   |  1 +
 arch/x86/include/asm/unwind_user.h | 22 ++++++++++++++++++++++
 include/linux/unwind_deferred.h    |  5 +++++
 kernel/unwind/deferred.c           |  3 +++
 4 files changed, 31 insertions(+)
 create mode 100644 arch/x86/include/asm/unwind_user.h

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

end of thread, other threads:[~2025-08-20 19:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-20 19:05 [PATCH 0/2] x86: Enable the deferred unwinding infrastructure Steven Rostedt
2025-08-20 19:05 ` [PATCH 1/2] unwind_user/x86: Enable frame pointer unwinding on x86 Steven Rostedt
2025-08-20 19:05 ` [PATCH 2/2] unwind deferred/x86: Do not defer stack tracing for compat tasks Steven Rostedt

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).