On Wed, 11 Apr 2007 03:08:50 +0200 Martin Geier wrote:
> Hi
>
> On Tue, Apr 10, 2007 at 03:53:59PM -0700, Randy Dunlap wrote:
> > On Wed, 11 Apr 2007 00:12:17 +0200 Martin Geier wrote:
> (..)
> > > Maybe it's connected to
> > > http://marc.info/?l=linux-scsi&m=117596425706527&w=2
> > > but my te
Hi
On Tue, Apr 10, 2007 at 03:53:59PM -0700, Randy Dunlap wrote:
> On Wed, 11 Apr 2007 00:12:17 +0200 Martin Geier wrote:
(..)
> > Maybe it's connected to http://marc.info/?l=linux-scsi&m=117596425706527&w=2
> > but my test of 2.6.21-rc5 failed similarly to the test of 2.6.20.
(..)
> There was a s
I wrote:
> Kristian Høgsberg wrote:
>> Also, implement the .eh_host_reset_handler callback instead of
>> .eh_abort_handler since that's what we're actually doing.
>
> You reset the target port (or specifically, the fetch agent acting on
> that target port). But the .eh_host_reset_handler is to "a
The RAID card in question has reported an "SPD CheckSum Error" (bad
ram?) during system power on so it's looking like this is probably a
hardware or firmware problem and not a driver issue.
-J
--
On Tue, Apr 03, 2007 at 08:45:38AM -0700, Randy Dunlap wrote:
> On Mon, 2 Apr 2007 17:21:35 -1000 Jos
(added Cc: LSML)
Kristian Høgsberg wrote:
> Also, implement the .eh_host_reset_handler callback instead of
> .eh_abort_handler since that's what we're actually doing.
You reset the target port (or specifically, the fetch agent acting on
that target port). But the .eh_host_reset_handler is to "as
On Wed, 11 Apr 2007 00:12:17 +0200 Martin Geier wrote:
> Hi,
>
> it seems SCSI got broken somewhere on the way from 2.6.19.7 to 2.6.20 on
> oldworld Apple PowerMacs 9500 using the internal mesh-controller. The
> kernel fails to read the partition table from the drive(s) with the
> following messa
Hi,
it seems SCSI got broken somewhere on the way from 2.6.19.7 to 2.6.20 on
oldworld Apple PowerMacs 9500 using the internal mesh-controller. The
kernel fails to read the partition table from the drive(s) with the
following messages:
| mesh_host_reset
| mesh: target 0 synchronous at 10.0 MB/s
| s
On Sun, 2007-04-08 at 14:35 -0700, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21-rc6/2.6.21-rc6-mm1/
Since 2.6.21-rc5-mm1, one of the test.kernel.org machines (elm3b239) has
not been able to boot because it cannot find the SCSI device. You can
view htt
Use menuconfigs instead of menus, so the whole menu can be disabled at
once instead of going through all options.
Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
Index: linux-2.6.21-rc5/drivers/scsi/Kconfig
===
--- linux-2
Use menuconfigs instead of menus, so the whole menu can be disabled at
once instead of going through all options.
Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
Index: linux-2.6.21-rc5/drivers/message/fusion/Kconfig
===
-
PATCH 3/3
Set rq->errors more correctly in cciss driver. Previously
we had set it synonymously with the meaning of the last parameter
of end_that_last_request and complete_buffers (the "uptodate"
parameter) and had gotten away with it for all this time because
nobody ever looked at rq->errors. S
PATCH 2/3
For all of you that think cciss should be a scsi driver here is the patch that
you have been waiting for all these years. This patch actually adds the SG_IO
ioctl to cciss. The primary purpose is for clustering and high-availibilty.
But now anyone can exploit this ioctl in any manner the
PATCH 1/3
This patch reformats some error handling code to reduce line lengths a bit. It
accompanies the SG_IO patch which is 2/3 of this set.
Please consider this for inclusion.
Signed-off-by: Stephen M. Cameron <[EMAIL PROTECTED]>
Signed-off-by: Mike Miller <[EMAIL PROTECTED]>
---
linux-2.6.
Hi,
I've noticed something strange as I've build and tested vanilla 2.6.20.3
for my Sparc Ultra-2: one of my hard disks wasn't spinning up. It was
jumpered in a way where it would require a host command for spinning
up. This ran OK with 2.6.14, which I had on that box before, though.
[SMP kernel,
Forwarded Message
Subject: Fix BusLogic to stop using check_region
From: Zachary Amsden <[EMAIL PROTECTED]>
I got so sick of seing the check_region warnings from BusLogic.c I actually
fixed it properly. Never use check region, reserve it before the probe
with request region inst
We have some of the material reviewed and posted now from the IO & FS
workshop.
USENIX has posted the talks at:
http://www.usenix.org/events/lsf07/tech/tech.html
A write up of the workshop went out at LWN and invoked a healthy discussion:
http://lwn.net/Articles/226351/
At that LWN article
Hi Eric,
We conducted the following test on a SUN Galaxy x64 server, then RAID1
can't be written anymore, fs become read-only. The steps of
reproducing the bug:
1. Create RAID1 with 2 disks (slot 0, 1) in LSI setup utility
2. Install RHEL5
3. Pull the disk(the secondary one) out from slot 1.
4. FS
I don't believe this function behaves as some call sites intend.
For example, if the driver implements the ->change_queue_type()
method, and I say to use simple tags in sysfs, and sdev->ordered_tags
is already set, I am not going to get simple tags since
sdev->ordered_tags will stay set and scsi_
18 matches
Mail list logo