redhat/configs: Double MAX_LOCKDEP_ENTRIES for RT debug kernels
<span class="gl-align-middle -gl-mr-2 has-tooltip" title="The source project is a fork"><svg class="s12 gl-ml-1 has-tooltip" data-testid="fork-icon"><use href="/assets/icons-41229992eca580608aadaaa9b83b717650b2863442574d0ebb87f859c42a3b6c.svg#fork"></use></svg></span> llong1/kernel-ark:rt-debug into os-build
JIRA: https://issues.redhat.com/browse/RHEL-43425
Due to the fact that RT debug kernel replaces spinlock, rwlock and local_lock to rt_mutex, the number of generated lockdep entries can be increased rather significantly compared with a non-RT debug kernel. So the current MAX_LOCKDEP_ENTRIES of 64k (CONFIG_LOCKDEP_BITS=16) may not be enough for some intensive workloads. Double the MAX_LOCKDEP_ENTRIES of RT debug kernel by increasing CONFIG_LOCKDEP_BITS to 17.
Signed-off-by: Waiman Long longman@redhat.com