Re: [PATCH 00/16] sleep_on removal, second try

2014-02-28 Thread Karsten Keil
Am 26.02.2014 12:01, schrieb Arnd Bergmann: It's been a while since the first submission of these patches, but a lot of them have made it into linux-next already, so here is the stuff that is not merged yet, hopefully addressing all the comments. Geert and Michael: the I was expecting the

[Bug 71231] System unresponsable after a lot of LUNs have been added to the system

2014-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=71231 --- Comment #3 from Alex alexandernaum...@gmx.de --- Kernel 3.8.13 is working fine Kernel 3.9.11 is working fine Kernel 3.12.13 has the bug too Kernel 3.13.5 is working fine again. So what has changed in 3.13? It would be nice to have it fixed

[Bug 71231] System unresponsable after a lot of LUNs have been added to the system

2014-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=71231 --- Comment #4 from Alex alexandernaum...@gmx.de --- Kernel 3.13.1 is fine too. -- 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

[PATCH 1/2] megaraid_sas: fix a small problem when reading state value from hw

2014-02-28 Thread Tomas Henzl
When the driver reads state values from the hw it might happen that different values are read in subsequent reads and this can cause problems, this may lead to a timeout in this function and a non working adapter. Cc: Sumit Saxena sumit.sax...@lsi.com Cc: Adam Radford aradf...@gmail.com

[PATCH 0/2] megaraid_sas: fix a small problem when reading state value from hw

2014-02-28 Thread Tomas Henzl
Hi all, I have posted almost the same fix back 2011 http://www.spinics.net/lists/linux-scsi/msg50624.html now it looks like someone was really hit by the hw read race. This patch is split into two part - the first patch fixes the actual race, the second is a bonus, it just removes some almost

[PATCH 2/2] megaraid_sas: remove unused variables

2014-02-28 Thread Tomas Henzl
Some, almost not used variables removed. Cc: Sumit Saxena sumit.sax...@lsi.com Cc: Adam Radford aradf...@gmail.com Signed-off-by: Tomas Henzl the...@redhat.com --- drivers/scsi/megaraid/megaraid_sas_base.c | 53 +++ 1 file changed, 11 insertions(+), 42 deletions(-)

Re: [PATCH] scsi_dh_alua: Requeue another not ready check condition at ML

2014-02-28 Thread Hannes Reinecke
On 02/28/2014 02:58 AM, Mike Christie wrote: On 02/27/2014 06:14 PM, Stewart, Sean wrote: This allows the sd driver to retry commands like read capacity until a LUN is ready, rather than giving up after three retries. In NetApp E-Series, a controller can return not ready like this when it

[PATCH] scsi: report sense even for TEST UNIT READY commands

2014-02-28 Thread Ewan D. Milne
From: Ewan D. Milne emi...@redhat.com Move up the logging of messages and generation of uevents for certain sense codes before checking for TEST UNIT READY commands not generated by the mid-layer, so they won't be silently discarded. Signed-off-by: Ewan D. Milne emi...@redhat.com ---

[Bug 71231] System unresponsable after a lot of LUNs have been added to the system

2014-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=71231 --- Comment #5 from Alex alexandernaum...@gmx.de --- This bug can be easily reproduced by havin two machines with one fibre channel card each. Install scst on one machine (as target) and conenct the other one to this one (via two cables). Than add

Re: [PATCH 2/3] Add EVPD page 0x83 to sysfs

2014-02-28 Thread Christoph Hellwig
On Thu, Feb 13, 2014 at 11:07:11AM +0100, Hannes Reinecke wrote: EVPD page 0x83 is used to uniquely identify the device. So instead of having each and every program issue a separate SG_IO call to retrieve this information it does make far more sense to display it in sysfs. This just shows

[Bug 71231] System unresponsable after a lot of LUNs have been added to the system

2014-02-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=71231 Saurav Kashyap saurav.kash...@qlogic.com changed: What|Removed |Added CC|

Re: [PATCH] scsi_dh_alua: Requeue another not ready check condition at ML

2014-02-28 Thread Stewart, Sean
On Fri, 2014-02-28 at 16:14 +0100, Hannes Reinecke wrote: On 02/28/2014 02:58 AM, Mike Christie wrote: On 02/27/2014 06:14 PM, Stewart, Sean wrote: This allows the sd driver to retry commands like read capacity until a LUN is ready, rather than giving up after three retries. In NetApp

CONTACT KENYA COMMERCIAL BANK LTD IMMEDIATELY FOR YOUR PAYMENT (3MILLION UNITED STATE DOLLARS)

2014-02-28 Thread Jantima Khuntaraksa
Attention: Please, Kindly contact KENYA COMMERCIAL BANK immediately for your compensation payment of (3MILLION UNITED STATE DOLLARS) via email: Email:(servic...@kenya.ncommercialbnk.com) quote your payment Ref No:KCB/00Y/2014 For purposes of immediate payment. -- To unsubscribe from this

Re: [PATCH 02/16] scsi: atari_scsi: fix sleep_on race

2014-02-28 Thread Michael Schmitz
Hello Arnd, On Thursday 27 February 2014, Michael Schmitz wrote: Arnd Bergmann wrote: Nack - the completion condition in the first hunk has its logic reversed. Try this instead (while() loops while condition true, do {} until () loops while condition false, no?) Sorry

[PATCH 2/3] m68k/atari - atari_scsi: change abort/reset return codes

2014-02-28 Thread Michael Schmitz
The abort/reset lowlevel return codes had changed with the new error SCSI handling - update Atari NCR5380 driver to reflect this. Change reset handling to clear queues only, do not attempt to call done() on each command aborted by the reset. The EH code should do that for us. Queues _must_ be

[PATCH 0/3] m68k Atari SCSI fixes

2014-02-28 Thread Michael Schmitz
All, please review the following patches to the m68k Atari NCR5380 SCSI code. The first patch is my corrected version of Arnd Bergmann's sleep_on removal RFC series (2/16), tested on my Atari Falcon. Geert, please take this one through the linux-m68k tree so Arnd's sleep_on remove can go

[PATCH 1/3] m68k/atari - convert atari_scsi falcon_get_lock() to use wait_event()

2014-02-28 Thread Michael Schmitz
sleep_on is known broken and going away. The atari_scsi driver is one of two remaining users in the falcon_get_lock() function, which is a rather crazy piece of code. This does not attempt to fix the driver's locking scheme in general, but at least prevents falcon_get_lock from going to sleep when

[PATCH 3/3] m68k/atari - atari_scsi: punt if deadlocked

2014-02-28 Thread Michael Schmitz
In case a SCSI command is queued from softirq context, and another driver currently holds the ST-DMA lock, tell the SCSI midlevel to hold off queueing commands for now. Midlevel will resume play later. Signed-off-by: Michael Schmitz schm...@debian.org Cc: Geert Uytterhoeven ge...@linux-m68k.org