On Tue, Aug 08, 2017 at 04:27:33PM -0700, Daniel Mentz wrote: > It appears that, in the preamble of register_test_dev_kmod(), > mutex_lock() has been confused with mutex_unlock(). > > Previously, register_test_dev_kmod() never called mutex_lock() but > instead, it called mutex_unlock() twice. > > Signed-off-by: Daniel Mentz <[email protected]> > Cc: Luis R. Rodriguez <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > Cc: Andrew Morton <[email protected]> > ---
Thanks Daniel but someone beat you to the fix, I've sent this to Andrew and he's integrated into his -mm tree. See: http://lkml.kernel.org/r/[email protected] This series had other fixes: https://marc.info/?l=linux-kernel&m=150170850624962&w=2 I'll CC you on other kmod / test_kmod changes. Luis

