Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030549AbWJ3RWe (ORCPT ); Mon, 30 Oct 2006 12:22:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030559AbWJ3RWe (ORCPT ); Mon, 30 Oct 2006 12:22:34 -0500 Received: from mx1.redhat.com ([66.187.233.31]:24203 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1030549AbWJ3RWc (ORCPT ); Mon, 30 Oct 2006 12:22:32 -0500 Message-ID: <4546345E.3050706@ce.jp.nec.com> Date: Mon, 30 Oct 2006 12:20:30 -0500 From: "Jun'ichi Nomura" User-Agent: Thunderbird 1.5.0.7 (X11/20061008) MIME-Version: 1.0 To: "Michael S. Tsirkin" CC: Martin Lorenz , Pavel Machek , Adrian Bunk , Linus Torvalds , Andrew Morton , Linux Kernel Mailing List , len.brown@intel.com, linux-acpi@vger.kernel.org, linux-pm@osdl.org, "Randy.Dunlap" Subject: Re: 2.6.19-rc3: known unfixed regressions (v3) References: <45462591.7020200@ce.jp.nec.com> <20061030163223.GK1941@mellanox.co.il> In-Reply-To: <20061030163223.GK1941@mellanox.co.il> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1278 Lines: 39 Hi Michael, Michael S. Tsirkin wrote: >> The code is related to bd_claim_by_disk which is called when >> device-mapper or md tries to mark the underlying devices >> for exclusive use and creates symlinks from/to the devices >> in sysfs. The patch added error handlings which weren't in >> the original code. >> >> I have no idea how it affects ACPI event handling. > > It's a mystery. Probably exposes a bug somewhere? > >> Are you using dm and/or md on your machine? > > The .config is attached to bugzilla. OK, I found you disabled CONFIG_MD, which means neither dm.ko nor md.ko was built. Do you have any out-of-tree kernel modules which call either bd_claim_by_kobject or bd_claim_by_disk? If you aren't using either of them, I'm afraid reverting the patch doesn't really solve your problem because the patched code is called only from them. >> Have you seen any unusual kernel messages or symptoms regarding >> dm/md before the ACPI problem occurs? > > I haven't. Thanks, -- Jun'ichi Nomura, NEC Corporation of America - 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/