mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Waiman Long <llong@redhat.com>
To: Lance Yang <lance.yang@linux.dev>, Waiman Long <llong@redhat.com>,
	peterz@infradead.org
Cc: mingo@redhat.com, will@kernel.org, boqun.feng@gmail.com,
	linux-kernel@vger.kernel.org, Lance Yang <ioworker0@gmail.com>,
	Zi Li <zi.li@linux.dev>
Subject: Re: [WARN] LOCKDEP: MAX_LOCKDEP_CHAIN_HLOCKS too low
Date: Tue, 27 May 2025 01:53:27 -0400	[thread overview]
Message-ID: <25e2293a-f49e-4bc9-bf80-efb66d87c7cb@redhat.com> (raw)
In-Reply-To: <055a9abd-8137-4382-9830-551961cbcda2@linux.dev>

On 5/27/25 1:33 AM, Lance Yang wrote:
> Hi Longman,
>
> Thanks for looking into this!
>
> On 2025/5/27 12:48, Waiman Long wrote:
>> On 5/26/25 10:02 PM, Lance Yang wrote:
>>> From: Lance Yang <lance.yang@linux.dev>
>>>
>>> Hi all,
>>>
>>> With CONFIG_LOCKDEP on, I got this warning during kernel builds:
>>>
>>> [Tue May 27 00:22:59 2025] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low!
>
> [...]
>
>>>
>>> $ cat .config|grep CONFIG_LOCKDEP
>>> CONFIG_LOCKDEP_SUPPORT=y
>>> CONFIG_LOCKDEP=y
>>> CONFIG_LOCKDEP_BITS=15
>>> CONFIG_LOCKDEP_CHAINS_BITS=16
>>> CONFIG_LOCKDEP_STACK_TRACE_BITS=19
>>> CONFIG_LOCKDEP_STACK_TRACE_HASH_BITS=14
>>> CONFIG_LOCKDEP_CIRCULAR_QUEUE_BITS=12
>>>
>>> Is it safe? Or could this be a real locking issue?
>>
>> The lock chains store the locking order of nested locks. The default 
>> value of 16 may be too low now as the kernel is becoming more complex 
>> in term of possible nested locking orders. Anyway, I would suggest 
>> upping the CONFIG_LOCKDEP_CHAIN_BITS to 17 or even 18 to prevent this 
>> kind of problem. In fact, the latest RHEL debug kernel sets 
>> CONFIG_LOCKDEP_CHAINS_BITS to 18.
>
> Yes, makes sense to me. Bumping it to 18 sounds reasonable as the kernel
> is getting more complex in terms of possible nested locking orders. It
> uses a bit more memory, but keeping LOCKDEP working is worth it ;)
>
> And if there are no objections, I’d be happy to send a patch making the
> change.

MAX_LOCKDEP_CHAIN_HLOCKS is composed of 2 parts - (1 << 
MAX_LOCKDEP_CHAINS_BITS) and AVG_LOCKDEP_CHAIN_DEPTH (5). I believe that 
the average lock chain length is probably bigger than 5 now. We will 
have to check the /proc/lockdep file to figure out if we should increase 
it as well. Anyway, I think we should increase 
CONFIG_LOCKDEP_CHAINS_BITS to at least 17, those we may still hit the 
"MAX_LOCKDEP_CHAIN_HLOCKS too low" if we run a variety of different 
workloads without reboot.

Cheers,
Longman


  reply	other threads:[~2025-05-27  5:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-27  2:02 Lance Yang
2025-05-27  4:48 ` Waiman Long
2025-05-27  5:33   ` Lance Yang
2025-05-27  5:53     ` Waiman Long [this message]
2025-05-27 11:59       ` Lance Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=25e2293a-f49e-4bc9-bf80-efb66d87c7cb@redhat.com \
    --to=llong@redhat.com \
    --cc=boqun.feng@gmail.com \
    --cc=ioworker0@gmail.com \
    --cc=lance.yang@linux.dev \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=peterz@infradead.org \
    --cc=will@kernel.org \
    --cc=zi.li@linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®