[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250801123647.9905A43-hca@linux.ibm.com>
Date: Fri, 1 Aug 2025 14:36:47 +0200
From: Heiko Carstens <hca@...ux.ibm.com>
To: Josh Poimboeuf <jpoimboe@...nel.org>
Cc: Jens Remus <jremus@...ux.ibm.com>, linux-kernel@...r.kernel.org,
linux-trace-kernel@...r.kernel.org, bpf@...r.kernel.org,
x86@...nel.org, Steven Rostedt <rostedt@...nel.org>,
Vasily Gorbik <gor@...ux.ibm.com>,
Ilya Leoshkevich <iii@...ux.ibm.com>,
Masami Hiramatsu <mhiramat@...nel.org>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
Peter Zijlstra <peterz@...radead.org>, Ingo Molnar <mingo@...nel.org>,
Jiri Olsa <jolsa@...nel.org>, Namhyung Kim <namhyung@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Andrii Nakryiko <andrii@...nel.org>,
Indu Bhagat <indu.bhagat@...cle.com>,
"Jose E. Marchesi" <jemarch@....org>,
Beau Belgrave <beaub@...ux.microsoft.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Jens Axboe <axboe@...nel.dk>, Florian Weimer <fweimer@...hat.com>,
Sam James <sam@...too.org>
Subject: Re: [RFC PATCH v1 12/16] unwind_user/backchain: Introduce back chain
user space unwinding
On Thu, Jul 17, 2025 at 10:19:54PM -0700, Josh Poimboeuf wrote:
> On Thu, Jul 17, 2025 at 02:20:12PM +0200, Jens Remus wrote:
> > > Also, if distros aren't even compiling with -mbackchain, I wonder if we
> > > can just not do this altogether :-)
> >
> > My original intent was to use unwind user's for_each_user_frame() to
> > replace the exiting stack tracing logic in arch_stack_walk_user_common()
> > in arch/s390/kernel/stacktrace.c, which currently supports backchain.
> > Given that for_each_user_frame() was made private in the latest unwind
> > user series version hinders me. The use was also low, because the
> > currentl arch_stack_walk_user_common() implementation does not support
> > page faults, so that the attempt to use unwind user sframe would always
> > fail and fallback to unwind user backchain. My hope was that somebody
> > with more Kernel skills could give me a few hints at how it could be
> > made to support deferred unwind. :-)
>
> I believe stack_trace_save_user() is only used by ftrace, and that will
> no longer be needed once ftrace starts using unwind_user.
>
> Maybe Heiko knows if that backchain user stacktrace code has any users?
>
> If distros aren't building with -mbackchain, maybe backchain support can
> be considered obsoleted by sframe, and we can get away with not
> implementing it.
I guess that's a valid option. I know only of some special cases where
users compile everything on their own with -mbackchain to make this
work on a per-case basis. It shouldn't cause to much pain for them to
switch to sframe, as soon as that is available.
Powered by blists - more mailing lists