From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759626AbZACKMP (ORCPT ); Sat, 3 Jan 2009 05:12:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755241AbZACKL7 (ORCPT ); Sat, 3 Jan 2009 05:11:59 -0500 Received: from mx2.suse.de ([195.135.220.15]:49963 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753013AbZACKL7 (ORCPT ); Sat, 3 Jan 2009 05:11:59 -0500 Date: Sat, 03 Jan 2009 11:11:57 +0100 Message-ID: From: Takashi Iwai To: Dieter Ries Cc: linux-kernel@vger.kernel.org Subject: Re: current git does not shut down In-Reply-To: <495EA238.6000802@gmx.de> References: <495E632C.6080100@gmx.de> <495EA238.6000802@gmx.de> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/22.3 (x86_64-suse-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Sat, 03 Jan 2009 00:24:40 +0100, Dieter Ries wrote: > > Dieter Ries schrieb: > > Hi, > > > > current git hangs when trying to shutdown or reboot my thinkpad T60, > > using gentoo 64bit. Just gets stuck while syncing hw clock, but I think > > that is not what the real problem is. > > > > It works with 2.6.28 from december 25th, after commit 12a751a > > > > I am starting a bisect now, as it is perfectly reproducible it should > > work I think. > > I have bisected the problem. Result is: > > 1289e9e8b42f973f2ab39e5f4f2239ff826c27e9 is first bad commit > commit 1289e9e8b42f973f2ab39e5f4f2239ff826c27e9 > Author: Takashi Iwai > Date: Thu Nov 27 15:47:11 2008 +0100 > > ALSA: hda - Modularize HD-audio driver > > I tried to revert it, but that failed because of too many files or > something. It's a problem of alsasound init script on Gentoo, I guess. See bug#12321: http://bugzilla.kernel.org/show_bug.cgi?id=12321 It seems to try to remove the modules that are being used at shutdown, blocked somehow. Takashi