kconfig/debug: Remove CONFIG_DEBUG_LOCKDEP from .config
CONFIG_DEBUG_LOCKDEP is used only for debug purposes and should not be used for release tests. Remove it.
Signed-off-by: Andi Shyti andi.shyti@linux.intel.com
Merge request reports
Activity
Absolutely not.
Lockdep is your friend, and one of the only friends, in getting locking right.
Hi Jani, thanks for the reply and the links. True, lockdep is my friend but I consider it as a development tool... I think it's polluting CI results with false positive and we are forced to send weird patches just for making lockdep happy.
I think that we either should be able to mark some reports as false positive and not be bothered by them anymore or remove debug_lockdep and ask developers to always test with it.