hi

2018-07-10 Thread Sgt Sherri Gallagher
Please reply me back.I am Sgt.Sherri

Re: [PATCH] mpt3sas: Fix for regression caused due to cf6bf9710c patch

2018-07-10 Thread Sreekanth Reddy
On Tue, Jul 10, 2018 at 2:38 AM, David Miller wrote: > From: Sreekanth Reddy > Date: Mon, 9 Jul 2018 17:12:51 +0530 > >> This is a shared structure between the host drivers and HBA device. >> HBA Firmware sends the information though this structures which are >> defined in the MPI headers. Now

Re: [PATCH v1] mpt3sas: Fix calltrace observed while running IO & host reset

2018-07-10 Thread Sreekanth Reddy
On Mon, Jul 9, 2018 at 5:14 PM, Sreekanth Reddy wrote: > On Thu, Jun 28, 2018 at 10:56 AM, Sreekanth Reddy > wrote: >> On Thu, Jun 28, 2018 at 3:48 AM, Bart Van Assche >> wrote: >>> On 06/24/18 23:10, Sreekanth Reddy wrote: Before calling scsi_internal_device_block_nowait() API;

info!!

2018-07-10 Thread Lee Morrow
Top of the day to you, this is in respect of a very beneficial transaction which you would not want to let go reply for more details, Regards, Lee

Re: [PATCH] mpt3sas: Fix for regression caused due to cf6bf9710c patch

2018-07-10 Thread Martin K. Petersen
Sreekanth, > I am trying to revert patch commit cf6bf9710c (scsi: mpt3sas: Bug fix > for big endian systems) but revert operation is not happening > smoothly, it may be due to dependency with some other patch changes. > > Anyway in this patch we have reverted those hunks of cf6bf9710c patch >

Re: [PATCH 00/10] lpfc updates for 12.0.0.5

2018-07-10 Thread Martin K. Petersen
James, > This patch contains lpfc bug fixes and some minor functional additions. Applied to 4.19/scsi-queue, thank you! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] mpt3sas: Fix for regression caused due to cf6bf9710c patch

2018-07-10 Thread Sreekanth Reddy
On Wed, Jul 11, 2018 at 8:32 AM, Martin K. Petersen wrote: > >> Since this commit is buried a bit deep in the pile, please submit an >> incremental patch that addresses Dave's problem. This patch "Fix for regression caused due to cf6bf9710c" addresses the Dave's problem. > > I obviously missed

Re: [PATCH] scsi: cxlflash: fix assignment of the backend operations

2018-07-10 Thread Martin K. Petersen
Cédric, > commit cd43c221bb5e ("scsi: cxlflash: Isolate external module > dependencies") introduced the use of ifdefs to avoid compilation > errors when one of the possible backend driver, CXL or OCXL, is not > compiled. > > Unfortunately, the wrong defines are used and the backend ops are >

Re: [PATCH] libfc: Add lockdep annotations

2018-07-10 Thread Martin K. Petersen
Hannes, > Convert the free text locking notes into proper lockdep annotations. Applied to 4.19/scsi-queue, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCHv2] libfc: fixup 'sleeping function called from invalid context'

2018-07-10 Thread Martin K. Petersen
Hannes, > fc_rport_login() will be calling mutex_lock() while running inside > an RCU-protected section, triggering the warning 'sleeping function > called from invalid context'. > To fix this we can drop the rcu functions here altogether as the > disc mutex protecting the list itself is

Re: [PATCH] hpsa: correct enclosure sas address

2018-07-10 Thread Martin K. Petersen
Don, > The original complaint was the lsscsi -t showed the same SAS address > of the two enclosures (SEP devices). In fact the SAS address was being > set to the Enclosure Logical Identifier (ELI). Applied to 4.18/scsi-fixes, thank you! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] qedf: Send the driver state to MFW.

2018-07-10 Thread Martin K. Petersen
Chad, > Need to notify firmware when driver is loaded and unloaded. Applied to 4.18/scsi-fixes, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] mpt3sas: Fix for regression caused due to cf6bf9710c patch

2018-07-10 Thread Martin K. Petersen
> Since this commit is buried a bit deep in the pile, please submit an > incremental patch that addresses Dave's problem. I obviously missed the first email of this thread. Sigh. -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] qedi: Send driver state to mfw.

2018-07-10 Thread Martin K. Petersen
Manish, > In case of iSCSI offload BFS environment, mfw requires to mark > virtual link based upon qedi load status. Applied to 4.18/scsi-fixes, thank you! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH] scsi: sd_zbc: Fix variable type and bogus comment

2018-07-10 Thread Martin K. Petersen
Damien, > Fix the description of sd_zbc_check_zone_size() to correctly explain > that the returned value is a number of device blocks, not bytes. > Additionally, the 32 bits "ret" variable used in this function may > truncate the 64 bits zone_blocks variable value upon return. To fix > this,