From: Rusty Russell Date: Thu, 29 Oct 2009 14:56:19 +0000 (-0600) Subject: param: fix setting arrays of bool X-Git-Tag: v2.6.32-rc6~34^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c7d76e371ac1a3802ae1673f5c63554af59325c;p=pandora-kernel.git param: fix setting arrays of bool We create a dummy struct kernel_param on the stack for parsing each array element, but we didn't initialize the flags word. This matters for arrays of type "bool", where the flag indicates if it really is an array of bools or unsigned int (old-style). Reported-by: Takashi Iwai Signed-off-by: Rusty Russell Cc: stable@kernel.org --- Reading git-diff-tree failed