[Bug 201941] New: Errors with SanDisk and Samsung 64GB micro SD cards on ThinkPad E485

2018-12-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201941 Bug ID: 201941 Summary: Errors with SanDisk and Samsung 64GB micro SD cards on ThinkPad E485 Product: IO/Storage Version: 2.5 Kernel Version: 4.19.4 Hardware: x86-64

[Bug 201941] Errors with SanDisk and Samsung 64GB micro SD cards on ThinkPad E485

2018-12-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201941 --- Comment #1 from alexander.reim...@pm.me --- Created attachment 279911 --> https://bugzilla.kernel.org/attachment.cgi?id=279911&action=edit lspci -vvs 03:00.0 -- You are receiving this mail because: You are the assignee for the bug.

[PATCH] scsi:fnic: Add fnic port speed stat to finc debug stats

2018-12-09 Thread Satish Kharat
This patch adds the current fnic port speed stat to fnic debug stats. Signed-off-by: Satish Kharat --- drivers/scsi/fnic/fnic_fcs.c | 6 ++ drivers/scsi/fnic/fnic_stats.h | 1 + drivers/scsi/fnic/fnic_trace.c | 5 + 3 files changed, 12 insertions(+) diff --git a/drivers/scsi/fnic/fnic

[PATCH 1/1] scsi:fnic: delaying vnic dev enable till after req intr

2018-12-09 Thread Satish Kharat
doing vnic_device_enable before this could cause interrupts to happen before they are setup. Signed-off-by: Satish Kharat --- drivers/scsi/fnic/fnic_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/fnic/fnic_main.c b/drivers/scsi/fnic/fnic_main.c index

[PATCH 1/1] scsi : fnic: RQ enable and then post descriptors

2018-12-09 Thread Satish Kharat
This change is the do RQ enable before positing descriptor needed for later hw versions. Signed-off-by: Satish Kharat --- drivers/scsi/fnic/fnic_main.c | 5 ++--- drivers/scsi/fnic/vnic_devcmd.h | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/fnic/fnic_mai

[PATCH] scsi:fnic: fnic stats for max CQs processed and ISR time

2018-12-09 Thread Satish Kharat
This change is to add fnic stats for the max number of CQs (corresponding to copy WQ) processed in a given interrupt, max time taken by the ISR. Signed-off-by: Satish Kharat --- drivers/scsi/fnic/fnic_scsi.c | 19 +++ drivers/scsi/fnic/fnic_stats.h | 3 +++ drivers/scsi/fnic/fn

[PATCH 1/1] scsi : fnic : vnic_rq_clean changing BUG_ON to WARN_ON

2018-12-09 Thread Satish Kharat
rq->ctrl not enabled when this is called is bad but not fatal and can continue. Signed-off-by: Satish Kharat --- drivers/scsi/fnic/vnic_rq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/fnic/vnic_rq.c b/drivers/scsi/fnic/vnic_rq.c index fd2068f5ae16..74d2f2cd6

[PATCH] scsi:fnic: Warn when calling io done for IO not issued to fw

2018-12-09 Thread Satish Kharat
The change is to print warning when scsi done is called for an IO that has not yet been issued to the fw. Also adding sc and tag to debug print when IO is cleaned up. Signed-off-by: Satish Kharat --- drivers/scsi/fnic/fnic_scsi.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-)

[PATCH] scsi : fnic: Impose upper limit on max. # of CQs processed per intr.

2018-12-09 Thread Satish Kharat
This change is to impose an upper limit on the max number of CQ entries (corresponding to the copy wq) processed in an interrupt. Using module param to set the limit. Signed-off-by: Satish Kharat --- drivers/scsi/fnic/fnic.h | 2 ++ drivers/scsi/fnic/fnic_isr.c | 6 +++--- drivers/scsi/fni

[PATCH 1/1] scsi : fnic : support to display 20G port speed

2018-12-09 Thread Satish Kharat
This patch is to add finc 20G port speed display in sysfs Signed-off-by: Satish Kharat --- drivers/scsi/fnic/fnic.h | 2 +- drivers/scsi/fnic/fnic_fcs.c | 4 drivers/scsi/fnic/fnic_io.h | 3 ++- drivers/scsi/fnic/fnic_main.c | 3 +++ 4 files changed, 10 insertions(+), 2 deletions(-)

[PATCH 1/1] scsi : fnic : usign fnic_lock to gaurd fnic->state_flags

2018-12-09 Thread Satish Kharat
Need to use fnic_lock as well as host lock in that order to set state flags. Signed-off-by: Satish Kharat --- drivers/scsi/fnic/fnic_scsi.c | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/scsi/fnic/fnic_scsi.c b/drivers/scsi/fnic/fnic_scsi.c index 96acfcec

[PATCH 1/1] scsi : fnic : change fnic queue depth to 256

2018-12-09 Thread Satish Kharat
This patches changes the default lun queuedepth for fnic to 256 Signed-off-by: Satish Kharat --- drivers/scsi/fnic/fnic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/fnic/fnic.h b/drivers/scsi/fnic/fnic.h index d094ba59ed15..5c9402c811c9 100644 --- a/drivers/

[Bug 201935] Writing data to tape broken

2018-12-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201935 Bart Van Assche (bvanass...@acm.org) changed: What|Removed |Added CC||bvanass...@acm.org

Re: [PATCH] iscsi: Capture iscsi debug messages using tracepoints

2018-12-09 Thread Fred Herard
Gentle reminder... Reviewed-by: Rajan Shanmugavelu Reviewed-by: Lee Duncan Thanks, Fred On 12/2/2018 1:47 AM, Fred Herard wrote: > Hi Doug, > > Here's an updated patch with removal of the misplaced semicolons: > > From da1f3c2ff78881c439d53820f3b82d4c54ac5cf9 Mon Sep 17 00:00:00 2001 > From:

[Bug 201935] Writing data to tape broken

2018-12-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201935 --- Comment #2 from Todd Aiken (tai...@mvtech.ca) --- I can confirm that reverting commit f3587d76da05f68098ddb1cb3c98cc6a9e8a402c does indeed solve the problem. -- You are receiving this mail because: You are the assignee for the bug.