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 D4DA6EB64DD for ; Wed, 9 Aug 2023 09:14:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229583AbjHIJOk (ORCPT ); Wed, 9 Aug 2023 05:14:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47382 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229464AbjHIJOk (ORCPT ); Wed, 9 Aug 2023 05:14:40 -0400 Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2F5CD1FCE for ; Wed, 9 Aug 2023 02:14:39 -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 C3D2B280529; Wed, 9 Aug 2023 11:14:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1691572478; bh=SGxaJRH7ruuDkqvomeeEvIWwJeZf2ep0TTSd6UxpuLM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=y1kTi8n89+pbnGPvUliMJbKlprUY7d3zJ/Cgtp+m4T53/SRit/CYyT4JpgVIr1kmV V2QgTVenXmjVgLbkErSu3AkNicNMsR7J304uYD+2k5au2NQpaBTG/nvQ9YcUYJllt/ yh4QvhPvP/rGTCcP5jQIySJDir6PZVJLL+x93A38w8P6ckxD07tIUG4FW/j3h7tE0r dhHZwdil1tZc1MrfH+vBzU/jisPEk/DV9+dFdBVxciI7fxIx4479og2P+iCi+TE9rK yrGIHHI7Ry3dA4qDbx1wBvM0qnAoTaLqgWxZlm98NvFYsyLIfmQkkfzPBUX4stvXNK X7CdSOd2qXkJA== Date: Wed, 9 Aug 2023 11:14:36 +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 , Kevin Tian , Marek Szyprowski , Chen-Yu Tsai Subject: Re: [PATCH 1/3] iommu: Provide iommu_probe_device_locked() Message-ID: References: <0-v1-8612b9ef48da+333-iommu_group_locking2_jgg@nvidia.com> <1-v1-8612b9ef48da+333-iommu_group_locking2_jgg@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1-v1-8612b9ef48da+333-iommu_group_locking2_jgg@nvidia.com> Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Hi Jason, On Tue, Aug 08, 2023 at 02:27:05PM -0300, Jason Gunthorpe wrote: > Fixes: a2dde836050f ("iommu: Complete the locking for dev->iommu_group") The right commit-id here is: a16b5d1681ab Please update the fixes tags and re-send after addressing Kevin's concerns. Regards, Joerg