From: Rusty Russell Date: Mon, 19 Jan 2015 22:37:04 +0000 (+1030) Subject: param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOC X-Git-Tag: fixes-v4.0-rc1~263^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c772be52319de9756fd82f36d37a6d3e003441e3;p=pandora-kernel.git param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOC ignore_lockdep is uninitialized, and sysfs_attr_init() doesn't initialize it, so memset to 0. Reported-by: Huang Ying Cc: Eric W. Biederman Signed-off-by: Rusty Russell --- Reading git-diff-tree failed