All of lore.kernel.org
 help / color / mirror / Atom feed
* ALSA regression: oops on shutdown
@ 2006-04-23 23:57 Alexey Dobriyan
  2006-04-24  1:57   ` Andrew Morton
  0 siblings, 1 reply; 23+ messages in thread
From: Alexey Dobriyan @ 2006-04-23 23:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jaroslav Kysela, alsa-devel

ALSA oops I reported against 2.6.16-rc1-mm4 [1] sneaked into mainline
after release.
----------------------------
EIP is at remove_proc_entry
Process rmmod

snd_info_unregister             [snd]
snd_pcm_oss_proc_done           [snd_pcm_oss]
snd_pcm_oss_unregister_minor    [snd_pcm_oss]
snd_pcm_notify                  [snd_pcm]
sys_delete_module
do_munmap
syscall_call
----------------------------
Fine-grained bisecting points to commit 21a3479a0b606d36fe24093f70a1c27328cec286

    [ALSA] PCM midlevel & PCM OSS - make procfs & OSS plugin code optional

.config is

	CONFIG_SOUND=m
	CONFIG_SND=m
	CONFIG_SND_TIMER=m
	CONFIG_SND_PCM=m
	CONFIG_SND_OSSEMUL=y
	CONFIG_SND_MIXER_OSS=m
	CONFIG_SND_PCM_OSS=m
	CONFIG_SND_AC97_CODEC=m
	CONFIG_SND_AC97_BUS=m
	CONFIG_SND_INTEL8X0=m

[1] google-groups "2.6.16-rc1-mm4: ALSA oops at remove_proc_entry"

[2] cat ~/bin/google-groups
#!/bin/sh

case "$#" in
0)
	$BROWSER http://groups.google.com/advanced_search
	;;
1)
	$BROWSER http://groups.google.com/groups?as_q="$1"
	;;
esac


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

end of thread, other threads:[~2006-04-24 18:45 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-23 23:57 ALSA regression: oops on shutdown Alexey Dobriyan
2006-04-24  1:57 ` Andrew Morton
2006-04-24  1:57   ` Andrew Morton
2006-04-24  2:37   ` Alexey Dobriyan
2006-04-24  2:37     ` Alexey Dobriyan
2006-04-24  2:39     ` Lee Revell
2006-04-24  2:39     ` [Alsa-devel] " Lee Revell
2006-04-24  3:11       ` Alexey Dobriyan
2006-04-24  3:11         ` [Alsa-devel] " Alexey Dobriyan
2006-04-24  3:51         ` Alexey Dobriyan
2006-04-24  3:51           ` [Alsa-devel] " Alexey Dobriyan
2006-04-24 13:34           ` Takashi Iwai
2006-04-24 13:34           ` [Alsa-devel] " Takashi Iwai
2006-04-24 14:26             ` Takashi Iwai
2006-04-24 14:26             ` [Alsa-devel] " Takashi Iwai
2006-04-24 15:30               ` Alexey Dobriyan
2006-04-24 15:30               ` [Alsa-devel] " Alexey Dobriyan
2006-04-24 16:34                 ` Takashi Iwai
2006-04-24 16:34                   ` [Alsa-devel] " Takashi Iwai
2006-04-24 18:42                   ` Alexey Dobriyan
2006-04-24 18:42                   ` [Alsa-devel] " Alexey Dobriyan
2006-04-24 13:00   ` Takashi Iwai
2006-04-24 13:00   ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.