From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 11518C001B0 for ; Wed, 9 Aug 2023 15:49:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232212AbjHIPts (ORCPT ); Wed, 9 Aug 2023 11:49:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49346 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229882AbjHIPts (ORCPT ); Wed, 9 Aug 2023 11:49:48 -0400 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 78C6F1BD9 for ; Wed, 9 Aug 2023 08:49:47 -0700 (PDT) Received: from 8bytes.org (pd9fe94eb.dip0.t-ipconnect.de [217.254.148.235]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.8bytes.org (Postfix) with ESMTPSA id 0F17E280529; Wed, 9 Aug 2023 17:49:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1691596186; bh=CzVTmNvvlosemzzOjEBPXfho0AE1ckTXDIOjya/Oopc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nyoveX6MRa9kGR1uQBmJlwszz5AKx16c9aouXoXcDDrtxzeDE3onStHf6UzZH8omj d50P9V8tl2jWC2d8IMILLvytXcls7kGitCaijOPo2jMNGVoMa3G8SIrBGjeuB1UQeX n/ONdvYRF0eR8sRpQwBPUuQoVtY0OlJYiFUFQGaK/RbQnSFOVZLFF2oefdxsV+H1uj YfnBcl0BFFgohd3Ll1eW2iLGvoBOAmjlT5mgd0chI/7/c5/ICjAm7y5icAturoGslT hjRWDOqB7f58h8czbpRn58nqQRkMEt474MGiBgd3pLNVBJbgSzQAW7mRRvlsBNr+c5 AAyFJcPDA5I6Q== Date: Wed, 9 Aug 2023 17:49:44 +0200 From: Joerg Roedel To: Jason Gunthorpe Cc: iommu@lists.linux.dev, Len Brown , linux-acpi@vger.kernel.org, "Rafael J. Wysocki" , Robin Murphy , Will Deacon , Lu Baolu , Joerg Roedel , Kevin Tian , Marek Szyprowski , Chen-Yu Tsai Subject: Re: [PATCH v2 0/4] Fix device_lock deadlock on two probe() paths Message-ID: References: <0-v2-d2762acaf50a+16d-iommu_group_locking2_jgg@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0-v2-d2762acaf50a+16d-iommu_group_locking2_jgg@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Wed, Aug 09, 2023 at 11:43:46AM -0300, Jason Gunthorpe wrote: > Jason Gunthorpe (4): > iommu: Provide iommu_probe_device_locked() > iommu: Pass in the iommu_device to probe for in bus_iommu_probe() > iommu: Do not attempt to re-lock the iommu device when probing > iommu: dev->iommu->iommu_dev must be set before ops->device_group() Applied, thanks for fixing this quickly.