[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1415016440.7122.891.camel@mfleming-mobl1.ger.corp.intel.com>
Date: Mon, 3 Nov 2014 12:07:20 +0000
From: Matt Fleming <matt.fleming@...el.com>
To: Henrique de Moraes Holschuh <hmh@....eng.br>
CC: Kweh Hock Leong <hock.leong.kweh@...el.com>,
Ming Lei <ming.lei@...onical.com>,
Sam Protsenko <semen.protsenko@...aro.org>,
"Greg Kroah-Hartman" <gregkh@...uxfoundation.org>,
LKML <linux-kernel@...r.kernel.org>, <linux-efi@...r.kernel.org>,
Ong Boon Leong <boon.leong.ong@...el.com>
Subject: Re: [PATCH v2 1/3] firmware loader: Introduce new API -
request_firmware_abort()
On Mon, 2014-11-03 at 08:15 -0200, Henrique de Moraes Holschuh wrote:
> On Mon, 03 Nov 2014, Kweh Hock Leong wrote:
> > Note for people who use request_firmware_nowait():
> > You are required to do your own synchronization after you call
> > request_firmware_abort() in order to continue unloading the
> > module. The example synchronization code shows below:
> >
> > while (THIS_MODULE && module_refcount(THIS_MODULE))
> > msleep(20);
>
> This is _so_ asking for people to get it wrong, it is not funny :-(
Yeah. How about we make request_firmware_abort() synchronous so that
drivers don't have to perform these reference counting games?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists