lockdep: Clarify size for LOCKDEP_*_BITS configs
authorCarlos Llamas <cmllamas@google.com>
Thu, 24 Oct 2024 18:36:27 +0000 (18:36 +0000)
committerBoqun Feng <boqun.feng@gmail.com>
Sun, 15 Dec 2024 19:49:35 +0000 (11:49 -0800)
commit88a79e88a97cb9309bb48a472be2bf1316d40adc
tree21ebd9d5ce165fa7e6467a793487e2cb767ae400
parente638072e61726cae363d48812815197a2a0e097f
lockdep: Clarify size for LOCKDEP_*_BITS configs

The LOCKDEP_*_BITS configs control the size of internal structures used
by lockdep. The size is calculated as a power of two of the configured
value (e.g. 16 => 64KB). Update these descriptions to more accurately
reflect this, as "Bitsize" can be misleading.

Suggested-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Waiman Long <longman@redhat.com>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Acked-by: Waiman Long <longman@redhat.com>
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Link: https://lore.kernel.org/r/20241024183631.643450-3-cmllamas@google.com
lib/Kconfig.debug