From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ipmail04.adl6.internode.on.net ([150.101.137.141]:65274 "EHLO ipmail04.adl6.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753434AbbIWKpI (ORCPT ); Wed, 23 Sep 2015 06:45:08 -0400 Message-ID: <5602829C.5090500@internode.on.net> Date: Wed, 23 Sep 2015 20:14:44 +0930 From: Arthur Marsh MIME-Version: 1.0 To: Jiang Liu , James Bottomley CC: Thomas Gleixner , Bjorn Helgaas , Hannes Reinecke , Ballabio Dario , Christoph Hellwig , Dario Ballabio , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-scsi@vger.kernel.org, x86@kernel.org Subject: Re: [RFT v3] eata: Convert eata driver as normal PCI and platform device drivers References: <20150916134211.GA21535@infradead.org> <1442907023-12709-1-git-send-email-jiang.liu@linux.intel.com> <5601D550.5000801@internode.on.net> <1442961929.15264.4.camel@HansenPartnership.com> <5601E5FE.7020706@internode.on.net> <56023771.5010006@linux.intel.com> In-Reply-To: <56023771.5010006@linux.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Sender: linux-pci-owner@vger.kernel.org List-ID: Jiang Liu wrote on 23/09/15 14:54: > Hi Arthur, > I have found the cause of the warning messages, it's caused > by a flaw in the conversion. But according to my understanding, > it isn't related to the kexec/kdump failure. Could you please help > to test the attached new version? > Thanks! > Gerry > Thanks, the patch worked, I could successfully unload and reload the eata module, and perform a kexec reboot with the eata module loading successfully afterwards. Arthur.