Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751693AbcCAR1Y (ORCPT ); Tue, 1 Mar 2016 12:27:24 -0500 Received: from ipmail04.adl6.internode.on.net ([150.101.137.141]:6483 "EHLO ipmail04.adl6.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750862AbcCAR1W (ORCPT ); Tue, 1 Mar 2016 12:27:22 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DECQBm0NVW/8d6Ag5egmlRuWCEB4YTAoFLTQEBAQEBAWUnQQ4Bg3IBAQQ4HiIBEAgDDhMUAg8JAwIBAgEnHgYBDAgCiBrAJAEBAQEBAQQBAQEBHIYShDqIbwEElw6BQo1rjSuOTGKCAxmBWymEPoQxAQEB Subject: Re: [PATCH] eata: Convert eata driver as normal PCI and platform device drivers To: Christoph Hellwig , Jiang Liu References: <1456801344-3318-1-git-send-email-jiang.liu@linux.intel.com> <20160301065247.GA6670@infradead.org> Cc: Dario Ballabio , "James E.J. Bottomley" , "Martin K. Petersen" , Hannes Reinecke , "Ballabio, Dario" , linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org From: Arthur Marsh Message-ID: <56D5D0F4.4060301@internode.on.net> Date: Wed, 2 Mar 2016 03:57:16 +1030 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Icedove/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160301065247.GA6670@infradead.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 532 Lines: 18 Christoph Hellwig wrote on 01/03/16 17:22: > Hi Jiang. > > I'd love to see this patch in and abuse of the old PCI API gone. > > Did you resolve the problems Arthur saw with the previous iteratons > of the patch? > I applied Jiang Liu's patch of 1st March 2016 to a clean kernel 4.5.0-rc6 source, removed my workaround of removing and re-adding the eata module before mounting file-systems that are on disks attached to the DPT SCSI card using the eata driver, and was able to kexec from the new kernel successfully. Arthur.