* [PATCH -rt] shorten softirq kernel thread names
@ 2008-04-04 15:42 Peter Zijlstra
0 siblings, 0 replies; only message in thread
From: Peter Zijlstra @ 2008-04-04 15:42 UTC (permalink / raw)
To: Steven Rostedt, Clark Williams; +Cc: linux-rt-users, linux-kernel
Subject: -rt: shorten softirq kernel thread names
Shorten the softirq kernel thread names because they often overflow
the limited comm length.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
---
diff --git a/kernel/softirq.c b/kernel/softirq.c
index a9e1b08..385ed5b 100644
--- a/kernel/softirq.c
+++ b/kernel/softirq.c
@@ -923,7 +923,7 @@ static int __cpuinit cpu_callback(struct notifier_block *nfb,
for (i = 0; i < MAX_SOFTIRQ; i++) {
p = kthread_create(ksoftirqd,
&per_cpu(ksoftirqd, hotcpu)[i],
- "softirq-%s/%d", softirq_names[i],
+ "sirq-%s/%d", softirq_names[i],
hotcpu);
if (IS_ERR(p)) {
printk("ksoftirqd %d for %i failed\n", i,
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-04 15:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-04 15:42 [PATCH -rt] shorten softirq kernel thread names Peter Zijlstra
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®