Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-11 Thread Torsten Kaiser
On 10/11/07, Tejun Heo <[EMAIL PROTECTED]> wrote: > Torsten Kaiser wrote: > >>> That missing +1 would explain, why the SGE_TRM never gets set. > >> Thanks a lot for tracking this down. Does changing the above code fix > >> your problem? > > > > I did not try it. > > I'm not an libata expert and

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-11 Thread Jens Axboe
On Thu, Oct 11 2007, Tejun Heo wrote: > Jens Axboe wrote: > > This is the old ata_sg_is_last: > > > > static inline int > > ata_sg_is_last(struct scatterlist *sg, struct ata_queued_cmd *qc) > > { > > if (sg == >pad_sgent) > > return 1; > > if (qc->pad_len) > >

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-11 Thread Tejun Heo
Jens Axboe wrote: > This is the old ata_sg_is_last: > > static inline int > ata_sg_is_last(struct scatterlist *sg, struct ata_queued_cmd *qc) > { > if (sg == >pad_sgent) > return 1; > if (qc->pad_len) > return 0; > if (((sg - qc->__sg) + 1)

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-11 Thread Jens Axboe
On Thu, Oct 11 2007, Tejun Heo wrote: > Torsten Kaiser wrote: > > Looking closer at > > http://git.kernel.org/?p=linux/kernel/git/axboe/linux-2.6-block.git;a=commitdiff;h=ec6fdded4d76aa54aa57341e5dfdd61c507b1dcd > > the change to libata.h seems bogus : > > > > in ata_qc_first_sg: > > old

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-11 Thread Tejun Heo
Torsten Kaiser wrote: >>> That missing +1 would explain, why the SGE_TRM never gets set. >> Thanks a lot for tracking this down. Does changing the above code fix >> your problem? > > I did not try it. > I'm not an libata expert and while this change looks suspicios, I > can't be 100% sure if

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-11 Thread Tejun Heo
Torsten Kaiser wrote: That missing +1 would explain, why the SGE_TRM never gets set. Thanks a lot for tracking this down. Does changing the above code fix your problem? I did not try it. I'm not an libata expert and while this change looks suspicios, I can't be 100% sure if that change

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-11 Thread Jens Axboe
On Thu, Oct 11 2007, Tejun Heo wrote: Torsten Kaiser wrote: Looking closer at http://git.kernel.org/?p=linux/kernel/git/axboe/linux-2.6-block.git;a=commitdiff;h=ec6fdded4d76aa54aa57341e5dfdd61c507b1dcd the change to libata.h seems bogus : in ata_qc_first_sg: old

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-11 Thread Tejun Heo
Jens Axboe wrote: This is the old ata_sg_is_last: static inline int ata_sg_is_last(struct scatterlist *sg, struct ata_queued_cmd *qc) { if (sg == qc-pad_sgent) return 1; if (qc-pad_len) return 0; if (((sg - qc-__sg) + 1) ==

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-11 Thread Jens Axboe
On Thu, Oct 11 2007, Tejun Heo wrote: Jens Axboe wrote: This is the old ata_sg_is_last: static inline int ata_sg_is_last(struct scatterlist *sg, struct ata_queued_cmd *qc) { if (sg == qc-pad_sgent) return 1; if (qc-pad_len) return

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-11 Thread Torsten Kaiser
On 10/11/07, Tejun Heo [EMAIL PROTECTED] wrote: Torsten Kaiser wrote: That missing +1 would explain, why the SGE_TRM never gets set. Thanks a lot for tracking this down. Does changing the above code fix your problem? I did not try it. I'm not an libata expert and while this change

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-10 Thread Torsten Kaiser
On 10/11/07, Tejun Heo <[EMAIL PROTECTED]> wrote: > Torsten Kaiser wrote: > > Looking closer at > > http://git.kernel.org/?p=linux/kernel/git/axboe/linux-2.6-block.git;a=commitdiff;h=ec6fdded4d76aa54aa57341e5dfdd61c507b1dcd > > the change to libata.h seems bogus : > > > > in ata_qc_first_sg: > >

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-10 Thread Tejun Heo
Torsten Kaiser wrote: > Looking closer at > http://git.kernel.org/?p=linux/kernel/git/axboe/linux-2.6-block.git;a=commitdiff;h=ec6fdded4d76aa54aa57341e5dfdd61c507b1dcd > the change to libata.h seems bogus : > > in ata_qc_first_sg: > oldnew > return qc->__sg

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-10 Thread Tejun Heo
Torsten Kaiser wrote: Looking closer at http://git.kernel.org/?p=linux/kernel/git/axboe/linux-2.6-block.git;a=commitdiff;h=ec6fdded4d76aa54aa57341e5dfdd61c507b1dcd the change to libata.h seems bogus : in ata_qc_first_sg: oldnew return qc-__sg

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-10 Thread Torsten Kaiser
On 10/11/07, Tejun Heo [EMAIL PROTECTED] wrote: Torsten Kaiser wrote: Looking closer at http://git.kernel.org/?p=linux/kernel/git/axboe/linux-2.6-block.git;a=commitdiff;h=ec6fdded4d76aa54aa57341e5dfdd61c507b1dcd the change to libata.h seems bogus : in ata_qc_first_sg: old

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-07 Thread Torsten Kaiser
[Adding Jens Axboe, the author of what looks like the probable cause] On 10/7/07, Torsten Kaiser <[EMAIL PROTECTED]> wrote: > My sil24_fill_sg now looks like this: > static inline void sil24_fill_sg(struct ata_queued_cmd *qc, > struct sil24_sge *sge) > { >

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-07 Thread Torsten Kaiser
On 10/5/07, Torsten Kaiser <[EMAIL PROTECTED]> wrote: > So I will use the weekend to see if I can find out who issues this > command and add more debug to that place... I added some DPRINTK to sil24_qc_issue and sil24_fill_sg, but I only found one suspicious thing. My sil24_fill_sg now looks

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-07 Thread Torsten Kaiser
On 10/5/07, Torsten Kaiser [EMAIL PROTECTED] wrote: So I will use the weekend to see if I can find out who issues this command and add more debug to that place... I added some DPRINTK to sil24_qc_issue and sil24_fill_sg, but I only found one suspicious thing. My sil24_fill_sg now looks like

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-07 Thread Torsten Kaiser
[Adding Jens Axboe, the author of what looks like the probable cause] On 10/7/07, Torsten Kaiser [EMAIL PROTECTED] wrote: My sil24_fill_sg now looks like this: static inline void sil24_fill_sg(struct ata_queued_cmd *qc, struct sil24_sge *sge) { struct

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-05 Thread Torsten Kaiser
On 10/4/07, Matt Mackall <[EMAIL PROTECTED]> wrote: > On Thu, Oct 04, 2007 at 07:32:52AM +0200, Torsten Kaiser wrote: > > So now I'm rather out of ideas what to test... :( > > I'd give your previous bisect step another try. Yes, I thought about that too. But I never seemed to need more than two

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-05 Thread Torsten Kaiser
On 10/4/07, Matt Mackall [EMAIL PROTECTED] wrote: On Thu, Oct 04, 2007 at 07:32:52AM +0200, Torsten Kaiser wrote: So now I'm rather out of ideas what to test... :( I'd give your previous bisect step another try. Yes, I thought about that too. But I never seemed to need more than two tries to

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-04 Thread Matt Mackall
On Thu, Oct 04, 2007 at 07:32:52AM +0200, Torsten Kaiser wrote: > On 10/3/07, Matt Mackall <[EMAIL PROTECTED]> wrote: > > Well I can see no reason why the vma we just got to by the mm->mmap > > would have a vm_mm != mm, but I've certainly been wrong before. > > > > Try changing it to: > > > >

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-04 Thread Matt Mackall
On Thu, Oct 04, 2007 at 07:32:52AM +0200, Torsten Kaiser wrote: On 10/3/07, Matt Mackall [EMAIL PROTECTED] wrote: Well I can see no reason why the vma we just got to by the mm-mmap would have a vm_mm != mm, but I've certainly been wrong before. Try changing it to: for (vma =

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-03 Thread Torsten Kaiser
On 10/3/07, Matt Mackall <[EMAIL PROTECTED]> wrote: > Well I can see no reason why the vma we just got to by the mm->mmap > would have a vm_mm != mm, but I've certainly been wrong before. > > Try changing it to: > > for (vma = mm->mmap; vma; vma = vma->vm_next) > if

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-03 Thread Torsten Kaiser
On 10/3/07, Matt Mackall <[EMAIL PROTECTED]> wrote: > On Wed, Oct 03, 2007 at 07:36:55PM +0200, Torsten Kaiser wrote: > > Of note might be, that at the time of this error init has not been > > started. I'm using a program from initramfs to start the RAID. > > The initramfs was primarily build

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-03 Thread Matt Mackall
On Wed, Oct 03, 2007 at 07:36:55PM +0200, Torsten Kaiser wrote: > On 10/3/07, Matt Mackall <[EMAIL PROTECTED]> wrote: > > On Wed, Oct 03, 2007 at 05:55:10PM +0200, Torsten Kaiser wrote: > > > This patch removes clear_refs_smap() from fs/proc/task_mmu.c by moving > > > its code to a new function.

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-03 Thread Torsten Kaiser
On 10/3/07, Matt Mackall <[EMAIL PROTECTED]> wrote: > On Wed, Oct 03, 2007 at 05:55:10PM +0200, Torsten Kaiser wrote: > > This patch removes clear_refs_smap() from fs/proc/task_mmu.c by moving > > its code to a new function. But during the move the main for-loop from > > clear_refs_smap was

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-03 Thread Matt Mackall
On Wed, Oct 03, 2007 at 05:55:10PM +0200, Torsten Kaiser wrote: > [CC added to author of the bad patch] > > Short recap: > Since 2.6.23-rc4-mm1 all mm-kernel randomly fail one of two drives on > my Silicon Image 3132. This failure happens when my initramfs wants to > start the RAID that is on

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-03 Thread Torsten Kaiser
[CC added to author of the bad patch] Short recap: Since 2.6.23-rc4-mm1 all mm-kernel randomly fail one of two drives on my Silicon Image 3132. This failure happens when my initramfs wants to start the RAID that is on these drives. The first error libata throws is: Oct 3 16:56:46 treogen [

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-03 Thread Torsten Kaiser
On 10/1/07, Torsten Kaiser <[EMAIL PROTECTED]> wrote: > On 9/30/07, Torsten Kaiser <[EMAIL PROTECTED]> wrote: > > On 9/30/07, Tejun Heo <[EMAIL PROTECTED]> wrote: > > > Torsten Kaiser wrote: > To make that comment "cmd part of the output was always the same" more > clear: I did not only mean that

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-03 Thread Torsten Kaiser
On 10/1/07, Torsten Kaiser [EMAIL PROTECTED] wrote: On 9/30/07, Torsten Kaiser [EMAIL PROTECTED] wrote: On 9/30/07, Tejun Heo [EMAIL PROTECTED] wrote: Torsten Kaiser wrote: To make that comment cmd part of the output was always the same more clear: I did not only mean that the first

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-03 Thread Torsten Kaiser
[CC added to author of the bad patch] Short recap: Since 2.6.23-rc4-mm1 all mm-kernel randomly fail one of two drives on my Silicon Image 3132. This failure happens when my initramfs wants to start the RAID that is on these drives. The first error libata throws is: Oct 3 16:56:46 treogen [

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-03 Thread Matt Mackall
On Wed, Oct 03, 2007 at 05:55:10PM +0200, Torsten Kaiser wrote: [CC added to author of the bad patch] Short recap: Since 2.6.23-rc4-mm1 all mm-kernel randomly fail one of two drives on my Silicon Image 3132. This failure happens when my initramfs wants to start the RAID that is on these

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-03 Thread Torsten Kaiser
On 10/3/07, Matt Mackall [EMAIL PROTECTED] wrote: On Wed, Oct 03, 2007 at 05:55:10PM +0200, Torsten Kaiser wrote: This patch removes clear_refs_smap() from fs/proc/task_mmu.c by moving its code to a new function. But during the move the main for-loop from clear_refs_smap was changed:

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-03 Thread Matt Mackall
On Wed, Oct 03, 2007 at 07:36:55PM +0200, Torsten Kaiser wrote: On 10/3/07, Matt Mackall [EMAIL PROTECTED] wrote: On Wed, Oct 03, 2007 at 05:55:10PM +0200, Torsten Kaiser wrote: This patch removes clear_refs_smap() from fs/proc/task_mmu.c by moving its code to a new function. But during

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-03 Thread Torsten Kaiser
On 10/3/07, Matt Mackall [EMAIL PROTECTED] wrote: On Wed, Oct 03, 2007 at 07:36:55PM +0200, Torsten Kaiser wrote: Of note might be, that at the time of this error init has not been started. I'm using a program from initramfs to start the RAID. The initramfs was primarily build using the

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-03 Thread Torsten Kaiser
On 10/3/07, Matt Mackall [EMAIL PROTECTED] wrote: Well I can see no reason why the vma we just got to by the mm-mmap would have a vm_mm != mm, but I've certainly been wrong before. Try changing it to: for (vma = mm-mmap; vma; vma = vma-vm_next) if

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-01 Thread Torsten Kaiser
On 9/30/07, Torsten Kaiser <[EMAIL PROTECTED]> wrote: > On 9/30/07, Tejun Heo <[EMAIL PROTECTED]> wrote: > > Torsten Kaiser wrote: > > > What I find kind of interessing is, that while I got three different > > > error codes the cmd part of the output was always the same. > > > > That's NCQ write

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-10-01 Thread Torsten Kaiser
On 9/30/07, Torsten Kaiser [EMAIL PROTECTED] wrote: On 9/30/07, Tejun Heo [EMAIL PROTECTED] wrote: Torsten Kaiser wrote: What I find kind of interessing is, that while I got three different error codes the cmd part of the output was always the same. That's NCQ write command. You'll

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-30 Thread Torsten Kaiser
On 9/30/07, Tejun Heo <[EMAIL PROTECTED]> wrote: > Torsten Kaiser wrote: > > What I find kind of interessing is, that while I got three different > > error codes the cmd part of the output was always the same. > > That's NCQ write command. You'll be using it a lot if you're rebuilding > md5.

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-30 Thread Tejun Heo
Torsten Kaiser wrote: > That boot ended in a minimal initrd environment that normally only > starts the RAID5 and then opens contained encrypted real root. > I was just able to push the output from dmesg through the serial link, > but had no man pages to tell me about -s ... > And that kind of

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-30 Thread Torsten Kaiser
On 9/30/07, Tejun Heo <[EMAIL PROTECTED]> wrote: > Hello, Torsten. > > Torsten Kaiser wrote: > > On 9/28/07, Torsten Kaiser <[EMAIL PROTECTED]> wrote: > >> So in case of -rc3-mm1 I'm pretty sure that it works. > > > > That's still the case. > > Ah... that's weird. It would be much better if

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-30 Thread Tejun Heo
Hello, Torsten. Torsten Kaiser wrote: > On 9/28/07, Torsten Kaiser <[EMAIL PROTECTED]> wrote: >> So in case of -rc3-mm1 I'm pretty sure that it works. > > That's still the case. Ah... that's weird. It would be much better if -rc3-mm1 is broken too. :-P >> Not completely sure is if

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-30 Thread Torsten Kaiser
On 9/28/07, Torsten Kaiser <[EMAIL PROTECTED]> wrote: > So in case of -rc3-mm1 I'm pretty sure that it works. That's still the case. > Not completely sure is if 2.6.23-rc7-sglist kernel works. I booted > that 9 times, but from a quick look in /var/log/messages, I might not > have hit the

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-30 Thread Torsten Kaiser
On 9/28/07, Torsten Kaiser [EMAIL PROTECTED] wrote: So in case of -rc3-mm1 I'm pretty sure that it works. That's still the case. Not completely sure is if 2.6.23-rc7-sglist kernel works. I booted that 9 times, but from a quick look in /var/log/messages, I might not have hit the correct

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-30 Thread Tejun Heo
Hello, Torsten. Torsten Kaiser wrote: On 9/28/07, Torsten Kaiser [EMAIL PROTECTED] wrote: So in case of -rc3-mm1 I'm pretty sure that it works. That's still the case. Ah... that's weird. It would be much better if -rc3-mm1 is broken too. :-P Not completely sure is if 2.6.23-rc7-sglist

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-30 Thread Torsten Kaiser
On 9/30/07, Tejun Heo [EMAIL PROTECTED] wrote: Hello, Torsten. Torsten Kaiser wrote: On 9/28/07, Torsten Kaiser [EMAIL PROTECTED] wrote: So in case of -rc3-mm1 I'm pretty sure that it works. That's still the case. Ah... that's weird. It would be much better if -rc3-mm1 is broken too.

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-30 Thread Tejun Heo
Torsten Kaiser wrote: That boot ended in a minimal initrd environment that normally only starts the RAID5 and then opens contained encrypted real root. I was just able to push the output from dmesg through the serial link, but had no man pages to tell me about -s ... And that kind of error

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-30 Thread Torsten Kaiser
On 9/30/07, Tejun Heo [EMAIL PROTECTED] wrote: Torsten Kaiser wrote: What I find kind of interessing is, that while I got three different error codes the cmd part of the output was always the same. That's NCQ write command. You'll be using it a lot if you're rebuilding md5. It's not

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-27 Thread Torsten Kaiser
On 9/27/07, Tejun Heo <[EMAIL PROTECTED]> wrote: > Torsten Kaiser wrote: > > Known good is for me 2.6.23-rc3-mm1, the first known bad is 2.6.23-rc4-mm1. > > I will try to look at the diff between these revisions some more, but > > the change in sata_sil24.c looked like a perfect match for the > >

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-27 Thread Tejun Heo
Torsten Kaiser wrote: > Known good is for me 2.6.23-rc3-mm1, the first known bad is 2.6.23-rc4-mm1. > I will try to look at the diff between these revisions some more, but > the change in sata_sil24.c looked like a perfect match for the > symptoms I was seeing. I think the first thing to do here

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-27 Thread Torsten Kaiser
On 9/27/07, Jeff Garzik <[EMAIL PROTECTED]> wrote: > Torsten Kaiser wrote: > > I compared the dmesg form good and bad boots with -rc7-mm1 but could > > not see any difference, so do you think that these additional > > diagnostics could show a difference? > > Or could you suggest any other

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-27 Thread Jeff Garzik
Torsten Kaiser wrote: On 9/27/07, Tejun Heo <[EMAIL PROTECTED]> wrote: Tejun Heo wrote: Torsten Kaiser wrote: Comparing the driver/ata directory from rc3-mm1 and rc4-mm1 the following change looked the most suspicions to me:

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-27 Thread Torsten Kaiser
On 9/27/07, Tejun Heo <[EMAIL PROTECTED]> wrote: > Tejun Heo wrote: > > Torsten Kaiser wrote: > >> Comparing the driver/ata directory from rc3-mm1 and rc4-mm1 the > >> following change looked the most suspicions to me: > >>

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-27 Thread Torsten Kaiser
On 9/27/07, Tejun Heo [EMAIL PROTECTED] wrote: Tejun Heo wrote: Torsten Kaiser wrote: Comparing the driver/ata directory from rc3-mm1 and rc4-mm1 the following change looked the most suspicions to me:

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-27 Thread Jeff Garzik
Torsten Kaiser wrote: On 9/27/07, Tejun Heo [EMAIL PROTECTED] wrote: Tejun Heo wrote: Torsten Kaiser wrote: Comparing the driver/ata directory from rc3-mm1 and rc4-mm1 the following change looked the most suspicions to me:

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-27 Thread Torsten Kaiser
On 9/27/07, Jeff Garzik [EMAIL PROTECTED] wrote: Torsten Kaiser wrote: I compared the dmesg form good and bad boots with -rc7-mm1 but could not see any difference, so do you think that these additional diagnostics could show a difference? Or could you suggest any other debugging options I

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-27 Thread Tejun Heo
Torsten Kaiser wrote: Known good is for me 2.6.23-rc3-mm1, the first known bad is 2.6.23-rc4-mm1. I will try to look at the diff between these revisions some more, but the change in sata_sil24.c looked like a perfect match for the symptoms I was seeing. I think the first thing to do here is

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-27 Thread Torsten Kaiser
On 9/27/07, Tejun Heo [EMAIL PROTECTED] wrote: Torsten Kaiser wrote: Known good is for me 2.6.23-rc3-mm1, the first known bad is 2.6.23-rc4-mm1. I will try to look at the diff between these revisions some more, but the change in sata_sil24.c looked like a perfect match for the symptoms I

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-26 Thread Tejun Heo
Tejun Heo wrote: > Torsten Kaiser wrote: >> Comparing the driver/ata directory from rc3-mm1 and rc4-mm1 the >> following change looked the most suspicions to me: >>

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-26 Thread Tejun Heo
Torsten Kaiser wrote: > Comparing the driver/ata directory from rc3-mm1 and rc4-mm1 the > following change looked the most suspicions to me: >

sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-26 Thread Torsten Kaiser
As reported in the "2.6.23-rc4-mm1"-thread and the "What's in linux-2.6-block.git for 2.6.24"-thread I'm having trouble that sometimes on bootup one drive from the SiI-3132 throws errors and becomes inaccesible. The latest kernel I have seen this error was 2.6.23-rc7-mm1. >From 7 boots 2 times

sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-26 Thread Torsten Kaiser
As reported in the 2.6.23-rc4-mm1-thread and the What's in linux-2.6-block.git for 2.6.24-thread I'm having trouble that sometimes on bootup one drive from the SiI-3132 throws errors and becomes inaccesible. The latest kernel I have seen this error was 2.6.23-rc7-mm1. From 7 boots 2 times the

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-26 Thread Tejun Heo
Torsten Kaiser wrote: Comparing the driver/ata directory from rc3-mm1 and rc4-mm1 the following change looked the most suspicions to me:

Re: sata_sil24 broken since 2.6.23-rc4-mm1

2007-09-26 Thread Tejun Heo
Tejun Heo wrote: Torsten Kaiser wrote: Comparing the driver/ata directory from rc3-mm1 and rc4-mm1 the following change looked the most suspicions to me: