[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aeb4ab7f-54d2-4547-8f06-25e5421d4d92@linux.ibm.com>
Date: Mon, 26 Aug 2024 22:13:52 -0400
From: Matthew Rosato <mjrosato@...ux.ibm.com>
To: joro@...tes.org, will@...nel.org, robin.murphy@....com,
gerald.schaefer@...ux.ibm.com, schnelle@...ux.ibm.com
Cc: jgg@...pe.ca, baolu.lu@...ux.intel.com, hca@...ux.ibm.com,
gor@...ux.ibm.com, agordeev@...ux.ibm.com, svens@...ux.ibm.com,
jroedel@...e.de, iommu@...ts.linux.dev, linux-kernel@...r.kernel.org,
linux-s390@...r.kernel.org
Subject: Re: [PATCH v3] iommu/s390: Implement blocking domain
> struct zpci_iommu_ctrs *zpci_get_iommu_ctrs(struct zpci_dev *zdev)
> {
> - if (!zdev || !zdev->s390_domain)
> + struct s390_domain *s390_domain;
> +
> + lockdep_assert_held(zdev->dom_lock);
I didn't enable lockdep when testing as the bot pointed out -- This should be &zdev->dom_lock. Will give some time for review before sending a new version that includes that fix.
Powered by blists - more mailing lists