From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752856AbYBFOuY (ORCPT ); Wed, 6 Feb 2008 09:50:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750922AbYBFOuM (ORCPT ); Wed, 6 Feb 2008 09:50:12 -0500 Received: from bombadil.infradead.org ([18.85.46.34]:39838 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750747AbYBFOuL (ORCPT ); Wed, 6 Feb 2008 09:50:11 -0500 Subject: Re: softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks From: Peter Zijlstra To: Andrew Morton Cc: Ingo Molnar , Linux Kernel Mailing List In-Reply-To: <20080205164626.f9c920e0.akpm@linux-foundation.org> References: <200801252259.m0PMxHmD012059@hera.kernel.org> <20080205164626.f9c920e0.akpm@linux-foundation.org> Content-Type: text/plain Date: Wed, 06 Feb 2008 15:50:02 +0100 Message-Id: <1202309402.6310.0.camel@lappy> Mime-Version: 1.0 X-Mailer: Evolution 2.21.90 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2008-02-05 at 16:46 -0800, Andrew Morton wrote: > On Fri, 25 Jan 2008 22:59:17 GMT > Linux Kernel Mailing List wrote: > > > Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=82a1fcb90287052aabfa235e7ffc693ea003fe69 > > Commit: 82a1fcb90287052aabfa235e7ffc693ea003fe69 > > Parent: d0d23b5432fe61229dd3641c5e94d4130bc4e61b > > Author: Ingo Molnar > > AuthorDate: Fri Jan 25 21:08:02 2008 +0100 > > Committer: Ingo Molnar > > CommitDate: Fri Jan 25 21:08:02 2008 +0100 > > > > softlockup: automatically detect hung TASK_UNINTERRUPTIBLE tasks > > One of my test boxes (an 8-way x86_64 software-development thing from Intel > - I'm not sure what's inside it) no longer powers itself off when I run `halt > -pfn'. > > During bisection I found two different problems. Sometimes the machine > wouldn't power off at all. Other times it would power off after a pause of > around twenty seconds. > > Bisection indicates that this commit is what caused the 20-second pause. > It could be that some later commit caused the infinity-second pause. Does that kernel have: commit ed50d6cbc394cd0966469d3e249353c9dd1d38b9 Author: Peter Zijlstra Date: Sat Feb 2 00:23:08 2008 +0100 debug: softlockup looping fix