public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.10: oops and panic in usb-uhci
@ 2001-09-28 13:33 Petr Konecny
  2001-09-28 21:12 ` Greg KH
  2001-10-02 19:25 ` ECN now on "Standards Track" RFC 3168 Dax Kelson
  0 siblings, 2 replies; 8+ messages in thread
From: Petr Konecny @ 2001-09-28 13:33 UTC (permalink / raw)
  To: linux-kernel

Hi,

I tried to play a wav on my USB audio speakers (Yamaha YSTMS35D) and got
panic. The oops (processed by ksymoops) is appended. uhci works OK.

                                                Regards, Petr

ksymoops 2.4.3 on i686 2.4.10.  Options used
     -V (default)
     -k /proc/ksyms (default)
     -l /proc/modules (default)
     -o /lib/modules/2.4.10/ (default)
     -m /boot/System.map-2.4.10 (default)

Warning: You did not tell me where to find symbol information.  I will
assume that the log matches the kernel and modules that are running
right now and I'll use the default options above for symbol resolution.
If the current kernel and/or modules do not match the log, you can get
more accurate output by telling me the kernel version and where to find
map, modules, ksyms etc.  ksymoops -h explains the options.

chazelle login: Unable to handle kernel paging request at virtual address ffffffdc
cc902471
*pde = 00001063
Oops: 0000
CPU:    0
EIP:    0010:[<cc902471>]
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010203
eax: 00000000   ebx: c7dd746c   ecx: 00000000   edx: c02e9400
esi: 00000000   edi: c7dd73c0   ebp: c7df3000   esp: c0281eec
ds: 0018   es: 0018   ss: 0018
Process swapper (pid: 0, stackpage=c0281000)
Stack: c7dd746c c7dd73c0 c1322d60 00000000 00000010 c7dea120 00000000 00000001 
       cc9025f9 c1322d60 c7dd73c0 00000000 c7dd746c c1322d60 00000000 00000000 
       00000000 c011ad8f 00000000 cc90284d c1322d60 c7dd73c8 ca905360 04000001 
Call Trace: [<cc9025f9>] [<c011ad8f>] [<cc90284d>] [<c0107d0f>] [<c0107e6e>] 
   [<c0105150>] [<c0105150>] [<c0105150>] [<c0105150>] [<c0105173>] [<c01051d9>] 
   [<c0105000>] [<c0105027>] 
Code: 8b 46 dc 8d 6e d8 a9 00 00 80 00 74 39 25 ff ff 7f ff 89 46 

>>EIP; cc902470 <[usb-uhci]process_iso+64/184>   <=====
Trace; cc9025f8 <[usb-uhci]process_urb+68/1fc>
Trace; c011ad8e <timer_bh+22e/268>
Trace; cc90284c <[usb-uhci]uhci_interrupt+c0/120>
Trace; c0107d0e <handle_IRQ_event+2e/58>
Trace; c0107e6e <do_IRQ+6e/b0>
Trace; c0105150 <default_idle+0/28>
Trace; c0105150 <default_idle+0/28>
Trace; c0105150 <default_idle+0/28>
Trace; c0105150 <default_idle+0/28>
Trace; c0105172 <default_idle+22/28>
Trace; c01051d8 <cpu_idle+40/54>
Trace; c0105000 <_stext+0/0>
Trace; c0105026 <rest_init+26/28>
Code;  cc902470 <[usb-uhci]process_iso+64/184>
00000000 <_EIP>:
Code;  cc902470 <[usb-uhci]process_iso+64/184>   <=====
   0:   8b 46 dc                  mov    0xffffffdc(%esi),%eax   <=====
Code;  cc902472 <[usb-uhci]process_iso+66/184>
   3:   8d 6e d8                  lea    0xffffffd8(%esi),%ebp
Code;  cc902476 <[usb-uhci]process_iso+6a/184>
   6:   a9 00 00 80 00            test   $0x800000,%eax
Code;  cc90247a <[usb-uhci]process_iso+6e/184>
   b:   74 39                     je     46 <_EIP+0x46> cc9024b6 <[usb-uhci]process_iso+aa/184>
Code;  cc90247c <[usb-uhci]process_iso+70/184>
   d:   25 ff ff 7f ff            and    $0xff7fffff,%eax
Code;  cc902482 <[usb-uhci]process_iso+76/184>
  12:   89 46 00                  mov    %eax,0x0(%esi)

 <0>Kernel panic: Aiee, killing interrupt handler!

1 warning issued.  Results may not be reliable.

-- 
Life sucks, but death doesn't put out at all.
		-- Thomas J. Kopp

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

* Re: 2.4.10: oops and panic in usb-uhci
  2001-09-28 13:33 2.4.10: oops and panic in usb-uhci Petr Konecny
@ 2001-09-28 21:12 ` Greg KH
  2001-10-02 19:25 ` ECN now on "Standards Track" RFC 3168 Dax Kelson
  1 sibling, 0 replies; 8+ messages in thread
From: Greg KH @ 2001-09-28 21:12 UTC (permalink / raw)
  To: Petr Konecny; +Cc: linux-kernel

On Fri, Sep 28, 2001 at 03:33:01PM +0200, Petr Konecny wrote:
> Hi,
> 
> I tried to play a wav on my USB audio speakers (Yamaha YSTMS35D) and got
> panic. The oops (processed by ksymoops) is appended. uhci works OK.

Please use the uhci.o driver or apply the patch found at:
	http://marc.theaimsgroup.com/?l=linux-kernel&m=100159287918217&w=2

thanks,

greg k-h

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

* ECN now on "Standards Track" RFC 3168
  2001-09-28 13:33 2.4.10: oops and panic in usb-uhci Petr Konecny
  2001-09-28 21:12 ` Greg KH
@ 2001-10-02 19:25 ` Dax Kelson
  2001-10-02 20:16   ` Hristo Grigorov
  2001-10-02 21:47   ` Kurt Roeckx
  1 sibling, 2 replies; 8+ messages in thread
From: Dax Kelson @ 2001-10-02 19:25 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org


http://www.faqs.org/rfcs/rfc3168.html

Firewall/Loadbalancing vendors and websites can no longer play the "we
don't support experimental protocols" card.

Dax Kelson
Guru Labs


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

* Re: ECN now on "Standards Track" RFC 3168
  2001-10-02 19:25 ` ECN now on "Standards Track" RFC 3168 Dax Kelson
@ 2001-10-02 20:16   ` Hristo Grigorov
  2001-10-02 20:26     ` Dave Jones
  2001-10-02 21:47   ` Kurt Roeckx
  1 sibling, 1 reply; 8+ messages in thread
From: Hristo Grigorov @ 2001-10-02 20:16 UTC (permalink / raw)
  To: Dax Kelson, linux-kernel@vger.kernel.org

On Tuesday 02 October 2001 22:25, Dax Kelson wrote:
> http://www.faqs.org/rfcs/rfc3168.html
>
> Firewall/Loadbalancing vendors and websites can no longer play the "we
> don't support experimental protocols" card.
>

Screw the RFC! 
If you try to follow them, you will find out that no1 follows them... :(

-- 
Regards, Hristo.


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

* Re: ECN now on "Standards Track" RFC 3168
  2001-10-02 20:16   ` Hristo Grigorov
@ 2001-10-02 20:26     ` Dave Jones
  0 siblings, 0 replies; 8+ messages in thread
From: Dave Jones @ 2001-10-02 20:26 UTC (permalink / raw)
  To: Hristo Grigorov; +Cc: Dax Kelson, linux-kernel@vger.kernel.org

On Tue, 2 Oct 2001, Hristo Grigorov wrote:

> > Firewall/Loadbalancing vendors and websites can no longer play the "we
> > don't support experimental protocols" card.
> Screw the RFC!
> If you try to follow them, you will find out that no1 follows them... :(

Which is exactly the attitude that the RFCs set out to counteract.
Because some vendors decide to get `creative' with their interpretation
of standards is no reason not to have them.

regards,

Dave.

-- 
| Dave Jones.        http://www.suse.de/~davej
| SuSE Labs


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

* Re: ECN now on "Standards Track" RFC 3168
  2001-10-02 19:25 ` ECN now on "Standards Track" RFC 3168 Dax Kelson
  2001-10-02 20:16   ` Hristo Grigorov
@ 2001-10-02 21:47   ` Kurt Roeckx
  2001-10-02 21:56     ` Dave Jones
  1 sibling, 1 reply; 8+ messages in thread
From: Kurt Roeckx @ 2001-10-02 21:47 UTC (permalink / raw)
  To: Dax Kelson; +Cc: linux-kernel@vger.kernel.org

On Tue, Oct 02, 2001 at 01:25:11PM -0600, Dax Kelson wrote:
> 
> http://www.faqs.org/rfcs/rfc3168.html
> 
> Firewall/Loadbalancing vendors and websites can no longer play the "we
> don't support experimental protocols" card.

Is there some site I can point people to with an overview of
vendors and updates?


Kurt


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

* Re: ECN now on "Standards Track" RFC 3168
  2001-10-02 21:47   ` Kurt Roeckx
@ 2001-10-02 21:56     ` Dave Jones
  2001-10-02 22:04       ` Randy.Dunlap
  0 siblings, 1 reply; 8+ messages in thread
From: Dave Jones @ 2001-10-02 21:56 UTC (permalink / raw)
  To: Kurt Roeckx; +Cc: linux-kernel@vger.kernel.org

On Tue, 2 Oct 2001, Kurt Roeckx wrote:

> Is there some site I can point people to with an overview of
> vendors and updates?

Jeff Garzik maintained a page at http://gtf.org/garzik/ecn/
but it was last updated back in April, so may not be completely
up to date with regards to some of the "unfixed" vendors.

regards,

Dave.

-- 
| Dave Jones.        http://www.suse.de/~davej
| SuSE Labs


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

* Re: ECN now on "Standards Track" RFC 3168
  2001-10-02 21:56     ` Dave Jones
@ 2001-10-02 22:04       ` Randy.Dunlap
  0 siblings, 0 replies; 8+ messages in thread
From: Randy.Dunlap @ 2001-10-02 22:04 UTC (permalink / raw)
  To: Dave Jones; +Cc: Kurt Roeckx, linux-kernel@vger.kernel.org

Dave Jones wrote:
> 
> On Tue, 2 Oct 2001, Kurt Roeckx wrote:
> 
> > Is there some site I can point people to with an overview of
> > vendors and updates?
> 
> Jeff Garzik maintained a page at http://gtf.org/garzik/ecn/
> but it was last updated back in April, so may not be completely
> up to date with regards to some of the "unfixed" vendors.

There's also ECN info at http://www.aciri.org/floyd/ecn.html .

~Randy

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

end of thread, other threads:[~2001-10-02 22:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-28 13:33 2.4.10: oops and panic in usb-uhci Petr Konecny
2001-09-28 21:12 ` Greg KH
2001-10-02 19:25 ` ECN now on "Standards Track" RFC 3168 Dax Kelson
2001-10-02 20:16   ` Hristo Grigorov
2001-10-02 20:26     ` Dave Jones
2001-10-02 21:47   ` Kurt Roeckx
2001-10-02 21:56     ` Dave Jones
2001-10-02 22:04       ` Randy.Dunlap

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