ips did scsi_add_host(sh, NULL) so scsi_dma_map uses
shost_gendev.parent that isn't initialized properly, then the kernel
crashes. 2.6.23 and 2.6.24 have this bug.
We can fix this by calling scsi_add_host with pdev->dev, in the
standard way (like the following way) but this bug was fixed in the
cu
Fix a kernel bug when unplugging an SBP-2 device after having its
scsi_device already removed via the "delete" sysfs attribute.
Signed-off-by: Stefan Richter <[EMAIL PROTECTED]>
---
Update: A _put was missing in a failure path.
drivers/firewire/fw-sbp2.c |8
1 file changed, 4 inse
There is one more bug in ips. I think that this needs to go to
scsi-rc-fixes, 2.6.24-stable, and 2.6.23-stable though we might rarely
hit this bug.
=
From: FUJITA Tomonori <[EMAIL PROTECTED]>
Date: Tue, 19 Feb 2008 16:03:47 +0900
Subject: [PATCH] ips: fix data buffer accessors conversion bug
This
On Mon, 18 Feb 2008 19:48:49 -0800
"Tim Pepper" <[EMAIL PROTECTED]> wrote:
> On Feb 18, 2008 4:11 PM, FUJITA Tomonori <[EMAIL PROTECTED]> wrote:
> > Can you please help me just once more? 2.6.25-rc2 fixed this bug in a
> > bit different way by chance. Please test 2.6.25-rc2 with the attached
> > p
Here is another ips patch, but not a bug fix.
=
From: FUJITA Tomonori <[EMAIL PROTECTED]>
Subject: [PATCH] ips: sg chaining support to the path to non I/O commands
I overlooked ips_scmd_buf_write and ips_scmd_buf_read when I converted
ips to use the data buffer accessors.
ips is unlikely to use
On Mon, Feb 11 2008, Mike Miller wrote:
> Patch 1 of 1
>
> This patch allows us to display information about all of the logical volumes
> configured on a particular without stepping on memory even when there are
> many volumes (128 or more) configured. This patch replaces the one submitted
> on 20
On Tue, 19 Feb 2008 11:48:18 +0100 Jens Axboe <[EMAIL PROTECTED]> wrote:
> On Mon, Feb 11 2008, Mike Miller wrote:
> > Patch 1 of 1
> >
> > This patch allows us to display information about all of the logical volumes
> > configured on a particular without stepping on memory even when there are
>
ACK
Wonderful work Tom and Fujita-san!
Sincerely -- Mark Salyzyn
> -Original Message-
> From: FUJITA Tomonori [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 19, 2008 3:02 AM
> To: linux-scsi@vger.kernel.org
> Cc: [EMAIL PROTECTED]; Salyzyn, Mark;
> [EMAIL PROTECTED]; [EMAIL PROTECTE
ACK
Other RAID drivers (eg: aacraid) makes the assumption that commands in these
paths (INQUIRY, READ CAPACITY, MODE SENSE etc spoofing) are single scatter
gather elements and have yet to be bitten. I agree with Fujita-san about the
practical unlikelihood. The fix does not incur any change in c
On Sun, 17 Feb 2008 23:36:59 -0700
Matthew Wilcox <[EMAIL PROTECTED]> wrote:
>
> This is the first release of a driver we've been using internally at Intel
> for a few weeks which is as low-latency as possible. It's designed to
> let us find latency issues elsewhere in the storage stack (eg file
On Tue, Feb 19, 2008 at 10:14:53PM +0900, FUJITA Tomonori wrote:
> I see that two drivers have very different objectives but if we add
> use_thread option to scsi_debug (we can do easily), it seems that
> scsi_debug can provide all the features that scsi_ram does.
It's not just use_thread. It's a
On Tue, 19 Feb 2008 06:31:20 -0700
Matthew Wilcox <[EMAIL PROTECTED]> wrote:
> On Tue, Feb 19, 2008 at 10:14:53PM +0900, FUJITA Tomonori wrote:
> > I see that two drivers have very different objectives but if we add
> > use_thread option to scsi_debug (we can do easily), it seems that
> > scsi_deb
On Mon, Feb 18, 2008 at 12:27:42PM -0800, David Brownell wrote:
> > Actually I think David might have been wrong about mips. afaict its
> > dma_free_coherent() is callable under local_irq_disable(), so ARM SMP is
> > the sole exception?
>
> All I recall at this point was getting some arch-spec
> -Original Message-
> From: Andrew Morton [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 19, 2008 6:00 AM
> To: Jens Axboe
> Cc: Miller, Mike (OS Dev); LKML; LKML-scsi
> Subject: Re: [PATCH 1/1] cciss: procfs updates to display
> info about many volumes
>
> On Tue, 19 Feb 2008 11:48
On Mon, 2008-02-18 at 22:26 +0800, Keith Hopkins wrote:
> Well, that made life interesting
> but didn't seem to fix anything.
>
> The behavior is about the same as before, but with more verbose
> errors. I failed one member of the raid and had it rebuild as a
> test...which hangs for a whil
On Tue, 2008-02-19 at 17:02 +0900, FUJITA Tomonori wrote:
> ips did scsi_add_host(sh, NULL) so scsi_dma_map uses
> shost_gendev.parent that isn't initialized properly, then the kernel
> crashes. 2.6.23 and 2.6.24 have this bug.
>
> We can fix this by calling scsi_add_host with pdev->dev, in the
>
Provide a facility to use the request_firmware() interface to get a SAS
address from userspace. This can be used by SAS LLDDs that cannot
obtain the address from the host adapter.
Resend of 8 Oct. 2007 patch, now based off 2.6.25-rc2 + scsi_misc.
Signed-off-by: Darrick J. Wong <[EMAIL PROTECTED]
If we send an ABORT_TASK ascb that doesn't return within the timeout period,
we should not free that ascb because the sequencer is still holding onto it.
Hopefully it will fix what James Bottomley describes below:
On Tue, Feb 19, 2008 at 10:22:20AM -0600, James Bottomley wrote:
> Unfortunately, t
On Wed 2008-02-13 09:45:02, Kristen Carlson Accardi wrote:
> On Tue, 12 Feb 2008 13:28:15 -0600
> James Bottomley <[EMAIL PROTECTED]> wrote:
>
> > On Tue, 2008-02-12 at 11:07 -0800, Kristen Carlson Accardi wrote:
> > > I understand what you are trying to do - I guess I just doubt the
> > > value y
If the aic94xx chip doesn't have a SAS address in the chip's flash memory,
make libsas get one for us.
Resend of 8 Oct 2007 patch, now based off 2.6.25-rc2 + scsi_misc.
Signed-off-by: Darrick J. Wong <[EMAIL PROTECTED]>
---
drivers/scsi/aic94xx/aic94xx.h | 16
drivers/sc
On Tue, 2008-02-19 at 10:44 -0800, Darrick J. Wong wrote:
> If we send an ABORT_TASK ascb that doesn't return within the timeout period,
> we should not free that ascb because the sequencer is still holding onto it.
> Hopefully it will fix what James Bottomley describes below:
>
> On Tue, Feb 19,
This patch removes dead code spotted by the Coverity checker.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
---
drivers/scsi/qla4xxx/ql4_isr.c | 18 +-
1 file changed, 1 insertion(+), 17 deletions(-)
--- linux-2.6/drivers/scsi/qla4xxx/ql4_isr.c.old2008-02-19
20:29:1
Darrick J. Wong wrote:
Provide a facility to use the request_firmware() interface to get a SAS
address from userspace. This can be used by SAS LLDDs that cannot
obtain the address from the host adapter.
Resend of 8 Oct. 2007 patch, now based off 2.6.25-rc2 + scsi_misc.
Signed-off-by: Darrick J
On Tue, 19 Feb 2008 10:06:39 -0600
James Bottomley <[EMAIL PROTECTED]> wrote:
> On Tue, 2008-02-19 at 17:02 +0900, FUJITA Tomonori wrote:
> > ips did scsi_add_host(sh, NULL) so scsi_dma_map uses
> > shost_gendev.parent that isn't initialized properly, then the kernel
> > crashes. 2.6.23 and 2.6.24
On 2/16/2008 10:35 PM, Alan Stern wrote:
On Sat, 16 Feb 2008, Andrew Buehler wrote:
Until this thread, I was not even aware that ACPI was related to
USB; I had largely conflated it with a similar acronym which I
think is related to power management and which I can suddenly not
even find in my
I have a test machine running:
0001-arcmsr-fix-message-allocation.patch
arcmsr-pci-alloc-consistent.patch
2.6.24-gentoo-r2
The arcmsr driver is loaded and archttp64 is running. I've been access
archttp64 and there are no warnings in dmesg. Without the patches this
would have generated 10s of MB
Stefan Richter wrote:
James Bottomley wrote:
It's all very well to say this, but I think if you look at what udev
does, you'll find that it uses scsi_id to send a VPD inquiry to the
device so it can populate /dev/disk/by-id, so the point is already
conceded
PS: Alas we don't have a practicabl
http://bugzilla.kernel.org/show_bug.cgi?id=10050
Summary: message/fusion/mptbase.c: fix use-after-free's
Product: SCSI Drivers
Version: 2.5
KernelVersion: 2.6.25-rc2-git
Platform: All
OS/Version: Linux
Tree: Mainline
Forwarded Message
From: Adrian Bunk <[EMAIL PROTECTED]>
To: Sathya Prakash <[EMAIL PROTECTED]>, James Bottomley
<[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: [2.6 patch] message/fusion/mptbase.c: fix use-after-free's
Date: Wed, 20 Feb 2008 02:39:43 +0200
This patch fixes tw
On Tue, 2008-02-19 at 21:29 +0200, Adrian Bunk wrote:
> This patch removes dead code spotted by the Coverity checker.
>
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
>
> ---
>
> drivers/scsi/qla4xxx/ql4_isr.c | 18 +-
> 1 file changed, 1 insertion(+), 17 deletions(-)
>
> -
On Tue, 19 Feb 2008, James Bottomley wrote:
> On Tue, 2008-02-19 at 21:29 +0200, Adrian Bunk wrote:
> > This patch removes dead code spotted by the Coverity checker.
> >
> > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
> >
> > ---
> >
> > drivers/scsi/qla4xxx/ql4_isr.c | 18 +--
On Tue, 2008-02-19 at 15:34 -0800, [EMAIL PROTECTED] wrote:
> Subject: mpt fusion: don't oops if NumPhys==0
> From: Krzysztof Oledzki <[EMAIL PROTECTED]>
>
> Don't oops if NumPhys==0, instead return -ENODEV.
> This patch fixes http://bugzilla.kernel.org/show_bug.cgi?id=9909
>
> Signed-off-by: Kr
On Tue, 2008-02-19 at 18:35 -0800, Andrew Vasquez wrote:
> On Tue, 19 Feb 2008, James Bottomley wrote:
>
> > On Tue, 2008-02-19 at 21:29 +0200, Adrian Bunk wrote:
> > > This patch removes dead code spotted by the Coverity checker.
> > >
> > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
> > >
On Tue, 19 Feb 2008, James Bottomley wrote:
> On Tue, 2008-02-19 at 18:35 -0800, Andrew Vasquez wrote:
> > On Tue, 19 Feb 2008, James Bottomley wrote:
> >
> > > On Tue, 2008-02-19 at 21:29 +0200, Adrian Bunk wrote:
> > > > This patch removes dead code spotted by the Coverity checker.
> > > >
> >
On Tue, 19 Feb 2008, James Bottomley wrote:
On Tue, 2008-02-19 at 15:34 -0800, [EMAIL PROTECTED] wrote:
Subject: mpt fusion: don't oops if NumPhys==0
From: Krzysztof Oledzki <[EMAIL PROTECTED]>
Don't oops if NumPhys==0, instead return -ENODEV.
This patch fixes http://bugzilla.kernel.org/sho
On Wed, 2008-02-20 at 04:17 +0100, Maximilian Wilhelm wrote:
> Am Wednesday, den 20 February hub Krzysztof Oledzki folgendes in die Tasten:
> > >What's the topology this thing is connected to?
>
> > It is a Dell-1950III server with two 400GB SAS disks (RAID1) installed in
> > a dwo disk SAS backp
On Tue, 2008-02-19 at 10:22 -0600, James Bottomley wrote:
> I'll see if I can come up with patches to fix this ... or at least
> mitigate the problems it causes.
Darrick's working on the ascb sequencer use after free problem.
I looked into some of the error handling in libsas, and apparently
that
Am Wednesday, den 20 February hub Krzysztof Oledzki folgendes in die Tasten:
Hi Krzysztof, *
Thanks for CC'ing me.
> >On Tue, 2008-02-19 at 15:34 -0800, [EMAIL PROTECTED] wrote:
> >>Subject: mpt fusion: don't oops if NumPhys==0
> >>From: Krzysztof Oledzki <[EMAIL PROTECTED]>
> >>
> >>Don't oops
Bart Van Assche wrote:
> On Feb 18, 2008 10:43 AM, Erez Zilber <[EMAIL PROTECTED]> wrote:
>
>> If you use a high value for FirstBurstLength, all (or most) of your data
>> will be sent as unsolicited data-out PDUs. These PDUs don't use the RDMA
>> engine, so you miss the advantage of IB.
>>
39 matches
Mail list logo