Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753823AbZK0CzJ (ORCPT ); Thu, 26 Nov 2009 21:55:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753750AbZK0CzI (ORCPT ); Thu, 26 Nov 2009 21:55:08 -0500 Received: from mail-ew0-f219.google.com ([209.85.219.219]:46586 "EHLO mail-ew0-f219.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753734AbZK0CzH (ORCPT ); Thu, 26 Nov 2009 21:55:07 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; b=ArHKaqetegajBsQCwwKFiCypRd7SHlXSie6PmxFtBuB6w93V9VXg90R4mTMb2DK0tF e6UetRUvBZuaGIQAIAUaUCumMigUkVCT+2Hl2iLONHPFHJKJnZZLZWjepwv5fEcPuA2K ixoYmmgI1SV8mDo9zltweXj/0QDEsgBdSlHYM= Date: Fri, 27 Nov 2009 03:55:13 +0100 From: Frederic Weisbecker To: =?iso-8859-1?Q?Am=E9rico?= Wang Cc: Anton Blanchard , mingo@elte.hu, linux-kernel@vger.kernel.org, msb@google.com Subject: Re: PATCH: softlockup: Fix hung_task_check_count sysctl Message-ID: <20091127025512.GB5406@nowhere> References: <20091127022820.GU32182@kryten> <2375c9f90911261846i18a828eft391420b13bb3fbb2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2375c9f90911261846i18a828eft391420b13bb3fbb2@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1278 Lines: 36 On Fri, Nov 27, 2009 at 10:46:53AM +0800, Am?rico Wang wrote: > On Fri, Nov 27, 2009 at 10:28 AM, Anton Blanchard wrote: > > > > I'm seeing spikes of up to 0.5ms in khungtaskd on a large machine. To reduce > > this source of jitter I tried setting hung_task_check_count to 0: > > > > # echo 0 > /proc/sys/kernel/hung_task_check_count > > > > which didn't have the intended response. Change to a post increment of > > max_count, so a value of 0 means check 0 tasks. > > > > Signed-off-by: Anton Blanchard > > > Ack. > > I would also suggest to make 'max_count' as unsigned long, > since sysctl_hung_task_check_count is. > > Thanks. Also, the batch_count thing should be dropped I think. This is a hardcoded, not overridable pause after 1024 threads checks to avoid latencies caused by rcu_read_lock. But now we have PREEMPT_RCU so people can enable it if they care about latency. We should remove it as it adds unnecessary complexity. I'm preparing a patch for that, on top of Anton patch. -- 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/