Re: Linux 2.6.23-rc5 - oops

2007-09-03 Thread Cyrill Gorcunov
[Zilvinas Valinskas - Mon, Sep 03, 2007 at 02:11:51PM +0300] | Jeff was not swearing at all. All he said and meant that you did provide | fix faster then he was able to ;) Slight culture differences at play. ;) | | | > > | > > | > > heh, you beat me to it. That should indeed fix it. | > > | >

Re: Linux 2.6.23-rc5 - oops

2007-09-03 Thread Cyrill Gorcunov
[Zilvinas Valinskas - Mon, Sep 03, 2007 at 02:11:51PM +0300] | Jeff was not swearing at all. All he said and meant that you did provide | fix faster then he was able to ;) Slight culture differences at play. ;) | | | | | heh, you beat me to it. That should indeed fix it. | | Jeff |

Re: Linux 2.6.23-rc5 - oops

2007-09-01 Thread Cyrill Gorcunov
[Jeff Garzik - Sat, Sep 01, 2007 at 06:32:27AM -0400] > Cyrill Gorcunov wrote: >> test this, does it help? >> Cyrill >> --- >> diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c >> index e40c94f..8031697 100644 >> --- a/drivers/ata/ata_piix.c >> +++ b/drivers/ata/ata_piix.c

Re: Linux 2.6.23-rc5 - oops

2007-09-01 Thread Jeff Garzik
Cyrill Gorcunov wrote: test this, does it help? Cyrill --- diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index e40c94f..8031697 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c @@ -1187,6 +1187,7 @@ static void piix_iocfg_bit18_quirk(struct

Re: Linux 2.6.23-rc5 - oops

2007-09-01 Thread Jeff Garzik
Grant Wilson wrote: Get an oops when booting this kernel: [...] Using git-bisect the faulty commit is bad: [43a98f05d99205687ddf74089e79a8312c8c5f90] ata_piix: implement IOCFG bit18 quirk Good work bisecting! I love git-bisect :) The attached patch should fix things, let me know if it

Re: Linux 2.6.23-rc5 - oops

2007-09-01 Thread Cyrill Gorcunov
[Grant Wilson - Sat, Sep 01, 2007 at 10:11:10AM +0100] | On Fri, 31 Aug 2007 23:52:36 -0700 (PDT) | Linus Torvalds <[EMAIL PROTECTED]> wrote: | | > | > I'm making ready to leave for the kernel summit (as are probably a | > lot of other core kernel people), and as part of that, there's a | >

Re: Linux 2.6.23-rc5 - oops

2007-09-01 Thread Grant Wilson
On Fri, 31 Aug 2007 23:52:36 -0700 (PDT) Linus Torvalds <[EMAIL PROTECTED]> wrote: > > I'm making ready to leave for the kernel summit (as are probably a > lot of other core kernel people), and as part of that, there's a > 2.6.23-rc5 out there now. > > Hopefully we've addressed most

Re: Linux 2.6.23-rc5 - oops

2007-09-01 Thread Grant Wilson
On Fri, 31 Aug 2007 23:52:36 -0700 (PDT) Linus Torvalds [EMAIL PROTECTED] wrote: I'm making ready to leave for the kernel summit (as are probably a lot of other core kernel people), and as part of that, there's a 2.6.23-rc5 out there now. Hopefully we've addressed most regressions, so

Re: Linux 2.6.23-rc5 - oops

2007-09-01 Thread Cyrill Gorcunov
[Grant Wilson - Sat, Sep 01, 2007 at 10:11:10AM +0100] | On Fri, 31 Aug 2007 23:52:36 -0700 (PDT) | Linus Torvalds [EMAIL PROTECTED] wrote: | | | I'm making ready to leave for the kernel summit (as are probably a | lot of other core kernel people), and as part of that, there's a | 2.6.23-rc5

Re: Linux 2.6.23-rc5 - oops

2007-09-01 Thread Jeff Garzik
Grant Wilson wrote: Get an oops when booting this kernel: [...] Using git-bisect the faulty commit is bad: [43a98f05d99205687ddf74089e79a8312c8c5f90] ata_piix: implement IOCFG bit18 quirk Good work bisecting! I love git-bisect :) The attached patch should fix things, let me know if it

Re: Linux 2.6.23-rc5 - oops

2007-09-01 Thread Jeff Garzik
Cyrill Gorcunov wrote: test this, does it help? Cyrill --- diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index e40c94f..8031697 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c @@ -1187,6 +1187,7 @@ static void piix_iocfg_bit18_quirk(struct

Re: Linux 2.6.23-rc5 - oops

2007-09-01 Thread Cyrill Gorcunov
[Jeff Garzik - Sat, Sep 01, 2007 at 06:32:27AM -0400] Cyrill Gorcunov wrote: test this, does it help? Cyrill --- diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c index e40c94f..8031697 100644 --- a/drivers/ata/ata_piix.c +++ b/drivers/ata/ata_piix.c @@ -1187,6