Re: FCOE vn2vn memory leaks in 4.14

2018-07-27 Thread Johannes Thumshirn
On Fri, Jul 27, 2018 at 12:49:55AM +0200, ard wrote: > Hi, > > On Thu, Jul 26, 2018 at 05:05:37PM +0200, Johannes Thumshirn wrote: > > On Thu, Jul 26, 2018 at 04:25:24PM +0200, ard wrote: > > > The system itself is an exynos 5422 arm. It worked perfectly fine > > > with 3.10 as an Initiator, now i

Re: [PATCH] qedi: Fix a potential buffer overflow

2018-07-27 Thread Javali, Nilesh
On 7/27/18, 2:40 AM, "Bart Van Assche" wrote: >External Email > >Tell snprintf() to store at most 255 characters in the output buffer >instead of 256. This patch avoids that smatch reports the following >warning: > >drivers/scsi/qedi/qedi_main.c:891: qedi_get_boot_tgt_info() error: >snprintf()

外贸主动式营销第一品牌,帮助您开发全球目标客в�得市场!

2018-07-27 Thread amg2
您好:linux-scsi@vger.kernel.org   我们的外贸软件帮你快速整合您们行业的全球的目标客户资源,拥有资源优势, 我们更增加了挖掘高质量的客户的筹码。 快速网罗全球客户,助力快速成单!多了解,多学习,让您在外贸客户开发的道路上越走越远联系Q、Q:142-8705-499后可在线利用贵司产品关键词,为您展示一下软件的功能和效果

[PATCH] scsi: csiostor: update csio_get_flash_params()

2018-07-27 Thread Arjun Vynipadath
- Updates csio_get_flash_params() to take care of ISSI, Macronix and Winbond FLASH parts. - Assume flash part size to be 4MB if it cannot be identified Signed-off-by: Arjun Vynipadath Signed-off-by: Varun Prakash --- drivers/scsi/csiostor/csio_hw.c | 150 -

[PATCH v1] mpt3sas: Swap I/O memory read value back to cpu endianness

2018-07-27 Thread Sreekanth Reddy
Swap the I/O memory read value back to cpu endianness before storing it in a data structures which are defined in the MPI headers where u8 components are not defined in the endianness order. In this area from day one mpt3sas driver is using le32_to_cpu() & cpu_to_le32() APIs. But in the patch cf6b