On 15.01.2013 20:12, Jiri Kosina wrote:
Commit 1b963c81b1 ("lockdep, rwsem: provide down_write_nest_lock()") contains a bug in a codepath when CONFIG_DEBUG_LOCK_ALLOC is disabled, which causes down_read() to be called instead of down_write() by mistake on such configurations. Fix that.Reported-by: Andrew Clayton <[email protected]> Reported-by: Zlatko Calusic <[email protected]> Tested-by: Andrew Clayton <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
Reported-and-tested-by: Zlatko Calusic <[email protected]> kvm starts just fine now. Thanks Jiri! -- Zlatko -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

