[BUG] 3.10.[01] modprobe snd-... hangs

2013-07-15 Thread Philipp Matthias Hahn
Hello, My x86_64 systems has some trouble loading some ALSA snd-* modules since the upgrade to 3.10.[01]: Several automatic modprobe calls hang, but loading snd-intel-hda and snd-audio-usb by hand still works. # ps axf 460 ?S 0:00 \_ [kworker/u8:3] 1087 ?S 0:00 |

Re: [BUG] 3.10.[01] modprobe snd-... hangs

2013-07-15 Thread Rusty Russell
Philipp Matthias Hahn writes: > Hello, > > My x86_64 systems has some trouble loading some ALSA snd-* modules since > the upgrade to 3.10.[01]: Several automatic modprobe calls hang, but > loading snd-intel-hda and snd-audio-usb by hand still works. Not a known problem to me, at least. Perhaps i

Re: [BUG] 3.10.[01] modprobe snd-... hangs

2013-07-15 Thread Lucas De Marchi
On Tue, Jul 16, 2013 at 2:41 AM, Rusty Russell wrote: > Philipp Matthias Hahn writes: >> Hello, >> >> My x86_64 systems has some trouble loading some ALSA snd-* modules since >> the upgrade to 3.10.[01]: Several automatic modprobe calls hang, but >> loading snd-intel-hda and snd-audio-usb by hand

Re: [alsa-devel] [BUG] 3.10.[01] modprobe snd-... hangs

2013-07-15 Thread Takashi Iwai
At Tue, 16 Jul 2013 15:11:51 +0930, Rusty Russell wrote: > > Philipp Matthias Hahn writes: > > Hello, > > > > My x86_64 systems has some trouble loading some ALSA snd-* modules since > > the upgrade to 3.10.[01]: Several automatic modprobe calls hang, but > > loading snd-intel-hda and snd-audio-u

Re: [alsa-devel] [BUG] 3.10.[01] modprobe snd-... hangs

2013-07-16 Thread Damien Wyart
* Takashi Iwai [2013-07-16 08:43]: > At Tue, 16 Jul 2013 15:11:51 +0930, > Rusty Russell wrote: > > Philipp Matthias Hahn writes: > > > Hello, > > > My x86_64 systems has some trouble loading some ALSA snd-* modules since > > > the upgrade to 3.10.[01]: Several automatic modprobe calls hang, bu

Re: [alsa-devel] [BUG] 3.10.[01] modprobe snd-... hangs

2013-07-16 Thread Takashi Iwai
At Tue, 16 Jul 2013 10:28:02 +0200, Philipp Hahn wrote: > > Hello, > > Am Dienstag 16 Juli 2013, 08:43:36 schrieb Takashi Iwai: > > At Tue, 16 Jul 2013 15:11:51 +0930, Rusty Russell wrote: > > > Philipp Matthias Hahn writes: > > > > My x86_64 systems has some trouble loading some ALSA snd-* modu

Re: [alsa-devel] [BUG] 3.10.[01] modprobe snd-... hangs

2013-07-16 Thread Lucas De Marchi
On Tue, Jul 16, 2013 at 5:28 AM, Philipp Hahn wrote: > Hello, > > Am Dienstag 16 Juli 2013, 08:43:36 schrieb Takashi Iwai: >> At Tue, 16 Jul 2013 15:11:51 +0930, Rusty Russell wrote: >> > Philipp Matthias Hahn writes: >> > > My x86_64 systems has some trouble loading some ALSA snd-* modules since

Re: [alsa-devel] [BUG] 3.10.[01] modprobe snd-... hangs

2013-07-16 Thread Philipp Matthias Hahn
Hello, On Tue, Jul 16, 2013 at 12:29:38PM +0200, Takashi Iwai wrote: > Could you check the patch below? It makes the code path involving > with request_module asynchronous. With the patch applied all modules were loaded successfully: no hanging modprobe processes anymore. Thank you for your sup

Re: [alsa-devel] [BUG] 3.10.[01] modprobe snd-... hangs

2013-07-16 Thread Rusty Russell
Lucas De Marchi writes: > On Tue, Jul 16, 2013 at 5:28 AM, Philipp Hahn wrote: >> Hello, >> >> Am Dienstag 16 Juli 2013, 08:43:36 schrieb Takashi Iwai: >>> At Tue, 16 Jul 2013 15:11:51 +0930, Rusty Russell wrote: >>> > Philipp Matthias Hahn writes: >>> > > My x86_64 systems has some trouble load

Re: [alsa-devel] [BUG] 3.10.[01] modprobe snd-... hangs

2013-07-17 Thread Takashi Iwai
At Wed, 17 Jul 2013 09:30:21 +0930, Rusty Russell wrote: > > Lucas De Marchi writes: > > On Tue, Jul 16, 2013 at 5:28 AM, Philipp Hahn wrote: > >> Hello, > >> > >> Am Dienstag 16 Juli 2013, 08:43:36 schrieb Takashi Iwai: > >>> At Tue, 16 Jul 2013 15:11:51 +0930, Rusty Russell wrote: > >>> > Phil