On Thu, Aug 13, 2015 at 6:13 PM, Jinpu Wang wrote:
> Hi
>
> On Tue, Aug 11, 2015 at 11:36 AM, wrote:
>> From: Viswas G
>>
>> In Nexus reset the device state request are not needed.
>>
>> Changes from V1:
>> Device state change request has been removed as the firmware
>> will handle it during in
Export the RAW SCSI Inquiry to sysfs as binfile. This way the data can be used
by userland without the need to have and ioctl or use the sg_inq tool.
Here is an example of the provided data
linux:~ # hexdump /sys/class/scsi_device/1\:0\:0\:0/device/inquiry
000 8005 3205 001f 4551 554d 20
12.08.2015 19:50, Bart Van Assche пишет:
On 08/11/2015 10:15 PM, Konstantin Krotov wrote:
11.08.2015 23:28, Bart Van Assche пишет:
Are you using a kernel from Greg KH's stable repository or another kernel ? And
to which values were the
yes, sources from upstream, 3.19.1
Hello Konstantin,
https://bugzilla.kernel.org/show_bug.cgi?id=101011
Maciej Szmigiero changed:
What|Removed |Added
CC||m...@maciej.szmigiero.name
--- Commen
On 8/14/2015 2:32 AM, Hannes Reinecke wrote:
On 08/13/2015 01:50 PM, Johannes Thumshirn wrote:
Export the RAW SCSI Inquiry to sysfs as binfile. This way the data can be
used by userlang without the need to have and ioctl or use the sg_inq tool.
userland!
Just be careful. There are condition
On 08/14/2015 02:27 PM, James Smart wrote:
> On 8/14/2015 2:32 AM, Hannes Reinecke wrote:
>> On 08/13/2015 01:50 PM, Johannes Thumshirn wrote:
>>> Export the RAW SCSI Inquiry to sysfs as binfile. This way the
>>> data can be used by userlang without the need to have and ioctl or use the
>>> sg_inq
On 08/14/2015 02:06 AM, Konstantin Krotov wrote:
I tested the patch, the problem is not reproduced.
Thanks for confirming that the patch fixes this issue. I will send a
slightly modified version of this patch soon to the Linux RDMA maintainer.
Bart.
--
To unsubscribe from this list: send the
On Fri, Aug 14, 2015 at 11:02:14AM +, bugzilla-dae...@bugzilla.kernel.org
wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=101011
>
> I can also confirm that this bug is present in latest stable kernel (4.1.5)
> and
> reverting commit from comment 6 seems to fix it.
Christoph,
I've sin
https://bugzilla.kernel.org/show_bug.cgi?id=101011
--- Comment #8 from Theodore Tso ---
On Fri, Aug 14, 2015 at 11:02:14AM +, bugzilla-dae...@bugzilla.kernel.org
wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=101011
>
> I can also confirm that this bug is present in latest stable kerne
Rather than hard coding the number of elements in the array, use the
ARRAY_SIZE()
macro to compute the number of elements in the array. This would minimize the
changes needed when we have to extend the protocols supported.
This was suggested by Johannes Thumshirn .
Signed-off-by: K. Y. Srinivasa
> -Original Message-
> From: Johannes Thumshirn [mailto:jthumsh...@suse.de]
> Sent: Thursday, August 13, 2015 11:46 PM
> To: KY Srinivasan
> Cc: Keith Mange ;
> gre...@linuxfoundation.org; linux-ker...@vger.kernel.org;
> de...@linuxdriverproject.org; oher...@suse.com;
> jbottom...@parall
The > should be >= or we read one element past the end of the array.
Fixes: c21e0bbfc485 ('cxlflash: Base support for IBM CXL Flash Adapter')
Signed-off-by: Dan Carpenter
Fixes: c21e0bbfc485 ('cxlflash: Base support for IBM CXL Flash Adapter')
diff --git a/drivers/scsi/cxlflash/main.c b/drivers/
This patch consists of 2 libfc fixes causing rare crashes, one iscsi one
causing a potential hang on shutdown, an I/O blocksize issue which
caused a regression and a memory leak in scsi-mq.
The patch is available here:
git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-fixes
The sh
13 matches
Mail list logo