Re: [PATCH V2] hpsa: refine the pci enable/disable handling

2014-09-08 Thread Tomas Henzl
On 09/07/2014 01:38 AM, Elliott, Robert (Server Storage) wrote: > >> -Original Message- >> From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- >> ow...@vger.kernel.org] On Behalf Of Tomas Henzl > ... > >> +/* kdump kernel is loading, we don't know in which state is >> + * the

RE: [PATCH V2] hpsa: refine the pci enable/disable handling

2014-09-06 Thread Elliott, Robert (Server Storage)
> -Original Message- > From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi- > ow...@vger.kernel.org] On Behalf Of Tomas Henzl ... > + /* kdump kernel is loading, we don't know in which state is > + * the pci interface. The dev->enable_cnt is equal zero > + * so we cal

Re: [PATCH V2] hpsa: refine the pci enable/disable handling

2014-08-19 Thread Christoph Hellwig
Thanks, applied to the drivers-for-3.18 branch. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH V2] hpsa: refine the pci enable/disable handling

2014-08-14 Thread scameron
On Thu, Aug 14, 2014 at 04:12:39PM +0200, Tomas Henzl wrote: > When a second(kdump) kernel starts and the hard reset method is used > the driver calls pci_disable_device without previously enabling it, > so the kernel shows a warning - > [ 16.876248] WARNING: at drivers/pci/pci.c:1431 > pci_disa

[PATCH V2] hpsa: refine the pci enable/disable handling

2014-08-14 Thread Tomas Henzl
When a second(kdump) kernel starts and the hard reset method is used the driver calls pci_disable_device without previously enabling it, so the kernel shows a warning - [ 16.876248] WARNING: at drivers/pci/pci.c:1431 pci_disable_device+0x84/0x90() [ 16.882686] Device hpsa disabling already-disa