* Re: [Bugme-new] [Bug 7437] New: VIA VT8233 seems to suffer from the via latency quirk
[not found] <200610310020.k9V0KGQK003237@fire-2.osdl.org>
@ 2006-10-31 0:34 ` Andrew Morton
2006-10-31 1:03 ` Sylvain Bertrand
0 siblings, 1 reply; 7+ messages in thread
From: Andrew Morton @ 2006-10-31 0:34 UTC (permalink / raw)
To: sylvain.bertrand
Cc: linux-kernel, Greg KH, Chris Wedgwood,
bugme-daemon@kernel-bugs.osdl.org
(switched to email - please retain all cc's)
On Mon, 30 Oct 2006 16:20:16 -0800
bugme-daemon@bugzilla.kernel.org wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=7437
>
> Summary: VIA VT8233 seems to suffer from the via latency quirk
> Kernel Version: 2.6.19-rc3
> Status: NEW
> Severity: normal
> Owner: greg@kroah.com
> Submitter: sylvain.bertrand@gmail.com
>
>
> Most recent kernel where this bug did not occur: 2.6.19-rc3
Nope. We're asking which kernel did _not_ have this bug?
> Distribution: All
> Hardware Environment: ASUS A7V266-E motherboad (northbridge VIA KT266A,
> southbridge VIA 8233), PCI SB LIVE!, onboard promise IDE controller, additional
> PCI USB2 card.
> Software Environment: any
>
> Problem Description: Fear to load the PCI bus, because it seems to cause a hard
> crash with hard drive data corruption. Too much similar to quirk_vialatency in
> drivers/pci/quirks.c (see description line 163) to be innocent.
>
> Steps to reproduce: Load the PCI bus with, for instance, a big file transfer
> from an usb mass storage media v2 connected on a PCI USB2 card to the main hard
> drive and at the same time play music. Randomly crashes the computer and
> corrupts hard drive data (sometimes beyond repair).
>
argh. Are you able to identify a change to the via quirk-handling code
which prevents this from happening?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bugme-new] [Bug 7437] New: VIA VT8233 seems to suffer from the via latency quirk
2006-10-31 0:34 ` [Bugme-new] [Bug 7437] New: VIA VT8233 seems to suffer from the via latency quirk Andrew Morton
@ 2006-10-31 1:03 ` Sylvain Bertrand
2006-10-31 3:43 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Sylvain Bertrand @ 2006-10-31 1:03 UTC (permalink / raw)
To: Andrew Morton
Cc: linux-kernel, Greg KH, Chris Wedgwood,
bugme-daemon@kernel-bugs.osdl.org
Unfortunately, this has always happened since kernel 2.4 from years
back, even with USB1 devices and I had to drop software raid 0.
As far as I understand the quirk code, it's not enabled for the VT8233
southbridge.
I can add the PCI ID of this VT8233 for this quirk code, if it's
compatible, and do some crash tests. Crashes are usually easy to
produce and not hardware destructive since I got plenty of them. But
you may want to proceed in another way.
2006/10/31, Andrew Morton <akpm@osdl.org>:
>
> (switched to email - please retain all cc's)
>
> On Mon, 30 Oct 2006 16:20:16 -0800
> bugme-daemon@bugzilla.kernel.org wrote:
>
> > http://bugzilla.kernel.org/show_bug.cgi?id=7437
> >
> > Summary: VIA VT8233 seems to suffer from the via latency quirk
> > Kernel Version: 2.6.19-rc3
> > Status: NEW
> > Severity: normal
> > Owner: greg@kroah.com
> > Submitter: sylvain.bertrand@gmail.com
> >
> >
> > Most recent kernel where this bug did not occur: 2.6.19-rc3
>
> Nope. We're asking which kernel did _not_ have this bug?
>
> > Distribution: All
> > Hardware Environment: ASUS A7V266-E motherboad (northbridge VIA KT266A,
> > southbridge VIA 8233), PCI SB LIVE!, onboard promise IDE controller, additional
> > PCI USB2 card.
> > Software Environment: any
> >
> > Problem Description: Fear to load the PCI bus, because it seems to cause a hard
> > crash with hard drive data corruption. Too much similar to quirk_vialatency in
> > drivers/pci/quirks.c (see description line 163) to be innocent.
> >
> > Steps to reproduce: Load the PCI bus with, for instance, a big file transfer
> > from an usb mass storage media v2 connected on a PCI USB2 card to the main hard
> > drive and at the same time play music. Randomly crashes the computer and
> > corrupts hard drive data (sometimes beyond repair).
> >
>
> argh. Are you able to identify a change to the via quirk-handling code
> which prevents this from happening?
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bugme-new] [Bug 7437] New: VIA VT8233 seems to suffer from the via latency quirk
2006-10-31 1:03 ` Sylvain Bertrand
@ 2006-10-31 3:43 ` Greg KH
2006-11-01 1:55 ` Sylvain Bertrand
0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2006-10-31 3:43 UTC (permalink / raw)
To: Sylvain Bertrand
Cc: Andrew Morton, linux-kernel, Chris Wedgwood,
bugme-daemon@kernel-bugs.osdl.org
On Tue, Oct 31, 2006 at 02:03:02AM +0100, Sylvain Bertrand wrote:
> Unfortunately, this has always happened since kernel 2.4 from years
> back, even with USB1 devices and I had to drop software raid 0.
> As far as I understand the quirk code, it's not enabled for the VT8233
> southbridge.
> I can add the PCI ID of this VT8233 for this quirk code, if it's
> compatible, and do some crash tests. Crashes are usually easy to
> produce and not hardware destructive since I got plenty of them. But
> you may want to proceed in another way.
That would be the best way to proceed. If you add your device ids to
the quirk, does the machine work properly afterward?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bugme-new] [Bug 7437] New: VIA VT8233 seems to suffer from the via latency quirk
2006-10-31 3:43 ` Greg KH
@ 2006-11-01 1:55 ` Sylvain Bertrand
2006-11-01 6:17 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Sylvain Bertrand @ 2006-11-01 1:55 UTC (permalink / raw)
To: Greg KH
Cc: Andrew Morton, linux-kernel, Chris Wedgwood,
bugme-daemon@kernel-bugs.osdl.org
I enabled the via latency quirk code for my chipset and my workstation
does crash the same way.
Then, my crash problem seems not related to this quirk even if
symptoms are quite similar.
2006/10/31, Greg KH <greg@kroah.com>:
> That would be the best way to proceed. If you add your device ids to
> the quirk, does the machine work properly afterward?
>
> thanks,
>
> greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bugme-new] [Bug 7437] New: VIA VT8233 seems to suffer from the via latency quirk
2006-11-01 1:55 ` Sylvain Bertrand
@ 2006-11-01 6:17 ` Greg KH
2006-11-01 10:57 ` Sylvain Bertrand
0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2006-11-01 6:17 UTC (permalink / raw)
To: Sylvain Bertrand
Cc: Andrew Morton, linux-kernel, Chris Wedgwood,
bugme-daemon@kernel-bugs.osdl.org
On Wed, Nov 01, 2006 at 02:55:18AM +0100, Sylvain Bertrand wrote:
> I enabled the via latency quirk code for my chipset and my workstation
> does crash the same way.
> Then, my crash problem seems not related to this quirk even if
> symptoms are quite similar.
Thank you for testing. Can you try contacting VIA to find out what
needs to be fixed here?
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bugme-new] [Bug 7437] New: VIA VT8233 seems to suffer from the via latency quirk
2006-11-01 6:17 ` Greg KH
@ 2006-11-01 10:57 ` Sylvain Bertrand
2006-11-01 17:19 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Sylvain Bertrand @ 2006-11-01 10:57 UTC (permalink / raw)
To: Greg KH
Cc: Andrew Morton, linux-kernel, Chris Wedgwood,
bugme-daemon@kernel-bugs.osdl.org
Ok, I will send an email. In the mean time, I may experiment enabling
some of the PCI quirks. Do you have some hints on the quirks which
could be good candidates?
2006/11/1, Greg KH <greg@kroah.com>:
> On Wed, Nov 01, 2006 at 02:55:18AM +0100, Sylvain Bertrand wrote:
> > I enabled the via latency quirk code for my chipset and my workstation
> > does crash the same way.
> > Then, my crash problem seems not related to this quirk even if
> > symptoms are quite similar.
>
> Thank you for testing. Can you try contacting VIA to find out what
> needs to be fixed here?
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Bugme-new] [Bug 7437] New: VIA VT8233 seems to suffer from the via latency quirk
2006-11-01 10:57 ` Sylvain Bertrand
@ 2006-11-01 17:19 ` Greg KH
0 siblings, 0 replies; 7+ messages in thread
From: Greg KH @ 2006-11-01 17:19 UTC (permalink / raw)
To: Sylvain Bertrand
Cc: Andrew Morton, linux-kernel, Chris Wedgwood,
bugme-daemon@kernel-bugs.osdl.org
On Wed, Nov 01, 2006 at 11:57:02AM +0100, Sylvain Bertrand wrote:
> Do you have some hints on the quirks which could be good candidates?
I do not, sorry.
Good luck.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-11-01 17:58 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200610310020.k9V0KGQK003237@fire-2.osdl.org>
2006-10-31 0:34 ` [Bugme-new] [Bug 7437] New: VIA VT8233 seems to suffer from the via latency quirk Andrew Morton
2006-10-31 1:03 ` Sylvain Bertrand
2006-10-31 3:43 ` Greg KH
2006-11-01 1:55 ` Sylvain Bertrand
2006-11-01 6:17 ` Greg KH
2006-11-01 10:57 ` Sylvain Bertrand
2006-11-01 17:19 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox