Pull device descriptor reading out of ufs quirk so it
can be used also for other purposes.
Revamp the fixup setup:
1. Rename ufs_device_info to ufs_dev_desc as very similar
name ufs_dev_info is already in use.
2. Make the handlers static as they are not used out of the
ufshdc.c file.
Signed-off-b
Fix the following compilation warning:
drivers/scsi/ufs/ufshcd.c:2076:5: warning: no previous prototype for
‘ufshcd_query_descriptor_retry’ [-Wmissing-prototypes]
Also do not export the function, it should not be used out of ufs
context.
Signed-off-by: Tomas Winkler
---
drivers/scsi/ufs/ufshcd
Unexport ufshcd_read_device_desc and ufshcd_read_string_desc
there is no really possibility to calling them directly
outside of UFS context.
Signed-off-by: Tomas Winkler
---
drivers/scsi/ufs/ufshcd.c | 9 -
drivers/scsi/ufs/ufshcd.h | 7 ---
2 files changed, 4 insertions(+), 12 delet
Reading big endian value from a buffer requires explicit cast.
Fix sparse warning:
drivers/scsi/ufs/ufshcd.c:4825:24: warning: cast to restricted __be16
Signed-off-by: Tomas Winkler
---
drivers/scsi/ufs/ufshcd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/ufs
Free memory regions, if qlafx00_iospace_config is not successful.
Signed-off-by: Arvind Yadav
---
drivers/scsi/qla2xxx/qla_mr.c | 11 +++
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/drivers/scsi/qla2xxx/qla_mr.c b/drivers/scsi/qla2xxx/qla_mr.c
index 02f1de1..2861df8 100
> "Cao" == Cao jin writes:
Cao> drivers/scsi/qla4xxx/ql4_os.c | 6 +++--- 1 file changed, 3
Cao> insertions(+), 3 deletions(-)
Applied to 4.11/scsi-queue.
--
Martin K. Petersen Oracle Linux Engineering
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the bo
> "Colin" == Colin King writes:
Colin> Although on most systems va_end is a no-op, it is good practice
Colin> to use va_end on the function return path, especially since the
Colin> va_start documenation states:
Colin> "Each invocation of va_start() must be matched by a
Colin> correspondi
> "Jitendra" == Jitendra Bhivare writes:
Jitendra> This patch is generated against for-next branch. v2 changes:
Jitendra> +be2iscsi: Reinit SGL handle, CID tables after TPE
Jitendra> Jitendra Bhivare (12):
Jitendra> be2iscsi: Fix use of invalidate command table req be2iscsi:
Jitendra>
Hannes Reinecke writes:
> At LSF I'd like to discuss
> - Do we consider blktrace (and any other tracepoint in eg SCSI) as a
> stable API?
I don't have a strong opinion on this.
> - How do we go about modifying blktrace?
Blktrace has a version number associated with trace events. Bump the
vers
- Original Message -
> From: "Laurence Oberman"
> To: "Jan Kara"
> Cc: "Johannes Weiner" , "Hugh Dickins"
> , "Linus Torvalds"
> , "Dave Chinner" , "Chris
> Leech" , "Linux
> Kernel Mailing List" , "Lee Duncan"
> , open-is...@googlegroups.com,
> "Linux SCSI List" , linux-bl...@vger.k
This patch represents an attempt to resurrect the conversation
based on the submission of patch:
[PATCH 1/1] scsi: storvsc: Support manual scan of FC hosts on Hyper-V
K. Y. Srinivasan kys at microsoft.com
Sat Mar 12 21:52:48 UTC 2016
http://driverdev.linuxdriverproject.org/pipermail/driverdev-dev
On Mon, 2016-12-12 at 11:23 -0500, Ewan D. Milne wrote:
> ...I have not heard back yet
> from the site that reported this problem to me on their reproducer.
Not that it matters much now, but..
The response from my original reporter is that indeed the state was
being changed from SDEV_BLOCK -> SDE
- Original Message -
> From: "Jan Kara"
> To: "Johannes Weiner"
> Cc: "Hugh Dickins" , "Linus Torvalds"
> , "Dave Chinner"
> , "Chris Leech" , "Linux Kernel
> Mailing List"
> , "Lee Duncan" ,
> open-is...@googlegroups.com, "Linux SCSI List"
> , linux-bl...@vger.kernel.org, "Christoph
On Sat, Dec 24, 2016 at 02:17:26PM +0100, Hannes Reinecke wrote:
> Christoph, do you have a pointer to your patchset?
Here is a pointer to the current one after splitting it into properly
bisectable chunks. Besides proper changelogs the biggest item left
is fixing up dm-mpath to not allocate its
Oops... This one is really old. I didn't look carefully at it before I
hit send. Sorry about that.
regards,
dan carpenter
On Wed, Jan 04, 2017 at 04:33:16PM +0300, Dan Carpenter wrote:
> Hello Sreekanth Reddy,
>
> The patch f92363d12359: "[SCSI] mpt3sas: add new driver supporting
> 12GB SAS"
Hello Sreekanth Reddy,
The patch f92363d12359: "[SCSI] mpt3sas: add new driver supporting
12GB SAS" from Nov 30, 2012, leads to the following static checker
warning:
drivers/scsi/mpt3sas/mpt3sas_base.c:620 _base_display_event_data()
warn: curly braces intended?
drivers/scsi/mpt3s
Hi Guilherme,
Can please share us the driver logs (with driver logging_level set to
0x3f8) for the original issue (i.e. without this patch changes) and
the HBA firmware version you have used.
Also can you please share us the steps you have followed to reproduce
this issue, so that I can try on my
Hi Mike
Thanks very much for your analysis.
diff --git a/drivers/target/target_core_user.c
b/drivers/target/target_core_user.c
index 2e33100..6396581 100644
--- a/drivers/target/target_core_user.c
+++ b/drivers/target/target_core_user.c
@@ -684,7 +684,6 @@ static int tcmu_check_expired_cmd(in
Hi all,
during investigating performance issues I frequently have the need to
include the request tag in the scsi tracepoints. While this can be
easily done for scsi, including it in block trace output is not that
easy due to the interdependency with the blktrace utilities.
Also there had been so
19 matches
Mail list logo