From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752793AbbIBGun (ORCPT ); Wed, 2 Sep 2015 02:50:43 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:43812 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752194AbbIBGul (ORCPT ); Wed, 2 Sep 2015 02:50:41 -0400 Date: Wed, 2 Sep 2015 08:50:28 +0200 From: Peter Zijlstra To: Steven Rostedt Cc: Shaohua Li , Thomas Gleixner , John Stultz , lkml , Prarit Bhargava , Richard Cochran , Daniel Lezcano , Ingo Molnar , Clark Williams Subject: Re: [PATCH 8/9] clocksource: Improve unstable clocksource detection Message-ID: <20150902065028.GP16853@twins.programming.kicks-ass.net> References: <20150826171533.GA2189998@devbig257.prn2.facebook.com> <20150831211233.GA1413758@devbig257.prn2.facebook.com> <20150831223931.GA1586538@devbig257.prn2.facebook.com> <20150901181404.GA3954400@devbig257.prn2.facebook.com> <20150901153518.6de77eb0@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150901153518.6de77eb0@gandalf.local.home> User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 01, 2015 at 03:35:18PM -0400, Steven Rostedt wrote: > On Tue, 1 Sep 2015 11:14:17 -0700 > Shaohua Li wrote: > > > > You think that blocking softirq execution for 42.9 seconds is normal? > > > Seems we are living in a different universe. > > > > I don't say it's normal. I say it's not hard to trigger. > > > > > > it's just VM off. A softirq can hog the cpu. > > > > > Please provide a test case that shows the softirq hogging the cpu for > over 40 seconds. Do not overlook the MAX_SOFTIRQ_* logic while you're there trying to explain this ;-) A softirq running significantly longer than 2 jiffies and not falling back to ksoftirq is a plain bug.