From: Lukas Wunner <lukas@wunner.de>
To: Sebastian Ott <sebott@redhat.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: lockdep warning in pciehp
Date: Mon, 11 Nov 2024 21:19:53 +0100 [thread overview]
Message-ID: <ZzJm6QrQyT48jGuN@wunner.de> (raw)
In-Reply-To: <f9f13728-ade8-c5b9-0cc3-2fb23db2f051@redhat.com>
On Mon, Nov 11, 2024 at 06:58:40PM +0100, Sebastian Ott wrote:
> I stumbled over this lockdep splat during pci hotplug:
> [ 26.016648] ======================================================
> [ 26.019646] WARNING: possible circular locking dependency detected
> [ 26.022785] 6.12.0-rc6+ #176 Not tainted
> [ 26.024776] ------------------------------------------------------
> [ 26.027909] irq/50-pciehp/57 is trying to acquire lock:
> [ 26.030559] ffff0000c02ad700 (&ctrl->reset_lock){.+.+}-{3:3}, at: pciehp_configure_device+0xe4/0x1a0
> [ 26.035423] [ 26.035423] but task is already holding lock:
> [ 26.038505] ffff800082f819f8 (pci_rescan_remove_lock){+.+.}-{3:3}, at: pci_lock_rescan_remove+0x24/0x38
> [ 26.043512] [ 26.043512] which lock already depends on the new lock.
[...]
> I don't think that this could actually happen since this is only called by a
> single irq thread
Correct, it's a false positive, see this earlier analysis from Oct 2023:
https://lore.kernel.org/all/20231015093722.GA11283@wunner.de/
> but this splat is kinda annoying and
> pciehp_configure_device() doesn't seem to do much that
> needs the reset_lock. How about this?
> ---->8
> [PATCH] pciehp: fix lockdep warning
>
> Call pciehp_configure_device() without reset_lock being held to
> fix the following lockdep warning. The only action that seems to
> require the reset_lock is writing to ctrl->dsn, so move that to
> the caller that holds the lock.
The point is to prevent a slot reset while the bus is being enumerated.
It's not just for reading the Device Serial Number. So unfortunately
it's not that simple.
Thanks,
Lukas
prev parent reply other threads:[~2024-11-11 20:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-11 17:58 lockdep warning in pciehp Sebastian Ott
2024-11-11 20:19 ` Lukas Wunner [this message]
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=ZzJm6QrQyT48jGuN@wunner.de \
--to=lukas@wunner.de \
--cc=bhelgaas@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=sebott@redhat.com \
/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