All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Arjan van de Ven <arjan@infradead.org>
Cc: linux-kernel@vger.kernel.org, jkosina@suse.cz, mchehab@infradead.org
Subject: Re: [PATCH 1/3] module: create a request_module_nowait()
Date: Mon, 9 Feb 2009 17:02:17 +1030	[thread overview]
Message-ID: <200902091702.18887.rusty@rustcorp.com.au> (raw)
In-Reply-To: <20090208104201.6124ab6a@infradead.org>

On Monday 09 February 2009 05:12:01 Arjan van de Ven wrote:
> This patch changes this to use a request_module_nowait() function macro instead,
> which just fires the modprobe off but doesn't wait for it, and thus avoids the
> original deadlock entirely.

Nice, applied.  Made one change; I've taken to using the new-fangled bool
type for flag args, for slight extra clarity.

(Which uncovered another interesting issue, which lead to several more
 patches).

Thanks,
Rusty.


  parent reply	other threads:[~2009-02-09  6:32 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-08 18:42 [PATCH 1/3] module: create a request_module_nowait() Arjan van de Ven
2009-02-08 18:42 ` [PATCH 2/3] use the new request_module_nowait() in the hid driver Arjan van de Ven
2009-02-10 17:23   ` Jiri Kosina
2009-02-10 22:18     ` Rusty Russell
2009-02-08 18:43 ` [PATCH 3/3] use the new request_module_nowait() in drivers/media Arjan van de Ven
2009-02-08 19:00   ` Arjan van de Ven
2009-02-09 16:34     ` Mauro Carvalho Chehab
2009-02-10 13:32       ` Rusty Russell
2009-02-10 18:37         ` Mauro Carvalho Chehab
2009-02-09  6:32 ` Rusty Russell [this message]
2009-02-09 15:25   ` [PATCH 1/3] module: create a request_module_nowait() Arjan van de Ven
2009-02-10  3:11     ` Rusty Russell

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=200902091702.18887.rusty@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=arjan@infradead.org \
    --cc=jkosina@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mchehab@infradead.org \
    /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 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.