public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.1,  Badness in local_bh_enable at kernel/softirq.c:121
@ 2004-02-04 20:34 Jacek Kawa
  2004-03-11 17:38 ` Badness in remove_proc_entry called from snd_via82xx_remove (2.6.4-mm) Alexander Nyberg
  0 siblings, 1 reply; 4+ messages in thread
From: Jacek Kawa @ 2004-02-04 20:34 UTC (permalink / raw)
  To: linux-kernel

Hello!
For last 3 days I have had some problems with link, and there were
many disconnect/connect tries, short ppp sessions etc. 

I found something like this in logs
(with:  Linux finwe 2.6.1 #10 Wed Jan 14 13:22:06 CET 2004 i686 GNU/Linux
	pppd version 2.4.2 ):

Feb  2 21:43:58:
----------------
pppd[853]: Hangup (SIGHUP)
pppd[853]: Modem hangup
pppd[853]: Connection terminated.
pppd[853]: Connect time 0.2 minutes.
pppd[853]: Sent 1136 bytes, received 504 bytes.
kernel: Badness in local_bh_enable at kernel/softirq.c:121
kernel: Call Trace:
kernel:  [local_bh_enable+137/144] local_bh_enable+0x89/0x90
kernel:  [_end+206959978/1070000488] ppp_async_push+0xa2/0x190 [ppp_async]
kernel:  [_end+206958149/1070000488] ppp_asynctty_wakeup+0x2d/0x60 [ppp_async]
kernel:  [_end+206275288/1070000488] uart_flush_buffer+0x0/0x80 [serial_core]
kernel:  [_end+206275397/1070000488] uart_flush_buffer+0x6d/0x80 [serial_core]
kernel:  [do_tty_hangup+1144/1248] do_tty_hangup+0x478/0x4e0
kernel:  [worker_thread+477/720] worker_thread+0x1dd/0x2d0
kernel:  [do_tty_hangup+0/1248] do_tty_hangup+0x0/0x4e0
kernel:  [default_wake_function+0/32] default_wake_function+0x0/0x20
kernel:  [ret_from_fork+6/20] ret_from_fork+0x6/0x14
kernel:  [default_wake_function+0/32] default_wake_function+0x0/0x20
kernel:  [worker_thread+0/720] worker_thread+0x0/0x2d0
kernel:  [kernel_thread_helper+5/16] kernel_thread_helper+0x5/0x10

Feb  4 08:22:29:
----------------
kernel: Badness in local_bh_enable at kernel/softirq.c:121
kernel: Call Trace:
kernel:  [local_bh_enable+137/144] local_bh_enable+0x89/0x90
kernel:  [_end+206972266/1070000488] ppp_async_push+0xa2/0x190 [ppp_async]
kernel:  [_end+206970437/1070000488] ppp_asynctty_wakeup+0x2d/0x60 [ppp_async]
kernel:  [_end+206275288/1070000488] uart_flush_buffer+0x0/0x80 [serial_core]
kernel:  [_end+206275397/1070000488] uart_flush_buffer+0x6d/0x80 [serial_core]
kernel:  [do_tty_hangup+1144/1248] do_tty_hangup+0x478/0x4e0
kernel:  [worker_thread+477/720] worker_thread+0x1dd/0x2d0
kernel:  [do_tty_hangup+0/1248] do_tty_hangup+0x0/0x4e0
kernel:  [default_wake_function+0/32] default_wake_function+0x0/0x20
kernel:  [ret_from_fork+6/20] ret_from_fork+0x6/0x14
pppd[875]: Hangup (SIGHUP)
kernel:  [default_wake_function+0/32] default_wake_function+0x0/0x20
pppd[875]: Modem hangup
kernel:  [worker_thread+0/720] worker_thread+0x0/0x2d0
pppd[875]: Connection terminated.
kernel:  [kernel_thread_helper+5/16] kernel_thread_helper+0x5/0x10
pppd[875]: Connect time 24.2 minutes.

config: http://www.student.oulu.fi/~jkawa/kernel/config-2.6.1
ver_linux: http://www.student.oulu.fi/~jkawa/kernel/ver_linux

bye

-- 
Jacek Kawa  **Waiting for the miracle to come [Cohen]**

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

* Badness in remove_proc_entry called from snd_via82xx_remove (2.6.4-mm)
  2004-02-04 20:34 2.6.1, Badness in local_bh_enable at kernel/softirq.c:121 Jacek Kawa
@ 2004-03-11 17:38 ` Alexander Nyberg
  2004-03-11 19:04   ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Nyberg @ 2004-03-11 17:38 UTC (permalink / raw)
  To: linux-kernel; +Cc: alsa-devel

This happens at shutdown when alsa is to be closed with kernel 2.6.4-mm.
I'm running debian sid, snd_via82xx compiled as module.
Happens also on 2.6.4-rc2-mm1, I can try on more kernels as well if it
is not a clear case.


I slapped a printk on these just before the badness:
de->subdir->name = "id", de->name = "card0"

Badness in remove_proc_entry at fs/proc/generic.c:667
Call Trace:
[<c016fb5a>] remove_proc_entry+0x13a/0x1a0
[<e083a6fb>] snd_info_unregister+0x3b/0x70 [snd]
[<e083a231>] snd_info_card_free+0x31/0x60 [snd]
[<e0838b67>] snd_card_free+0xd7/0x250 [snd]
[<c015bfde>] destroy_inode+0x4e/0x50
[<c015d0b5>] iput+0x55/0x80
[<e08709c9>] snd_via82xx_remove+0x19/0x30 [snd_via82xx]
[<c01a074b>] pci_device_remove+0x3b/0x40
[<c01c4854>] device_release_driver+0x64/0x70
[<c01c4880>] driver_detach+0x20/0x30
[<c01c4aad>] bus_remove_driver+0x3d/0x80
[<c01c4ec3>] driver_unregister+0x13/0x28
[<c01a08e2>] pci_unregister_driver+0x12/0x20
[<e08709ef>] alsa_card_via82xx_exit+0xf/0x13 [snd_via82xx]
[<c012b5d1>] sys_delete_module+0x131/0x170
[<c013e264>] sys_munmap+0x44/0x70
[<c0249c4f>] syscall_call+0x7/0xb



00:11.5 Multimedia audio controller: VIA Technologies, Inc.
VT8233/A/8235 AC97 Audio Controller (rev 50)
        Subsystem: ABIT Computer Corp.: Unknown device 1401
        Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
ParErr- Stepping- SERR- FastB2B-
        Status: Cap+ 66Mhz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
        Interrupt: pin C routed to IRQ 11
        Region 0: I/O ports at e800 [size=256]
        Capabilities: [c0] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 PME-Enable- DSel=0 DScale=0 PME-




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

* Re: Badness in remove_proc_entry called from snd_via82xx_remove (2.6.4-mm)
  2004-03-11 17:38 ` Badness in remove_proc_entry called from snd_via82xx_remove (2.6.4-mm) Alexander Nyberg
@ 2004-03-11 19:04   ` Takashi Iwai
  2004-03-11 19:44     ` Alexander Nyberg
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2004-03-11 19:04 UTC (permalink / raw)
  To: Alexander Nyberg; +Cc: linux-kernel, alsa-devel

At Thu, 11 Mar 2004 18:38:16 +0100,
Alexander Nyberg wrote:
> 
> This happens at shutdown when alsa is to be closed with kernel 2.6.4-mm.
> I'm running debian sid, snd_via82xx compiled as module.
> Happens also on 2.6.4-rc2-mm1, I can try on more kernels as well if it
> is not a clear case.
> 
> 
> I slapped a printk on these just before the badness:
> de->subdir->name = "id", de->name = "card0"

does the attached patch work?


--
Takashi Iwai <tiwai@suse.de>		ALSA Developer - www.alsa-project.org
--- linux/sound/core/init.c	4 Mar 2004 17:54:06 -0000	1.37
+++ linux/sound/core/init.c	11 Mar 2004 19:01:42 -0000
@@ -281,7 +281,7 @@
 	}
 	if (card->private_free)
 		card->private_free(card);
-	snd_info_free_entry(card->proc_id);
+	snd_info_unregister(card->proc_id);
 	if (snd_info_card_free(card) < 0) {
 		snd_printk(KERN_WARNING "unable to free card info\n");
 		/* Not fatal error */

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

* Re: Badness in remove_proc_entry called from snd_via82xx_remove (2.6.4-mm)
  2004-03-11 19:04   ` Takashi Iwai
@ 2004-03-11 19:44     ` Alexander Nyberg
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Nyberg @ 2004-03-11 19:44 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: linux-kernel, alsa-devel

On Thu, 2004-03-11 at 20:04, Takashi Iwai wrote:
> At Thu, 11 Mar 2004 18:38:16 +0100,
> Alexander Nyberg wrote:
> > 
> > This happens at shutdown when alsa is to be closed with kernel 2.6.4-mm.
> > I'm running debian sid, snd_via82xx compiled as module.
> > Happens also on 2.6.4-rc2-mm1, I can try on more kernels as well if it
> > is not a clear case.
> > 
> > 
> > I slapped a printk on these just before the badness:
> > de->subdir->name = "id", de->name = "card0"
> 
> does the attached patch work?
> 
> 
> --
> Takashi Iwai <tiwai@suse.de>		ALSA Developer - www.alsa-project.org
> --- linux/sound/core/init.c	4 Mar 2004 17:54:06 -0000	1.37
> +++ linux/sound/core/init.c	11 Mar 2004 19:01:42 -0000
> @@ -281,7 +281,7 @@
>  	}
>  	if (card->private_free)
>  		card->private_free(card);
> -	snd_info_free_entry(card->proc_id);
> +	snd_info_unregister(card->proc_id);
>  	if (snd_info_card_free(card) < 0) {
>  		snd_printk(KERN_WARNING "unable to free card info\n");
>  		/* Not fatal error */


Yes it worked, no more badness.

Thanks,
Alex


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

end of thread, other threads:[~2004-03-11 19:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-04 20:34 2.6.1, Badness in local_bh_enable at kernel/softirq.c:121 Jacek Kawa
2004-03-11 17:38 ` Badness in remove_proc_entry called from snd_via82xx_remove (2.6.4-mm) Alexander Nyberg
2004-03-11 19:04   ` Takashi Iwai
2004-03-11 19:44     ` Alexander Nyberg

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