From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754846AbbIRPI7 (ORCPT ); Fri, 18 Sep 2015 11:08:59 -0400 Received: from ipmail06.adl6.internode.on.net ([150.101.137.145]:7831 "EHLO ipmail06.adl6.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754645AbbIRPI4 (ORCPT ); Fri, 18 Sep 2015 11:08:56 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CMBgCTKPxV/+ljAg5dglFSxDSCVgKBM00BAQEBAQGBC4QkAQEDATgeIgEFCwgDDhMWDwkDAgECASceBgEMAQcCiCIHy30BAQEBAQUBAQEBAR2Gc4R9hQ0HhCwBBI1xh3KoIGOEES6KIAEBAQ Message-ID: <55FC2903.6080102@internode.on.net> Date: Sat, 19 Sep 2015 00:38:51 +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: Christoph Hellwig , Hannes Reinecke CC: Jiang Liu , Thomas Gleixner , Bjorn Helgaas , Dario Ballabio , "James E.J. Bottomley" , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-scsi@vger.kernel.org, x86@kernel.org Subject: Re: [Bugfix 3/3] eata: Enhance eata driver to support PCI device hot-removal References: <1442200140-30808-1-git-send-email-jiang.liu@linux.intel.com> <1442200140-30808-4-git-send-email-jiang.liu@linux.intel.com> <55F6837A.5020807@suse.de> <20150916134211.GA21535@infradead.org> In-Reply-To: <20150916134211.GA21535@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 Christoph Hellwig wrote on 16/09/15 23:12: > Jiang, you also need to convert the driver to > scsi_add_host/scsi_remove_host from the legacy scsi_register interface, > otherwise the SCSI layer will be very unhappy. > > Take a look at commit 0d31f8759109cbc1e6fc196d08e6b0e8a9e93b3f for > example, the change should be straight forward. > I am pleased to note that when I tried a Linus git head kernel from the last 24 hours, the IRQ routing for my DPT2044W SCSI card using eata module worked again, although the shut-down/kexec issue remains. Arthur.