diff options
| author | Enlin Mu <enlin.mu@linux.dev> | 2026-08-25 09:15:09 +0800 |
|---|---|---|
| committer | Thomas Gleixner <tglx@kernel.org> | 2026-09-05 20:52:12 +0200 |
| commit | a0e1fdb96578ea562a03c487f70673d228824d0a (patch) | |
| tree | 6bda65dd46da6f567751262bf9611798f0070437 /scripts/Makefile.thinlto | |
| parent | 94235414a0568f260b60b89ec584ff4829d5e8c9 (diff) | |
| download | linux-next-a0e1fdb96578ea562a03c487f70673d228824d0a.tar.gz linux-next-a0e1fdb96578ea562a03c487f70673d228824d0a.zip | |
softirq: Remove redundant h->action from preempt_count mismatch error
When a preempt_count mismatch is detected in handle_softirqs(), the
error message currently prints the softirq action handler (h->action).
However, as Thomas Gleixner pointed out, the action handler for a given
softirq vector is always a known, fixed function (e.g., run_timer_softirq
for TIMER_SOFTIRQ). Printing it provides zero diagnostic value. The real
issue typically lies in the functions invoked *within* that handler, not
the handler entry point itself.
Therefore, as suggested by Sebastian Andrzej Siewior, remove h->action
from the print statement entirely to clean up the error message.
Suggested-by: Thomas Gleixner <tglx@linutronix.de>
Suggested-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Enlin Mu <enlin.mu@linux.dev>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Reviewed-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Reviewed-by: Bradley Morgan <include@grrlz.net>
Link: https://patch.msgid.link/20260825011509.8505-1-enlin.mu@linux.dev
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions
