Re: [PATCH] softirq: Print the function name
From: enlin.mu
Date: Mon Jan 19 2026 - 19:26:47 EST
On 2026/1/12 19:06, Sebastian Andrzej Siewior wrote:
On 2026-01-08 22:39:14 [+0100], Thomas Gleixner wrote:If everyone agrees, I'll resubmit a patch.
On Tue, Jan 06 2026 at 14:16, enlin.mu wrote:…
On 2026/1/5 17:41, Enlin Mu wrote:
Adjust the printing format from the function address to
the function name.
The TIMER softirq always invoked run_timer_softirq(). If that happens
then the interesting question is not the softirq action handler, but any
function it invoked from there. So there is _zero_ value of adding this.
Removing h->action from the print would be an improvement.
Thanks,
tglx
Sebastian