Re: Follow-up on Linux-kernel code accessibility
From: Steven Rostedt
Date: Fri Dec 19 2025 - 13:26:37 EST
On Fri, 19 Dec 2025 12:59:42 -0500
Sasha Levin <sashal@xxxxxxxxxx> wrote:
> I'd we weary to see complex specs in kernel-internal functions. Those often get
> refactored and improved. Having complex speccing on them will make that work
> much more difficult and complex.
I would argue that having a module describing a complex portion of the
kernel functions would be useful for not only helping to understand those
functions, but also possibly making it easier to see how they can be
improved upon.
This is one of the motivations I have for modeling the complex portions of
the tracing subsystem. I'm hoping that I can see better ways to perform
these tasks and possibly even improve its performance.
-- Steve