Re: [PATCH] mptlan: fix mpt_lan_sdu_send()'s return type

2018-05-14 Thread Martin K. Petersen
Luc, >> You forgot to update the function prototype accordingly. > > Hmmm, the function mpt_lan_sdu_send() has no other declaration > than the one I modified the return type in this patch. > > Must be a misunderstanding somewhere. My bad, I thought you were updating mpt_lan_send_reply().

Re: [PATCH] scsi: clean up generated file scsi_devinfo_tbl.c

2018-05-14 Thread Martin K. Petersen
Randy, > "make clean" should remove the generated file "scsi_devinfo_tbl.c", so > list it in the clean-files variable so that the file gets cleaned up. Applied to 4.17/scsi-fixes. Thank you! -- Martin K. Petersen Oracle Linux Engineering

Re: [RESEND] tcmu: fix error resetting qfull_time_out to default

2018-05-14 Thread Martin K. Petersen
Prasanna, > This patch will help reset qfull_time_out to its default > i.e. qfull_time_out=-1 Applied to 4.17/scsi-fixes. Thank you! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] ipr: new IOASC update

2018-05-14 Thread Martin K. Petersen
Wen, > This patch adds new adapter error log for P9 system with the new AZ > SAS cable. Applied to 4.18/scsi-queue. Thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: esas2r: fix spelling mistake: "requestss" -> "requests"

2018-05-14 Thread Martin K. Petersen
Colin, > Trivial fix to spelling mistake in esas2r_debug message Applied to 4.18/scsi-queue. Thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: libosd: Remove VLA usage

2018-05-14 Thread Martin K. Petersen
Kees, > On the quest to remove all VLAs from the kernel[1] this rearranges the > code to avoid a VLA warning under -Wvla (gcc doesn't recognize "const" > variables as not triggering VLA creation). Additionally cleans up variable > naming to avoid 80 character column limit. Applied to

Re: [PATCH v3] target: transport should allow st FM/EOM/ILI reads

2018-05-14 Thread Bodo Stroesser
> When a tape drive is exported via LIO using the pscsi module, a read that > requests more bytes per block than the tape can supply returns an empty > buffer. This is because the pscsi pass-through target module sees the > "ILI" illegal length bit set and thinks there is no reason to return > the

[Bug 199703] HPSA blocking boot on HP smart Array P400

2018-05-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=199703 --- Comment #4 from Roberto M. (roby_program...@fastwebnet.it) --- (In reply to Lei Ming from comment #3) > I mean 'mainline' kernel in page of www.kernel.org OK, my kernel 4.16.8 is downloaded and build from kernel.org, I will try before next

Re: [PATCH v3] target: transport should allow st FM/EOM/ILI reads

2018-05-14 Thread Hannes Reinecke
On Fri, 11 May 2018 10:56:24 -0700 Lee Duncan wrote: > When a tape drive is exported via LIO using the pscsi module, a read > that requests more bytes per block than the tape can supply returns > an empty buffer. This is because the pscsi pass-through target module > sees the