From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754018AbbIWKpK (ORCPT ); Wed, 23 Sep 2015 06:45:10 -0400 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 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2BQBgBvggJW/+ljAg5dglJSxDaCVgKBRk0BAQEBAQGBC4QlAQEDASMVHiIBBQsIAxoCBRYLAgIJAwIBAgEnHgYBDAEHAogiB7Z5lB0BAQEBAQEEAQEBAQEdgSKFUYR9hQ0HgmmBQwEEjXGETYMpjlqENpUlY4JDgU4uiiABAQE Message-ID: <5602829C.5090500@internode.on.net> Date: Wed, 23 Sep 2015 20:14:44 +0930 From: Arthur Marsh User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.8.0 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 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.