linux-scsi mailing list

FromSubjectDatesort icon
bugzilla-daemon
[Bug 25602] [regression] 2.6.37-rc5: scsi_eh_11 CPU loop
https://bugzilla.kernel.org/show_bug.cgi?id=25602 --- Comment #1 from Martin Steigerwald <Martin@Lichtvoll.de> 2010-12-30 10:35:10 --- I already reported this as bug #25392 as I mentioned later in this thread. Should I refrain from reporting a bug where when I posted it to LKML already? Thanks. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --
Dec 30, 3:35 am 2010
bugzilla-daemon
[Bug 25602] [regression] 2.6.37-rc5: scsi_eh_11 CPU loop
https://bugzilla.kernel.org/show_bug.cgi?id=25602 Rafael J. Wysocki <rjw@sisk.pl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Rafael J. Wysocki <rjw@sisk.pl> 2010-12-30 10:43:46 --- No, but it's better to create a bug entry first and put a link to it ...
Dec 30, 3:43 am 2010
Douglas Gilbert
Re: [PATCH] scsi_mid_low_api.txt recommend resid usage
Randy, Add some extra words to define what is expected if a transport can do out-of-order data delivery (e.g. FCP_RESID, theoretically, is not precisely the resid we want). diff --git a/Documentation/scsi/scsi_mid_low_api.txt b/Documentation/scsi/scsi_mid_low_api.txt index df322c1..d998af0 100644 --- a/Documentation/scsi/scsi_mid_low_api.txt +++ b/Documentation/scsi/scsi_mid_low_api.txt @@ -185,7 +185,7 @@ scsi_remove_host() ---------+ scsi_host_put() ...
Dec 30, 9:08 am 2010
Konrad Rzeszutek Wilk
Re: [PATCH 3/7] [SCSI] scst: Add scst_local driver.
Hmm, at one hand that is neat, but at other I am wondering if it would be better to use CONFIG_DYNAMIC_PRINTK functionality (which is what pr_debug could be used for) - which is a more generic framework for this. Some of these errors look relevant to the user so perhaps going through the debugfs is not proper? Or is it that there are just soo many of them that it ok. --
Dec 30, 9:10 am 2010
Bart Van Assche
Re: [PATCH 3/7] [SCSI] scst: Add scst_local driver.
On Thu, Dec 30, 2010 at 5:10 PM, Konrad Rzeszutek Wilk (resending as plain text) Hello Konrad, As far as I can see CONFIG_DYNAMIC_PRINTK was introduced in kernel 2.6.28 but has been renamed to CONFIG_DYNAMIC_DEBUG in 2.6.30 ? The dynamic debug framework comes close but does not provide all the functionality we need. While the macros in <scst/scst_debug.h> assign a class to each generated line of debug output, the macros in <linux/dynamic_debug.h> treat all generated debug lines equal. ...
Dec 30, 10:15 am 2010
Randy Dunlap
Re: [PATCH] scsi_mid_low_api.txt recommend resid usage
for this patch? Acked-by: Randy Dunlap <rdunlap@xenotime.net> --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** desserts: http://www.xenotime.net/linux/recipes/ --
Dec 30, 10:50 am 2010
Maksim Rayskiy
[RFC] Deferred disk spinup during system resume
Hello, When resuming from system suspend, scsi disks are being spun up which takes quite a lot of time (5+ seconds in my case). The spinup is done synchronously, so this time adds up to overall system resume time. Ours is an embedded platform and we are using flash-based rootfs, so there is no immediate need in harddrive after resume. What is much more important for us is to minimize time-to-full-power. To speed up resume, we would like to have an option to defer the spinup or run it in ...
Dec 30, 12:40 pm 2010
Rafael J. Wysocki
Re: [linux-pm] [RFC] Deferred disk spinup during system resume
Do you use asynchronous suspend/resume? Rafael --
Dec 30, 3:46 pm 2010
previous daytodaynext day
December 29, 2010December 30, 2010December 31, 2010