commit | c772be52319de9756fd82f36d37a6d3e003441e3 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Jan 20 09:07:04 2015 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Jan 20 11:38:31 2015 +1030 |
tree | ea48a4ea309a0f9c69dbf0949b52a8a763585156 | |
parent | 574732c73d155320f9358d9ee5d84beb0f4ecee2 [diff] |
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 <ying.huang@intel.com> Cc: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>