From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from terminus.zytor.com ([198.137.202.10] helo=mail.zytor.com) by bombadil.infradead.org with esmtps (Exim 4.72 #1 (Red Hat Linux)) id 1OeXrP-0002p1-Qk for kexec@lists.infradead.org; Thu, 29 Jul 2010 18:29:41 +0000 Message-ID: <4C51C878.2090102@zytor.com> Date: Thu, 29 Jul 2010 11:29:12 -0700 From: "H. Peter Anvin" MIME-Version: 1.0 Subject: Re: In place kexec References: <4C50A7AD.8040902@zytor.com> <20100729134343.GA31490@shamino.rdu.redhat.com> <4C519853.2040206@zytor.com> <20100729150640.GF31490@shamino.rdu.redhat.com> <4C51BFA5.60507@zytor.com> In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: "Eric W. Biederman" Cc: linux-driver@qlogic.com, Neil Horman , Simon Horman , "kexec@lists.infradead.org" , Andrew Vasquez On 07/29/2010 11:06 AM, Eric W. Biederman wrote: > > Thinking about this I am a bit surprised that you would find > DMA left on from a disk driver. Historically disks have been > pretty good about shutting off in this scenario. > > Added to that typically we unmount all filesystems. > > Calling rmmod on the driver before the final kexec --exec > could be interesting, and drivers much more reliably implement > .remove than .shutdown. > > Network drivers are more likely to be a problem, but we should be > downing all of the network interfaces before something happens. > > All of which is to say kexec-in-place has generally been a lot > less hassle, because it is so similar to the normal case. > In particular, the supposed corruption comes from the "firmware logging" feature in the qla2xxx driver. I'd really like to understand if this is a kexec problem or a qla2xxx problem. -hpa _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec