Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262757AbVDYTpv (ORCPT ); Mon, 25 Apr 2005 15:45:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262756AbVDYTpu (ORCPT ); Mon, 25 Apr 2005 15:45:50 -0400 Received: from mailfe09.tele2.se ([212.247.155.1]:29654 "EHLO swip.net") by vger.kernel.org with ESMTP id S262744AbVDYTpc (ORCPT ); Mon, 25 Apr 2005 15:45:32 -0400 X-T2-Posting-ID: jLUmkBjoqvly7NM6d2gdCg== Subject: Re: [PATCH] PCI: Add pci shutdown ability From: Alexander Nyberg To: Greg KH Cc: Amit Gud , Alan Stern , linux-kernel@vger.kernel.org, linux-pci@atrey.karlin.mff.cuni.cz, akpm@osdl.org, jgarzik@pobox.com, cramerj@intel.com, USB development list In-Reply-To: <20050425190606.GA23763@kroah.com> References: <20050425182951.GA23209@kroah.com> <20050425185113.GC23209@kroah.com> <20050425190606.GA23763@kroah.com> Content-Type: text/plain Date: Mon, 25 Apr 2005 21:45:25 +0200 Message-Id: <1114458325.983.17.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1344 Lines: 30 > Well it seems that people are starting to want to hook the reboot > notifier, or the device shutdown facility in order to properly shutdown > pci drivers to make kexec work nicer. > > So here's a patch for the PCI core that allows pci drivers to now just > add a "shutdown" notifier function that will be called when the system > is being shutdown. It happens just after the reboot notifier happens, > and it should happen in the proper device tree order, so everyone should > be happy. > > Any objections to this patch? Not sure what you mean by "make kexec work nicer" but if it is because some devices don't work after a kexec I have some objections. What about the kexec-on-panic? In the end at least every storage device should work after a kexec-on-panic or else there might be cases where we cannot get dumps of what happened. My guess is that having access to the network might come in handy after a kexec-on-panic as well. So if this patch is because some devices don't work across kexec I don't think this is a good idea because the same devices won't work after a kexec-on-panic. - 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/