Re: [PATCH] libata: Set longer timeout for SETFEATURES_SPINUP

2016-03-18 Thread Damien Le Moal
>On 03/18/2016 05:49 AM, Damien Le Moal wrote: >> >> libata: Set longer timeout for SETFEATURES_SPINUP >> >> For SATA drives with power-up in standby (PUIS) feature set, >> SETFEATURES_SPINUP execution may be required to get >> complete IDENTIFY data. However, the timeout used for its >> exe

Re: [PATCH 3/3] megaraid_sas: add missing curly braces in ioctl handler

2016-03-18 Thread Martin K. Petersen
> "Arnd" == Arnd Bergmann writes: Arnd> gcc-6 found a dubious indentation in the megasas_mgmt_fw_ioctl Arnd> function: Applied to 4.6/scsi-fixes. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a me

[Bug 91711] 3w-9xxx: DMA-API: device driver tries to free DMA memory it has not allocated

2016-03-18 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=91711 --- Comment #16 from Orion --- ok thanks. the best would be to check if another guys can test it also -- You are receiving this mail because: You are the assignee for the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-sc

Re: [PATCH] qla2xxx: avoid maybe_uninitialized warning

2016-03-18 Thread James Bottomley
On Wed, 2016-03-16 at 14:05 +, Himanshu Madhani wrote: > > On 3/16/16, 5:59 AM, "Arnd Bergmann" wrote: > > > On Tuesday 15 March 2016 14:49:14 James Bottomley wrote: > > > On Tue, 2016-03-15 at 22:40 +0100, Arnd Bergmann wrote: > > > > > > > > This slightly rearranges the code to move the s

Re: [PATCH] libata: Set longer timeout for SETFEATURES_SPINUP

2016-03-18 Thread Martin K. Petersen
> "Damien" == Damien Le Moal writes: Damien, Damien> libata: Set longer timeout for SETFEATURES_SPINUP Please submit to linux-...@vger.kernel.org. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body o

[PATCH 6/8] snic: Fixing race in the hba reset and IO/TM completion

2016-03-18 Thread Narsimhulu Musini
While HBA reset is in progress, if IO/TM completion is received for the same IO then IO/TM completion path releases the driver private resources associated with IO. This fix prevents releasing the resources in IO and TM completion path if HBA reset is in progress. Signed-off-by: Narsimhulu Musini

[PATCH 2/2] storvsc_drv: make use of the lightweight FC transport class

2016-03-18 Thread James Bottomley
Signed-off-by: James Bottomley --- drivers/scsi/storvsc_drv.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/drivers/scsi/storvsc_drv.c b/drivers/scsi/storvsc_drv.c index 3ddcabb..dcb7393 100644 --- a/drivers/scsi/storvsc_drv.c +++ b/drivers/scsi/storvsc_drv.c @@

Re: [PATCH net] bnx2x: Prevent false warning for lack of FC NPIV

2016-03-18 Thread David Miller
From: Yuval Mintz Date: Tue, 15 Mar 2016 19:52:04 +0200 > Not all adapters have FC-NPIV configured. If bnx2fc is used with such an > adapter, driver would read irrelevant data from the the nvram and log > "FC-NPIV table with bad length..." In system logs. > > Simply accept that reading '0' as th

laina

2016-03-18 Thread Skipton Financial Services®
Hyvä päivä Oletko kiinnostunut Personal / Business laina, Oletko taloudellisesti alas? Tai sinun lainan maksaa pois laskut? JOS KYLLÄ sitten yhteyttä talousosasto toimisto Mrs Rebecca myös sähköpostitse: loan_ag...@post.com Tietoa tarvitaan käsittelyyn: Lainanottajat täydellinen nimi: Määrä t

[PATCH v1 2/3] Cleanup the I/O pending with fw and has timed out and is used to issue LUN reset

2016-03-18 Thread Satish Kharat
In case of LUN reset, the device reset command is issued with one of the I/Os that has timed out on that LUN. The change is to also return this I/O with error status set to DID_RESET. In case when the reset is issued using the sg_reset tool (from sg3_utils) it is a new command and new_sc is set to

Re: [PATCH] scsi_common: do not clobber fixed sense information

2016-03-18 Thread Bart Van Assche
On 03/18/2016 01:01 AM, Hannes Reinecke wrote: For fixed sense the information field is 32 bits, to we need to truncate the information field to avoid clobbering the sense code. Signed-off-by: Hannes Reinecke --- drivers/scsi/scsi_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-

Re: [PATCHv3] scsi: disable automatic target scan

2016-03-18 Thread Bart Van Assche
On 03/17/2016 12:39 AM, Hannes Reinecke wrote: On larger installations it is useful to disable automatic LUN scanning, and only add the required LUNs via udev rules. This can speed up bootup dramatically. This patch introduces a new scan module parameter value 'manual', which works like 'none',