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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7EA45C25B6B for ; Thu, 26 Oct 2023 07:50:37 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=8bytes.org header.i=@8bytes.org header.a=rsa-sha256 header.s=default header.b=tapF8GD3; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4SGHyz33C9z3cSN for ; Thu, 26 Oct 2023 18:50:35 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=8bytes.org header.i=@8bytes.org header.a=rsa-sha256 header.s=default header.b=tapF8GD3; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=8bytes.org (client-ip=85.214.250.239; helo=mail.8bytes.org; envelope-from=joro@8bytes.org; receiver=lists.ozlabs.org) Received: from mail.8bytes.org (mail.8bytes.org [85.214.250.239]) by lists.ozlabs.org (Postfix) with ESMTP id 4SGHxz6Ld7z2xl6 for ; Thu, 26 Oct 2023 18:49:43 +1100 (AEDT) Received: from 8bytes.org (p4ffe149c.dip0.t-ipconnect.de [79.254.20.156]) (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 566D31A663A; Thu, 26 Oct 2023 09:49:36 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=8bytes.org; s=default; t=1698306576; bh=i7ZjTaBmY1sC5SUeWRmnofKfHXCddva3S4eBDSTodEI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tapF8GD3HQ4Wed+B8GY/o/P+rrAMU17bExhQfh5suz7bCpESnVowO8oj8tfRZLkY5 QY6bUj36IjXcP15wP+t+yDnAVIgUHyKNSQxO/+jw8Krv/k3+x13d1Y27P6OSuip7Ki QiGbrf54L3YpZyNtzS0qHccWTQ5vKmdgBKV9mCqJCeEk1FKDxnDdXQe2BARVDzlYl3 likKrGSVp2safmT1DtwkR1HF6vkRD/g/bE0FSsiFmvxbOGsCwVca5ABLsBNLOLlTiJ iq7tQrQ8xvNUPwFfiRS3VaneSJXyAyQsOkpn/UDih1ZEYR/XwwXZy5hwjE/MTVxkpR kaehl2RRKF1ow== Date: Thu, 26 Oct 2023 09:49:35 +0200 From: Joerg Roedel To: Jason Gunthorpe Subject: Re: [PATCH v2 0/9] iommu: Convert dart & iommufd to the new domain_alloc_paging() Message-ID: References: <0-v2-bff223cf6409+282-dart_paging_jgg@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0-v2-bff223cf6409+282-dart_paging_jgg@nvidia.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org, Kevin Tian , Will Deacon , Sven Peter , linuxppc-dev@lists.ozlabs.org, Hector Martin , Nicholas Piggin , Robin Murphy , iommu@lists.linux.dev, asahi@lists.linux.dev, Janne Grunau , David Woodhouse , Alyssa Rosenzweig , Lu Baolu Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Wed, Sep 27, 2023 at 08:47:30PM -0300, Jason Gunthorpe wrote: > Jason Gunthorpe (9): > iommu: Move IOMMU_DOMAIN_BLOCKED global statics to ops->blocked_domain > iommu/vt-d: Update the definition of the blocking domain > iommu/vt-d: Use ops->blocked_domain > iommufd: Convert to alloc_domain_paging() Applied these 4, the dart patches need reviewed-by/tested-by/acked-by from one of the Dart maintainers. Regards, Joerg