Skip to content

[rt] lockdep: increase MAX_LOCKDEP_CHAIN_HLOCKS

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2085403
Upstream Status: RHEL only

Past inspection revealed that kernel-rt requires more LOCKDEP_ENTRIES
and LOCKDEP_CHAINS than the default used by kernel. That was adjusted
in the past by commit 32980a98 ("locking/lockdep: Set sane defaults
for lockdep entries on kernel-rt").

Updates to RHEL code introduced new configuration switches that end up
overwriting the configuration adjustmentss required by kernel-rt. Redo
the changes, now using the configuration options.

Signed-off-by: Luis Claudio R. Goncalves lgoncalv@redhat.com

Merge request reports