From: Andrew Morton <akpm@osdl.org>
To: Laurent Riffard <laurent.riffard@free.fr>
Cc: rjw@sisk.pl, rlrevell@joe-job.com,
alsa-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org,
Patrick Mochel <mochel@digitalimplant.org>,
Greg KH <greg@kroah.com>
Subject: Re: 2.6.12-rc1-mm2
Date: Thu, 24 Mar 2005 15:49:20 -0800 [thread overview]
Message-ID: <20050324154920.4e506d76.akpm@osdl.org> (raw)
In-Reply-To: <42434E59.2060805@free.fr>
Laurent Riffard <laurent.riffard@free.fr> wrote:
>
> hello,
>
> Same kinds of problem here. It depends on the removed module. I mean:
> "rmmod loop" or "rmmod pcspkr" works. But "rmmod snd_ens1371" or "rmmod
> ohci1394" hangs.
>
> Sysrq-T when rmmoding snd_ens1371 :
>
> rmmod D C92EBE8C 0 8231 8159 (NOTLB)
> c92ebea0 00000082 00000003 c92ebe8c 00000000 5685fc00 000f4253 cd624530
> cd624658 cff60874 cff60844 c92ebebc c92ebef0 c02618c7 00000000
> cd624530
> c0113137 00000000 00000000 00000282 cd248c20 cd248c07 00000001
> cd624530
> Call Trace:
> [wait_for_completion+124/193] wait_for_completion+0x7c/0xc1
> [<c02618c7>] wait_for_completion+0x7c/0xc1
> [device_release_driver+52/116] device_release_driver+0x34/0x74
> [<c01f0ae3>] device_release_driver+0x34/0x74
> [__remove_driver+8/12] __remove_driver+0x8/0xc
> [<c01f0b2b>] __remove_driver+0x8/0xc
> [driver_for_each_device+50/87] driver_for_each_device+0x32/0x57
> [<c01f0bd8>] driver_for_each_device+0x32/0x57
> [driver_detach+17/19] driver_detach+0x11/0x13
> [<c01f0b40>] driver_detach+0x11/0x13
> [bus_remove_driver+76/130] bus_remove_driver+0x4c/0x82
> [<c01f05eb>] bus_remove_driver+0x4c/0x82
> [driver_unregister+14/23] driver_unregister+0xe/0x17
> [<c01f0cb2>] driver_unregister+0xe/0x17
> [pci_unregister_driver+14/23] pci_unregister_driver+0xe/0x17
> [<c019b242>] pci_unregister_driver+0xe/0x17
> [sys_delete_module+322/379] sys_delete_module+0x142/0x17b
> [<c0128356>] sys_delete_module+0x142/0x17b
It looks like we're getting stuck in the wait_for_completion() in the new
klist_remove().
next prev parent reply other threads:[~2005-03-24 23:49 UTC|newest]
Thread overview: 46+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-24 12:41 2.6.12-rc1-mm2 Andrew Morton
2005-03-24 14:40 ` 2.6.12-rc1-mm2 Stefano Rivoir
2005-03-24 15:13 ` 2.6.12-rc1-mm2 Manuel Lauss
2005-03-24 15:18 ` 2.6.12-rc1-mm2 Brice Goglin
2005-03-24 15:31 ` 2.6.12-rc1-mm2 Stefano Rivoir
2005-03-24 20:05 ` 2.6.12-rc1-mm2 Andrew Morton
2005-03-24 20:21 ` 2.6.12-rc1-mm2 Brice Goglin
2005-03-25 1:19 ` 2.6.12-rc1-mm2 Alexey Dobriyan
2005-03-24 15:09 ` 2.6.12-rc1-mm2 (build error In function `zft_init') Steven Cole
2005-03-24 15:55 ` 2.6.12-rc1-mm2 (patch to fix build " Steven Cole
2005-03-24 21:49 ` Greg KH
2005-03-24 21:53 ` Andrew Morton
2005-03-24 16:46 ` 2.6.12-rc1-mm2 Lee Revell
2005-03-24 20:17 ` 2.6.12-rc1-mm2 Andrew Morton
2005-03-24 22:31 ` 2.6.12-rc1-mm2 Rafael J. Wysocki
2005-03-24 22:37 ` 2.6.12-rc1-mm2 Rafael J. Wysocki
2005-03-24 23:33 ` 2.6.12-rc1-mm2 Laurent Riffard
2005-03-24 23:49 ` Andrew Morton [this message]
2005-03-25 1:00 ` 2.6.12-rc1-mm2 Patrick Mochel
2005-03-25 6:05 ` 2.6.12-rc1-mm2 Greg KH
2005-03-25 18:01 ` 2.6.12-rc1-mm2 Laurent Riffard
2005-05-26 0:29 ` 2.6.12-rc1-mm2 Andrew Morton
2005-05-26 13:58 ` 2.6.12-rc1-mm2 Rafael J. Wysocki
2005-03-25 0:38 ` [2.6 patch] remove exports for oem modules Adrian Bunk
2005-03-25 4:12 ` OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2 Miles Lane
2005-03-25 4:22 ` Andrew Morton
2005-03-25 7:38 ` Russell King
2005-03-25 7:45 ` Andrew Morton
2005-03-25 7:50 ` Russell King
2005-03-25 8:13 ` Russell King
2005-03-25 12:52 ` Miles Lane
2005-03-25 18:40 ` Andrew Morton
2005-03-25 19:50 ` Jean Delvare
2005-03-26 4:44 ` Miles Lane
2005-03-25 20:53 ` Lee Revell
2005-03-25 21:07 ` Russell King
2005-03-25 21:45 ` [PATCH] make Documentation/oops-tracing.txt relevant to 2.6 [was Re: OOPS running "ls -l /sys/class/i2c-adapter/*"-- 2.6.12-rc1-mm2] Lee Revell
2005-03-25 21:52 ` Russell King
2005-03-25 21:54 ` Lee Revell
2005-03-25 19:26 ` x86-64 preemption fix from IRQ and BKL in 2.6.12-rc1-mm2 Christophe Saout
2005-03-27 0:19 ` [PATCH] Fix preemption off of irq context on x86-64 with PREEMPT_BKL Christophe Saout
2005-03-27 17:28 ` Andi Kleen
2005-03-27 17:26 ` x86-64 preemption fix from IRQ and BKL in 2.6.12-rc1-mm2 Andi Kleen
2005-03-27 18:05 ` Christophe Saout
2005-03-28 15:26 ` Andi Kleen
[not found] <fa.h0e9s21.ljie1j@ifi.uio.no>
2005-03-24 23:50 ` 2.6.12-rc1-mm2 Reuben Farrelly
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050324154920.4e506d76.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=alsa-devel@lists.sourceforge.net \
--cc=greg@kroah.com \
--cc=laurent.riffard@free.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=mochel@digitalimplant.org \
--cc=rjw@sisk.pl \
--cc=rlrevell@joe-job.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox