Re: [RFC] LTTng upstreaming next steps
From: Steven Rostedt
Date: Tue Jul 15 2025 - 09:17:14 EST
On Tue, 15 Jul 2025 08:50:08 -0400
James Bottomley <James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> wrote:
> What's wrong with doing this the other way around? i.e. making ftrace
> and perf modules? That way you could legitimately export the symbol
> you're asking about and there would be way less out-of-tree
> disadvantage to LTTng? I know a lot of cloud people who would be
> really happy if the tracing infrastructure were modular because it
> would save us from having to boot different kernels to do in depth
> problem analysis for otherwise locked down environments, so they might
> be willing to invest in upstream development to help you achieve this.
Well, if you can get those cloud people to invest in that work without
causing any regressions, go for it.
But I doubt it would be acceptable to make the ftrace tracing
infrastructure into a module for the sole purpose of allowing LTTng to have
EXPORT_SYMBOL_GPL().
-- Steve