Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752695AbZCHKdr (ORCPT ); Sun, 8 Mar 2009 06:33:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751342AbZCHKde (ORCPT ); Sun, 8 Mar 2009 06:33:34 -0400 Received: from ogre.sisk.pl ([217.79.144.158]:33424 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751433AbZCHKdd (ORCPT ); Sun, 8 Mar 2009 06:33:33 -0400 From: "Rafael J. Wysocki" To: Ingo Molnar Subject: Re: [PATCH] pci: fix kexec with power state D3 Date: Sun, 8 Mar 2009 11:33:31 +0100 User-Agent: KMail/1.11.1 (Linux/2.6.29-rc7-tst; KDE/4.2.1; x86_64; ; ) Cc: Yinghai Lu , Andrew Morton , Jesse Barnes , Matthew Wilcox , Jesse Brandeburg , David Miller , "linux-kernel@vger.kernel.org" , NetDev , linux-pci@vger.kernel.org, pm list References: <49B1F934.5050006@kernel.org> <20090308101530.GB14133@elte.hu> <200903081128.35970.rjw@sisk.pl> In-Reply-To: <200903081128.35970.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903081133.33020.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2000 Lines: 49 On Sunday 08 March 2009, Rafael J. Wysocki wrote: > On Sunday 08 March 2009, Ingo Molnar wrote: > > > > * Rafael J. Wysocki wrote: > > > > > On Sunday 08 March 2009, Yinghai Lu wrote: > > > > > > > > Impact: second kernel by kexec will have some pci devices working > > > > > > > > Found one system with 82575EB, in the kernel that is kexeced, probe igb > > > > failed with -2. > > > > > > > > it looks like the same behavior happened on forcedeth. > > > > try to check system_state to make sure if put it on D3 > > > > > > This is not enough, because the PM code doesn't change > > > system_state and it uses pci_set_power_state too. > > > > > > > Jesse Brandeburg said that we should do that check in core > > > > code instead of every device driver. > > > > > > Well, I'm not really sure. The drivers are where the bug is. > > > > So Yinghai has now written a driver fix and a generic code fix > > as well and both are being rejected pointing to the other side? > > > > This really sucks for users (who'd be happy with any of the > > patches) and the disagreement needs to be resolved ASAP. > > I hope you read my other comment (that you deleted from the reply)? > > If we're going to fix this at the core level along the Yinghai's patch lines, > we'll have to introduce a few additional values for system_state and make > suspend and hibernation code use them. > > Do you think it's worth the effort, given that only a couple of drivers have > been found to be affected so far? And, quite frankly, I'm not sure if users will be happy with the $subject patch, because it _really_ breaks things (well, the kexec users who don't use suspend might be, but surely suspend users who don't use kexec won't). Thanks, Rafael -- 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/