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 565ADC433F5 for ; Thu, 28 Apr 2022 08:27:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245305AbiD1Ial (ORCPT ); Thu, 28 Apr 2022 04:30:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45840 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344107AbiD1Iah (ORCPT ); Thu, 28 Apr 2022 04:30:37 -0400 Received: from theia.8bytes.org (8bytes.org [81.169.241.247]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CABB1A0BCE for ; Thu, 28 Apr 2022 01:27:22 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id 955572FB; Thu, 28 Apr 2022 10:27:20 +0200 (CEST) Date: Thu, 28 Apr 2022 10:27:19 +0200 From: Joerg Roedel To: Mario Limonciello Cc: Will Deacon , Christoph Hellwig , Marek Szyprowski , Robin Murphy , "open list:IOMMU DRIVERS" , Suthikulpanit Suravee , Hegde Vasant , open list Subject: Re: [PATCH v2 0/2] Fix issues with untrusted devices and AMD IOMMU Message-ID: References: <20220404204723.9767-1-mario.limonciello@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220404204723.9767-1-mario.limonciello@amd.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 04, 2022 at 03:47:21PM -0500, Mario Limonciello wrote: > Mario Limonciello (2): > iommu/amd: Enable swiotlb in all cases > dma-iommu: Check that swiotlb is active before trying to use it > > drivers/iommu/amd/iommu.c | 7 ------- > drivers/iommu/dma-iommu.c | 5 +++++ > 2 files changed, 5 insertions(+), 7 deletions(-) Applied to core branch, thanks.