public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.34-pre1 USB mass-storage burped...
@ 2006-08-19  8:41 Grant Coady
  2006-08-19  8:47 ` Willy Tarreau
  0 siblings, 1 reply; 6+ messages in thread
From: Grant Coady @ 2006-08-19  8:41 UTC (permalink / raw)
  To: linux-kernel; +Cc: Willy Tarreau

Hi there,

Running NFS testing (continuous kernel build + untar, diff against previous) 
over two NFS mounts.  Also running continuous kernel build to USB HDD:

No datestamp on rebuild start, sorry -- about 6 or 7 builds from end of 
log roughly matches logged events' datestamp, only 1 of 25 builds has 
the error:

/bin/sh: line 1: 29947 Bus error               /mnt/hd/linux-2.4.33/scripts/mkdep -D__KERNEL__ -I/mnt/hd/linux-2.4.33/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe
-mpreferred-stack-boundary=2 -march=athlon -nostdinc -iwithprefix include -- amdtp.c amdtp.h cmp.c cmp.h csr.c csr.h dma.c dma.h dv1394-private.h dv1394.c dv1394.h eth1394.c eth1394.h highlevel.c highlevel.h hosts.c hosts.h ieee1394-ioctl.h
ieee1394.h ieee1394_core.c ieee1394_core.h ieee1394_hotplug.h ieee1394_transactions.c ieee1394_transactions.h ieee1394_types.h iso.c iso.h nodemgr.c nodemgr.h ohci1394.c ohci1394.h pcilynx.c pcilynx.h raw1394-private.h raw1394.c raw1394.h sbp2.c
sbp2.h video1394.c video1394.h >.depend
make[4]: *** [fastdep] Error 135
make[3]: *** [_sfdep_ieee1394] Error 2
make[2]: *** [fastdep] Error 2
make[1]: *** [_sfdep_drivers] Error 2
make: *** [dep-files] Error 2

/var/log/messages:
Aug 19 14:04:26 sempro kernel: Initializing USB Mass Storage driver...
Aug 19 14:04:26 sempro kernel: usb.c: registered new driver usb-storage
Aug 19 14:04:26 sempro kernel: scsi2 : SCSI emulation for USB Mass Storage devices
Aug 19 14:04:26 sempro kernel:  sdc: sdc1 sdc2 sdc3
Aug 19 14:04:26 sempro kernel: USB Mass Storage support registered.
Aug 19 14:09:34 sempro sshd[31910]: Accepted publickey for grant from 192.168.1.31 port 1940 ssh2
Aug 19 14:24:23 sempro -- MARK --
Aug 19 14:44:23 sempro -- MARK --
Aug 19 15:04:23 sempro -- MARK --
Aug 19 15:24:23 sempro -- MARK --
Aug 19 15:44:23 sempro -- MARK --
Aug 19 16:04:23 sempro -- MARK --
Aug 19 16:24:23 sempro -- MARK --
Aug 19 16:44:23 sempro -- MARK --
Aug 19 17:04:23 sempro -- MARK --
Aug 19 17:08:54 sempro kernel: usb.c: USB disconnect on device 00:10.4-5 address 4
Aug 19 17:08:54 sempro kernel: hub.c: new USB device 00:10.4-5, assigned address 5
Aug 19 17:08:54 sempro kernel: Product: USB TO IDE
Aug 19 17:24:23 sempro -- MARK --

/var/log/syslog:
Aug 19 17:08:54 sempro kernel: SCSI disk error : host 2 channel 0 id 0 lun 0 return code = 70000
Aug 19 17:08:54 sempro kernel:  I/O error: dev 08:22, sector 238536
Aug 19 17:08:54 sempro kernel: SCSI disk error : host 2 channel 0 id 0 lun 0 return code = 70000
Aug 19 17:08:54 sempro kernel:  I/O error: dev 08:22, sector 345840
Aug 19 17:08:54 sempro kernel: SCSI disk error : host 2 channel 0 id 0 lun 0 return code = 70000
Aug 19 17:08:54 sempro kernel:  I/O error: dev 08:22, sector 345848
Aug 19 17:08:54 sempro kernel: SCSI disk error : host 2 channel 0 id 0 lun 0 return code = 70000
Aug 19 17:08:54 sempro kernel:  I/O error: dev 08:22, sector 345840
Aug 19 17:08:54 sempro kernel: SCSI disk error : host 2 channel 0 id 0 lun 0 return code = 70000
Aug 19 17:08:54 sempro kernel:  I/O error: dev 08:22, sector 345840

I'll leave the test running overnight, unless I smell smoke ;)

Test boxen dmesg + comment stripped config:
  <http://bugsplatter.mine.nu/test/boxen/peetoo/2.4.xx/> NFS server
  <http://bugsplatter.mine.nu/test/boxen/sempro/2.4.xx/> NFS client and build host

Both running 2.4.34-pre1 for this test.  

Recent kernel rebuild testing over NFS produced no errors:
grant@sempro:~$ grep Error /home/public/kbuildtest-2.4.log-2.4.33-final
grant@sempro:~$ grep Error /home/public/kbuildtest-2.4.log-2.6.17.8-tcp
grant@sempro:~$ grep Error /home/public/kbuildtest-2.4.log-2.6.17.8-udp
grant@sempro:~$ grep Error /home/public/kbuildtest-2.4.log  <<== current test

Grant.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.4.34-pre1 USB mass-storage burped...
  2006-08-19  8:41 2.4.34-pre1 USB mass-storage burped Grant Coady
@ 2006-08-19  8:47 ` Willy Tarreau
  2006-08-19  9:39   ` Grant Coady
  0 siblings, 1 reply; 6+ messages in thread
From: Willy Tarreau @ 2006-08-19  8:47 UTC (permalink / raw)
  To: Grant Coady; +Cc: linux-kernel

Hi Grant,

On Sat, Aug 19, 2006 at 06:41:50PM +1000, Grant Coady wrote:
> Hi there,
> 
> Running NFS testing (continuous kernel build + untar, diff against previous) 
> over two NFS mounts.  Also running continuous kernel build to USB HDD:
> 
> No datestamp on rebuild start, sorry -- about 6 or 7 builds from end of 
> log roughly matches logged events' datestamp, only 1 of 25 builds has 
> the error:
> 
> /bin/sh: line 1: 29947 Bus error               /mnt/hd/linux-2.4.33/scripts/mkdep -D__KERNEL__ -I/mnt/hd/linux-2.4.33/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe
> -mpreferred-stack-boundary=2 -march=athlon -nostdinc -iwithprefix include -- amdtp.c amdtp.h cmp.c cmp.h csr.c csr.h dma.c dma.h dv1394-private.h dv1394.c dv1394.h eth1394.c eth1394.h highlevel.c highlevel.h hosts.c hosts.h ieee1394-ioctl.h
> ieee1394.h ieee1394_core.c ieee1394_core.h ieee1394_hotplug.h ieee1394_transactions.c ieee1394_transactions.h ieee1394_types.h iso.c iso.h nodemgr.c nodemgr.h ohci1394.c ohci1394.h pcilynx.c pcilynx.h raw1394-private.h raw1394.c raw1394.h sbp2.c
> sbp2.h video1394.c video1394.h >.depend
> make[4]: *** [fastdep] Error 135
> make[3]: *** [_sfdep_ieee1394] Error 2
> make[2]: *** [fastdep] Error 2
> make[1]: *** [_sfdep_drivers] Error 2
> make: *** [dep-files] Error 2
> 
> /var/log/messages:
> Aug 19 14:04:26 sempro kernel: Initializing USB Mass Storage driver...
> Aug 19 14:04:26 sempro kernel: usb.c: registered new driver usb-storage
> Aug 19 14:04:26 sempro kernel: scsi2 : SCSI emulation for USB Mass Storage devices
> Aug 19 14:04:26 sempro kernel:  sdc: sdc1 sdc2 sdc3
> Aug 19 14:04:26 sempro kernel: USB Mass Storage support registered.
> Aug 19 14:09:34 sempro sshd[31910]: Accepted publickey for grant from 192.168.1.31 port 1940 ssh2
> Aug 19 14:24:23 sempro -- MARK --
> Aug 19 14:44:23 sempro -- MARK --
> Aug 19 15:04:23 sempro -- MARK --
> Aug 19 15:24:23 sempro -- MARK --
> Aug 19 15:44:23 sempro -- MARK --
> Aug 19 16:04:23 sempro -- MARK --
> Aug 19 16:24:23 sempro -- MARK --
> Aug 19 16:44:23 sempro -- MARK --
> Aug 19 17:04:23 sempro -- MARK --
> Aug 19 17:08:54 sempro kernel: usb.c: USB disconnect on device 00:10.4-5 address 4
> Aug 19 17:08:54 sempro kernel: hub.c: new USB device 00:10.4-5, assigned address 5
> Aug 19 17:08:54 sempro kernel: Product: USB TO IDE
> Aug 19 17:24:23 sempro -- MARK --
> 
> /var/log/syslog:
> Aug 19 17:08:54 sempro kernel: SCSI disk error : host 2 channel 0 id 0 lun 0 return code = 70000
> Aug 19 17:08:54 sempro kernel:  I/O error: dev 08:22, sector 238536
> Aug 19 17:08:54 sempro kernel: SCSI disk error : host 2 channel 0 id 0 lun 0 return code = 70000
> Aug 19 17:08:54 sempro kernel:  I/O error: dev 08:22, sector 345840
> Aug 19 17:08:54 sempro kernel: SCSI disk error : host 2 channel 0 id 0 lun 0 return code = 70000
> Aug 19 17:08:54 sempro kernel:  I/O error: dev 08:22, sector 345848
> Aug 19 17:08:54 sempro kernel: SCSI disk error : host 2 channel 0 id 0 lun 0 return code = 70000
> Aug 19 17:08:54 sempro kernel:  I/O error: dev 08:22, sector 345840
> Aug 19 17:08:54 sempro kernel: SCSI disk error : host 2 channel 0 id 0 lun 0 return code = 70000
> Aug 19 17:08:54 sempro kernel:  I/O error: dev 08:22, sector 345840
> 
> I'll leave the test running overnight, unless I smell smoke ;)
> 
> Test boxen dmesg + comment stripped config:
>   <http://bugsplatter.mine.nu/test/boxen/peetoo/2.4.xx/> NFS server
>   <http://bugsplatter.mine.nu/test/boxen/sempro/2.4.xx/> NFS client and build host
> 
> Both running 2.4.34-pre1 for this test.  
> 
> Recent kernel rebuild testing over NFS produced no errors:
> grant@sempro:~$ grep Error /home/public/kbuildtest-2.4.log-2.4.33-final
> grant@sempro:~$ grep Error /home/public/kbuildtest-2.4.log-2.6.17.8-tcp
> grant@sempro:~$ grep Error /home/public/kbuildtest-2.4.log-2.6.17.8-udp
> grant@sempro:~$ grep Error /home/public/kbuildtest-2.4.log  <<== current test

Have you tried building over USB HDD for another kernel (at least 2.4.33) ?
If not, could you give it a try please ? I would like to know if this problem
could have been introduced by the locking changes in 2.4.34-pre1.

Thanks in advance,
Willy


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.4.34-pre1 USB mass-storage burped...
  2006-08-19  8:47 ` Willy Tarreau
@ 2006-08-19  9:39   ` Grant Coady
  2006-08-19 10:07     ` Willy Tarreau
  0 siblings, 1 reply; 6+ messages in thread
From: Grant Coady @ 2006-08-19  9:39 UTC (permalink / raw)
  To: Willy Tarreau; +Cc: linux-kernel

On Sat, 19 Aug 2006 10:47:24 +0200, Willy Tarreau <w@1wt.eu> wrote:

>Hi Grant,
>
>On Sat, Aug 19, 2006 at 06:41:50PM +1000, Grant Coady wrote:
...
>Have you tried building over USB HDD for another kernel (at least 2.4.33) ?

No.

>If not, could you give it a try please ? I would like to know if this problem
>could have been introduced by the locking changes in 2.4.34-pre1.

Okay, reboot into 2.4.33 and run just the USB HDD test for you, NFS seems 
okay after 4 hours or so.  I'll leave the USB HDD kernel rebuild running 
overnight then...

Grant.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.4.34-pre1 USB mass-storage burped...
  2006-08-19  9:39   ` Grant Coady
@ 2006-08-19 10:07     ` Willy Tarreau
  2006-08-20 22:58       ` Grant Coady
  0 siblings, 1 reply; 6+ messages in thread
From: Willy Tarreau @ 2006-08-19 10:07 UTC (permalink / raw)
  To: Grant Coady; +Cc: linux-kernel

On Sat, Aug 19, 2006 at 07:39:06PM +1000, Grant Coady wrote:
> On Sat, 19 Aug 2006 10:47:24 +0200, Willy Tarreau <w@1wt.eu> wrote:
> 
> >Hi Grant,
> >
> >On Sat, Aug 19, 2006 at 06:41:50PM +1000, Grant Coady wrote:
> ...
> >Have you tried building over USB HDD for another kernel (at least 2.4.33) ?
> 
> No.
> 
> >If not, could you give it a try please ? I would like to know if this problem
> >could have been introduced by the locking changes in 2.4.34-pre1.
> 
> Okay, reboot into 2.4.33 and run just the USB HDD test for you, NFS seems 
> okay after 4 hours or so.  I'll leave the USB HDD kernel rebuild running 
> overnight then...

much appreciated, thanks Grant !

Willy


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.4.34-pre1 USB mass-storage burped...
  2006-08-19 10:07     ` Willy Tarreau
@ 2006-08-20 22:58       ` Grant Coady
  2006-08-20 23:07         ` Willy Tarreau
  0 siblings, 1 reply; 6+ messages in thread
From: Grant Coady @ 2006-08-20 22:58 UTC (permalink / raw)
  To: Willy Tarreau; +Cc: linux-kernel, Pete Zaitcev

On Sat, 19 Aug 2006 12:07:28 +0200, Willy Tarreau <w@1wt.eu> wrote:

>On Sat, Aug 19, 2006 at 07:39:06PM +1000, Grant Coady wrote:
>> On Sat, 19 Aug 2006 10:47:24 +0200, Willy Tarreau <w@1wt.eu> wrote:
>> 
>> >Hi Grant,
>> >
>> >On Sat, Aug 19, 2006 at 06:41:50PM +1000, Grant Coady wrote:
>> ...
>> >Have you tried building over USB HDD for another kernel (at least 2.4.33) ?
>> 
>> No.

Testing kernel rebuilds on a USB-HDD connected mass-storage, follow up 
to 2.4.34-pre1 'burped' report:

2.4.33: >100 rebuilds without error

2.4.34-pre1: 163 rebuilds without error, maybe I kicked the USB-HDD 
(it's on the floor ;) other day?  

Report other day seems to be a once off glitch, been running overnight at 
about 6 mins per rebuild from 'make mrproper' over USB2.0 link from Via 
chipset to Genesys GL811 USB <-> ATA/ATAPI bridge.

grant@sempro:~$ /sbin/lspci |grep USB
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)

HDD is ten year old 815MB Toshiba MK1926FCV that throws a little fit if 
picked up while in operation.  It just did when I turned it over to 
see the part number.  No kernel build error this time though ;)

Grant.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: 2.4.34-pre1 USB mass-storage burped...
  2006-08-20 22:58       ` Grant Coady
@ 2006-08-20 23:07         ` Willy Tarreau
  0 siblings, 0 replies; 6+ messages in thread
From: Willy Tarreau @ 2006-08-20 23:07 UTC (permalink / raw)
  To: Grant Coady; +Cc: linux-kernel, Pete Zaitcev

On Mon, Aug 21, 2006 at 08:58:29AM +1000, Grant Coady wrote:
> On Sat, 19 Aug 2006 12:07:28 +0200, Willy Tarreau <w@1wt.eu> wrote:
> 
> >On Sat, Aug 19, 2006 at 07:39:06PM +1000, Grant Coady wrote:
> >> On Sat, 19 Aug 2006 10:47:24 +0200, Willy Tarreau <w@1wt.eu> wrote:
> >> 
> >> >Hi Grant,
> >> >
> >> >On Sat, Aug 19, 2006 at 06:41:50PM +1000, Grant Coady wrote:
> >> ...
> >> >Have you tried building over USB HDD for another kernel (at least 2.4.33) ?
> >> 
> >> No.
> 
> Testing kernel rebuilds on a USB-HDD connected mass-storage, follow up 
> to 2.4.34-pre1 'burped' report:
> 
> 2.4.33: >100 rebuilds without error
> 
> 2.4.34-pre1: 163 rebuilds without error, maybe I kicked the USB-HDD 
> (it's on the floor ;) other day?  
> 
> Report other day seems to be a once off glitch, been running overnight at 
> about 6 mins per rebuild from 'make mrproper' over USB2.0 link from Via 
> chipset to Genesys GL811 USB <-> ATA/ATAPI bridge.
> 
> grant@sempro:~$ /sbin/lspci |grep USB
> 00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
> 00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
> 00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
> 00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 81)
> 00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
> 
> HDD is ten year old 815MB Toshiba MK1926FCV that throws a little fit if 
> picked up while in operation.  It just did when I turned it over to 
> see the part number.  No kernel build error this time though ;)
> 
> Grant.

Perfect,
Thanks Grant for your tests. I feel more comfortable now that we don't have
to suspect a problem introduced by Pete's fix.

Cheers,
Willy


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-08-20 23:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-19  8:41 2.4.34-pre1 USB mass-storage burped Grant Coady
2006-08-19  8:47 ` Willy Tarreau
2006-08-19  9:39   ` Grant Coady
2006-08-19 10:07     ` Willy Tarreau
2006-08-20 22:58       ` Grant Coady
2006-08-20 23:07         ` Willy Tarreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox