diff options
author | Luis R. Rodriguez <mcgrof@suse.com> | 2016-02-03 16:55:26 +1030 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-25 12:01:25 -0800 |
commit | e2f712dc927e3b9a981ecd86a64d944d0b140322 (patch) | |
tree | 42b9125af40189b98dea3158ecea8d3c9f0e511a /Makefile | |
parent | a24d9a2fee9857a162ab18c9ad72aa6571ff4715 (diff) | |
download | lwn-e2f712dc927e3b9a981ecd86a64d944d0b140322.tar.gz lwn-e2f712dc927e3b9a981ecd86a64d944d0b140322.zip |
modules: fix modparam async_probe request
commit 4355efbd80482a961cae849281a8ef866e53d55c upstream.
Commit f2411da746985 ("driver-core: add driver module
asynchronous probe support") added async probe support,
in two forms:
* in-kernel driver specification annotation
* generic async_probe module parameter (modprobe foo async_probe)
To support the generic kernel parameter parse_args() was
extended via commit ecc8617053e0 ("module: add extra
argument for parse_params() callback") however commit
failed to f2411da746985 failed to add the required argument.
This causes a crash then whenever async_probe generic
module parameter is used. This was overlooked when the
form in which in-kernel async probe support was reworked
a bit... Fix this as originally intended.
Cc: Hannes Reinecke <hare@suse.de>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> [minimized]
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions