Re: [PATCH V2 6.1] softirq: Add trace points for tasklet entry/exit
From: Steven Rostedt
Date: Wed Dec 03 2025 - 12:16:11 EST
On Tue, 11 Nov 2025 21:16:20 -0600
Sumanth Gavini <sumanth.gavini@xxxxxxxxx> wrote:
> [elavila: Port to android-mainline]
> [jstultz: Rebased to upstream, cut unused trace points, added
> comments for the tracepoints, reworded commit]
>
> The intention is to keep the stable branch in sync with upstream fixes
> and improve observability without introducing new functionality.
>
> Signed-off-by: Sumanth Gavini <sumanth.gavini@xxxxxxxxx>
I just noticed that this is being pulled into 6.1.
I'm still not sure why this was added. Yes, it may improve observability,
but that's because it is adding new functionality. Adding a trace event, is
functionality and not a bug fix.
I'm not going to argue against this backport, but I do want to point out
that it is adding new functionality to a stable release.
-- Steve