Re: [PATCH v2 3/5] ata: Add APM X-Gene SATA driver

2013-11-13 Thread Kishon Vijay Abraham I
Hi, On Wednesday 13 November 2013 11:32 AM, Loc Ho wrote: Hi, I need an method to tell the PHY layer to go to an specific speed - Gen2 or Gen1. Consider it is an limitation of our PHY. This is done after link up. After changing the link speed, do you have to go through the entire re-init

Re: [PATCH V1 1/3] pm80xx: Fix for direct attached device.

2013-11-13 Thread Jack Wang
On 11/11/2013 05:20 PM, Anand wrote: From cf6a06ddf571464571f826109bb1e5a0667c7751 Mon Sep 17 00:00:00 2001 From: Nikith Ganigarakoppal nikith.ganigarakop...@pmcs.com Date: Wed, 30 Oct 2013 16:13:22 +0530 Subject: [PATCH V1 1/3] pm80xx: Fix for direct attached device. In case of direct

Re: [PATCH V1 2/3] pm80xx: Resetting the phy state.

2013-11-13 Thread Jack Wang
On 11/11/2013 05:24 PM, Anand wrote: From 800d934dd22f3ef5d7f52d900295d371d17004bd Mon Sep 17 00:00:00 2001 From: Nikith Ganigarakoppal nikith.ganigarakop...@pmcs.com Date: Wed, 30 Oct 2013 16:23:47 +0530 Subject: [PATCH V1 2/3] pm80xx: Resetting the phy state. Setting the phy state for

Re: [patch] [SCSI] qla4xxx: overflow in qla4xxx_set_chap_entry()

2013-11-13 Thread Vikas Chaudhary
-Original Message- From: Dan Carpenter dan.carpen...@oracle.com Date: Wednesday, 13 November 2013 1:18 pm To: Vikas vikas.chaudh...@qlogic.com, Adheer Chandravanshi adheer.chandravan...@qlogic.com Cc: Dept-Eng iSCSI Driver dept-iscsidri...@qlogic.com, James E.J. Bottomley

Re: [patch] [SCSI] qla4xxx: overflow in qla4xxx_set_chap_entry()

2013-11-13 Thread Dan Carpenter
On Wed, Nov 13, 2013 at 11:52:37AM +, Vikas Chaudhary wrote: -Original Message- From: Dan Carpenter dan.carpen...@oracle.com Date: Wednesday, 13 November 2013 1:18 pm To: Vikas vikas.chaudh...@qlogic.com, Adheer Chandravanshi adheer.chandravan...@qlogic.com Cc: Dept-Eng iSCSI

Re: [PATCH] scsi: avoid use of reclaimed reference

2013-11-13 Thread Bart Van Assche
On 11/13/13 02:10, David Decotigny wrote: This patch avoids to use an object after it was potentially reclaimed by scsi_device_put(). Signed-off-by: David Decotigny de...@googlers.com --- drivers/scsi/scsi_scan.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[PATCH V2 0/4]: pm8001 driver bug fixes.

2013-11-13 Thread Anand
From 9dda7700201be93d4d2b83c2733be3d582859bc7 Mon Sep 17 00:00:00 2001 From: Nikith Ganigarakoppal nikith.ganigarakop...@pmcs.com Date: Wed, 13 Nov 2013 15:38:27 +0530 Subject: [PATCH V2 0/4]: pm8001 driver bug fixes. Nikith Ganigarakoppal (4): pm80xx: Module author updation. pm80xx: Fix for

[PATCH V2 1/4] pm80xx: Module author updation

2013-11-13 Thread Anand
From b426c48789d95e1f3d45b9b2fc9813260caf5ee3 Mon Sep 17 00:00:00 2001 From: Nikith Ganigarakoppal nikith.ganigarakop...@pmcs.com Date: Wed, 13 Nov 2013 15:35:23 +0530 Subject: [PATCH V2 1/4] pm80xx: Module author updation. Signed-off-by: nikith.ganigarakop...@pmcs.com Signed-off-by:

[PATCH V2 2/4] pm80xx: Fix for direct attached device.

2013-11-13 Thread Anand
From a2c4711582a7932a90bd68f7da96c2312c3436bc Mon Sep 17 00:00:00 2001 From: Nikith Ganigarakoppal nikith.ganigarakop...@pmcs.com Date: Wed, 30 Oct 2013 16:13:22 +0530 Subject: [PATCH V2 2/4] pm80xx: Fix for direct attached device. In case of direct attached SATA device delay is not enough. It

[PATCH V2 3/4] pm80xx: Resetting the phy state.

2013-11-13 Thread Anand
From e2c21b550d03909dd19e6559481d871ad1e28344 Mon Sep 17 00:00:00 2001 From: Nikith Ganigarakoppal nikith.ganigarakop...@pmcs.com Date: Wed, 30 Oct 2013 16:23:47 +0530 Subject: [PATCH V2 3/4] pm80xx: Resetting the phy state. Setting the phy state for hard reset response. After sending hard reset

[PATCH V2 4/4] pm80xx: Tasklets synchronization fix.

2013-11-13 Thread Anand
From 9dda7700201be93d4d2b83c2733be3d582859bc7 Mon Sep 17 00:00:00 2001 From: Nikith Ganigarakoppal nikith.ganigarakop...@pmcs.com Date: Mon, 11 Nov 2013 15:28:14 +0530 Subject: [PATCH V2 4/4] pm80xx: Tasklets synchronization fix. When multiple vectors are used, the vector variable is over

[Bug 62811] [PATCH]Don't Modify the scsi subcmd as LUN value when using VENDOR cmd

2013-11-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=62811 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Summary|Don't Modify the scsi |[PATCH]Don't Modify the

[Bug 62811] Don't Modify the scsi subcmd as LUN value when using VENDOR cmd

2013-11-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=62811 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added CC||a...@lxorguk.ukuu.org.uk

Re: [patch] [SCSI] qla4xxx: overflow in qla4xxx_set_chap_entry()

2013-11-13 Thread Dan Carpenter
On Wed, Nov 13, 2013 at 03:08:12PM +0300, Dan Carpenter wrote: On Wed, Nov 13, 2013 at 11:52:37AM +, Vikas Chaudhary wrote: -Original Message- From: Dan Carpenter dan.carpen...@oracle.com Date: Wednesday, 13 November 2013 1:18 pm To: Vikas vikas.chaudh...@qlogic.com,

[Bug 61771] Support for LSI Logic / Symbios Logic M1064E MegaRAID SAS

2013-11-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=61771 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 61771] Support for LSI Logic / Symbios Logic M1064E MegaRAID SAS

2013-11-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=61771 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are

[Bug 60711] USB drive no longer detected as removable storage media

2013-11-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60711 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added CC||a...@lxorguk.ukuu.org.uk,

[Bug 59301] mpt2sas0 fails after short time of work

2013-11-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=59301 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 59301] mpt2sas0 fails after short time of work

2013-11-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=59301 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are

[Bug 58081] aacraid aac_rx_intr_message triggers BUG: spinlock lockup, async_umap_flush_lock in 3.4, 3.7, 3.8, 3.9

2013-11-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=58081 Alan a...@lxorguk.ukuu.org.uk changed: What|Removed |Added CC||a...@lxorguk.ukuu.org.uk

[Bug 60758] module scsi_wait_scan not found kernel panic on boot

2013-11-13 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=60758 --- Comment #46 from zakrzews...@wp.pl --- What about kernel 3.12 ? -- You are receiving this mail because: You are the assignee for the bug. -- To unsubscribe from this list: send the line unsubscribe linux-scsi in the body of a message to

[PATCH] target: Fix delayed Task Aborted Status (TAS) handling bug

2013-11-13 Thread Nicholas A. Bellinger
From: Nicholas Bellinger n...@linux-iscsi.org This patch fixes a bug in delayed Task Aborted Status (TAS) handling, where transport_send_task_abort() was not returning for the case when the se_tfo-write_pending() callback indicated that last fabric specific WRITE PDU had not yet been received.

[PATCH 1/1]scsi: hpsa remove P822se PCI ID

2013-11-13 Thread Mike Miller
From: Mike Miller mike.mil...@hp.com Remove PCI ID for the never shipped P822se. Please consider this for inclusion. Signed-off-by: Mike Miller mike.mil...@hp.com --- drivers/scsi/hpsa.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/hpsa.c

Re: [PATCH] scsi: avoid use of reclaimed reference

2013-11-13 Thread David Decotigny
Hello, Thank you for looking into this. I could reproduce the oops on some Dell Poweredge R720 with the following config flags, otherwise the problem goes un-noticed: CONFIG_DEBUG_PAGEALLOC=y CONFIG_DEBUG_SLAB=y [4.924033] BUG: unable to handle kernel paging request at 8804dd10 [

Re: [patch] [SCSI] qla4xxx: overflow in qla4xxx_set_chap_entry()

2013-11-13 Thread Vikas Chaudhary
-Original Message- From: Dan Carpenter dan.carpen...@oracle.com Date: Wednesday, 13 November 2013 7:36 pm To: Vikas vikas.chaudh...@qlogic.com Cc: Adheer Chandravanshi adheer.chandravan...@qlogic.com, Dept-Eng iSCSI Driver dept-iscsidri...@qlogic.com, James E.J. Bottomley

[ANNOUNCE] ddpt, version 0.93 available

2013-11-13 Thread Douglas Gilbert
controls over how much data is read into the copy buffer and then written to output (separate from the logical block sizes of any device involved) For more information and downloads see: http://sg.danny.cz/sg/ddpt.html Changelog for ddpt-0.93 [20131113] [svn: r242] - add xcopy

Re: [PATCH] scsi: avoid use of reclaimed reference

2013-11-13 Thread James Bottomley
On Wed, 2013-11-13 at 18:50 -0800, David Decotigny wrote: Hello, Thank you for looking into this. I could reproduce the oops on some Dell Poweredge R720 with the following config flags, otherwise the problem goes un-noticed: CONFIG_DEBUG_PAGEALLOC=y CONFIG_DEBUG_SLAB=y [4.924033]