Skip to content

redhat/configs: Double MAX_LOCKDEP_CHAINS

Justin M. Forbes requested to merge lockdep_chain into os-build

https://bugzilla.redhat.com/show_bug.cgi?id=1989983

MAX_LOCKDEP_CHAINS is controlled by LOCKDEP_CHAINS_BITS. We are running into issues with the default of 16, so let's move it to 17 and double the MAX_LOCKDEP_CHAINS from 64K to 128K.

CONFIG_LOCKDEP_CHAINS_BITS isn't used in generic kernel. It is only used in debug kernels where CONFIG_PROVE_LOCKING is turned on.

Signed-off-by: Justin M. Forbes jforbes@fedoraproject.org

Merge request reports