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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F40C1C4338F for ; Mon, 26 Jul 2021 11:28:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BF38560EB2 for ; Mon, 26 Jul 2021 11:28:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233403AbhGZKrk (ORCPT ); Mon, 26 Jul 2021 06:47:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43902 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233162AbhGZKrj (ORCPT ); Mon, 26 Jul 2021 06:47:39 -0400 Received: from theia.8bytes.org (8bytes.org [IPv6:2a01:238:4383:600:38bc:a715:4b6d:a889]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CFC2C061757; Mon, 26 Jul 2021 04:28:08 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id BBC0A2B0; Mon, 26 Jul 2021 13:28:05 +0200 (CEST) Date: Mon, 26 Jul 2021 13:28:00 +0200 From: Joerg Roedel To: John Garry Cc: will@kernel.org, dwmw2@infradead.org, baolu.lu@linux.intel.com, robin.murphy@arm.com, corbet@lwn.net, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, linuxarm@huawei.com, thunder.leizhen@huawei.com, chenxiang66@hisilicon.com, linux-doc@vger.kernel.org, dianders@chromium.org Subject: Re: [PATCH v15 0/6] iommu: Enhance IOMMU default DMA mode build options Message-ID: References: <1626088340-5838-1-git-send-email-john.garry@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1626088340-5838-1-git-send-email-john.garry@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Mon, Jul 12, 2021 at 07:12:14PM +0800, John Garry wrote: > John Garry (3): > iommu: Deprecate Intel and AMD cmdline methods to enable strict mode > iommu: Print strict or lazy mode at init time > iommu: Remove mode argument from iommu_set_dma_strict() > > Zhen Lei (3): > iommu: Enhance IOMMU default DMA mode build options > iommu/vt-d: Add support for IOMMU default DMA mode build options > iommu/amd: Add support for IOMMU default DMA mode build options Applied to iommu/core, thanks.