From: Baolu Lu <baolu.lu@linux.intel.com>
To: Joerg Roedel <joro@8bytes.org>, Kevin Tian <kevin.tian@intel.com>,
Will Deacon <will@kernel.org>,
Robin Murphy <robin.murphy@arm.com>
Cc: baolu.lu@linux.intel.com, iommu@lists.linux.dev,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/2] iommu/vt-d: Fix lockdep splat in intel_iommu_init()
Date: Wed, 19 Oct 2022 08:49:19 +0800 [thread overview]
Message-ID: <e0901d59-ab0a-fb05-221a-8376e741e22b@linux.intel.com> (raw)
In-Reply-To: <20220927053109.4053662-1-baolu.lu@linux.intel.com>
On 9/27/22 1:31 PM, Lu Baolu wrote:
> Hi folks,
>
> As commit c919739ce472 ("iommu/vt-d: Handle race between registration
> and device probe") highlights, a lockdep splat issue happens after
> moving iommu probing device process into iommu_device_register().
>
> This is due to a conflict that get_resv_regions wants hold the
> dmar_global_lock, but it's also possible to be called from within a
> section where intel_iommu_init() already holds the lock.
>
> Historically, before commit 5f64ce5411b46 ("iommu/vt-d: Duplicate
> iommu_resv_region objects per device list"), the rcu_lock is used in
> get_resv_regions. This commit converted it to dmar_global_lock in order
> to allowing sleeping in iommu_alloc_resv_region().
>
> This aims to fix the lockdep issue by making iommu_alloc_resv_region()
> available in critical section and rolling dmar_global_lock back to rcu
> lock in get_resv_regions of the Intel IOMMU driver.
>
> Best regards,
> baolu
>
> Lu Baolu (2):
> iommu: Add gfp parameter to iommu_alloc_resv_region
> iommu/vt-d: Use rcu_lock in get_resv_regions
Patches has been queued for v6.1.
https://lore.kernel.org/linux-iommu/20221019004447.4563-1-baolu.lu@linux.intel.com/
Best regards,
baolu
prev parent reply other threads:[~2022-10-19 0:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-27 5:31 [PATCH 0/2] iommu/vt-d: Fix lockdep splat in intel_iommu_init() Lu Baolu
2022-09-27 5:31 ` [PATCH 1/2] iommu: Add gfp parameter to iommu_alloc_resv_region Lu Baolu
2022-09-27 5:31 ` [PATCH 2/2] iommu/vt-d: Use rcu_lock in get_resv_regions Lu Baolu
2022-09-30 2:23 ` [PATCH 0/2] iommu/vt-d: Fix lockdep splat in intel_iommu_init() Baolu Lu
2022-10-18 21:57 ` Alex Williamson
2022-10-19 0:49 ` Baolu Lu [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=e0901d59-ab0a-fb05-221a-8376e741e22b@linux.intel.com \
--to=baolu.lu@linux.intel.com \
--cc=iommu@lists.linux.dev \
--cc=joro@8bytes.org \
--cc=kevin.tian@intel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=robin.murphy@arm.com \
--cc=will@kernel.org \
/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