Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752435AbbHSU6x (ORCPT ); Wed, 19 Aug 2015 16:58:53 -0400 Received: from www.linutronix.de ([62.245.132.108]:33605 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752374AbbHSU6v (ORCPT ); Wed, 19 Aug 2015 16:58:51 -0400 Date: Wed, 19 Aug 2015 22:58:21 +0200 (CEST) From: Thomas Gleixner To: Sebastian Andrzej Siewior cc: Nicholas Mc Guire , Clark Williams , RT , LKML Subject: Re: [RT] oops in 4.1.3-rt3 In-Reply-To: <20150816115859.GD7004@linutronix.de> Message-ID: References: <20150803142700.1de720e4@sluggy> <20150804080829.GB9956@opentech.at> <20150816115859.GD7004@linutronix.de> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2161 Lines: 39 On Sun, 16 Aug 2015, Sebastian Andrzej Siewior wrote: > * Thomas Gleixner | 2015-08-04 14:05:10 [+0200]: > > >On Tue, 4 Aug 2015, Nicholas Mc Guire wrote: > >> > >> 3 root -2 0 0 0 0 R 60.3 0.0 5756:16 ksoftirqd/0 > >> 23 root -2 0 0 0 0 R 50.8 0.0 4948:08 ksoftirqd/2 > >> 17 root -2 0 0 0 0 S 50.6 0.0 4897:13 ksoftirqd/1 > >> 29 root -2 0 0 0 0 S 50.4 0.0 4953:24 ksoftirqd/3 > > > >So ksoftirqd eats 50+% CPU on each core. On an idle system!?! Any > >chance that you can get a function trace snapshot out of it? > > This might be a .config thing, device driver or user land behaviour. > Usually ksoftirqd should remain (almost) idle because most of BH work > remains in task-context and not in ksoftirqd. tasklets for instance > should run in ksoftirqd. So a function trace or event tracing to figure > out what is scheduling the softirq might give a pointer. > I have here a AMD box with > > 3 root -2 0 0 0 0 S 1.3 0.0 126:16.31 ksoftirqd/0 > 18 root -2 0 0 0 0 S 1.3 0.0 136:55.85 ksoftirqd/1 > 30 root -2 0 0 0 0 S 1.3 0.0 138:50.52 ksoftirqd/3 > 24 root -2 0 0 0 0 S 1.0 0.0 143:54.28 ksoftirqd/2 > > with a 15 days uptime. That one percent CPU usage on a idle system looks > odd here, too. Not really. If ksoftirqd takes 13us per invocation and you run with HZ=1000 then this is reasonable. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/