]> code.ossystems Code Review - openembedded-core.git/commit
kmod: Fix handling of quotes in kernel command line
authorJames Minor <james.minor@ni.com>
Thu, 26 Jan 2017 00:13:32 +0000 (18:13 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jan 2017 14:40:18 +0000 (14:40 +0000)
commita54be23887cdc24a9b128be0913029fc8e63973d
tree98fa82d377306ed19e8540619e47dc7d1fb65450
parent62cc91e8831c72e9beceff13ad68dd69298135b5
kmod: Fix handling of quotes in kernel command line

If a module parameter on the command line contains quotes, any
spaces inside those quotes should be included as part of the
parameter.

Upstream-Status: Accepted

Signed-off-by: James Minor <james.minor@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/kmod/kmod.inc
meta/recipes-kernel/kmod/kmod/kcmdline_quotes.patch [new file with mode: 0644]