[PATCH 1/8] liblockdep: Fix undefined symbol prandom_u32

2016-07-29 Thread Levin, Alexander
From: Ben Hutchings __lock_pin_lock() now calls prandom_u32() which is not defined in liblockdep. __lock_pin_lock() and its caller lock_pin_lock() are dead code in liblockdep, but we still need to provide a definition of prandom_u32() in case lazy binding is disabled. Fixes: e7904a28f533 ("lock

[PATCH 1/8] liblockdep: Fix undefined symbol prandom_u32

2016-07-29 Thread Levin, Alexander
From: Ben Hutchings __lock_pin_lock() now calls prandom_u32() which is not defined in liblockdep. __lock_pin_lock() and its caller lock_pin_lock() are dead code in liblockdep, but we still need to provide a definition of prandom_u32() in case lazy binding is disabled. Fixes: e7904a28f533 ("lock

[PATCH 1/8] liblockdep: Fix undefined symbol prandom_u32

2016-07-29 Thread Levin, Alexander
From: Ben Hutchings __lock_pin_lock() now calls prandom_u32() which is not defined in liblockdep. __lock_pin_lock() and its caller lock_pin_lock() are dead code in liblockdep, but we still need to provide a definition of prandom_u32() in case lazy binding is disabled. Fixes: e7904a28f533 ("lock