Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp2070236ybi; Mon, 1 Jul 2019 05:42:25 -0700 (PDT) X-Google-Smtp-Source: APXvYqxLlySsmbf/yLsvon9kFCAq4HNTub2AZ1PNt4oRnXSyYPisuDmTfgONu1NqHEX7GQPXYw4N X-Received: by 2002:a63:101b:: with SMTP id f27mr2555313pgl.291.1561984945036; Mon, 01 Jul 2019 05:42:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561984945; cv=none; d=google.com; s=arc-20160816; b=FNURuMtqE7hkwSmIHQYCVBLTfV4jZ4m8y0JvYILqcJoAkfJJVtM+Bti47FprFcC0Aa lZLAJ0smzyxI/YHFfmSkoHLlkpFE382fxiaxJbJC0gXMkhgx6g+HC4rLRI8yUTSbGdUV ck46y5Xsgy/DLnwvLOjsfEnIRaHSU1F8Nu1MOF+EusCLTR6K4qYpovlleUfql6mcCLTp AgrEpSAA7mfa+C+d4xonPWcyn6L68aFBvriVEDXwmM3ylsFu/XSyMpFzP+ZISTQOAzDY MWSLq/JEV8dicscGZ49IeCz0c/WKqghcsnohQBpceh1TkBek13j+UcoBg3+T/vWXPoyd 59rQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=hVyr+VEQ4OlneVfYwaj5rNJTVxbrBpZDJwKmQ8TsicU=; b=z0EvKXbh+AQxQjtJSiEY8DJ+kJuNpnY7lldECJ6nLXkJXciM7uIfJ34b8TgZonvKUE rEb4Lzr6ZPy+i+UgoDz60JSo+BHN65GALjVeS4CwFJifqHsjGTpiJx+qZxI1rbAJPzTU dgHYpRKpesdBfEMt0T2q1Y+TqCBJujagfjov/vNfFWgjjC66WbbPB5AwY5mVrcO5S4AR TCzQspBq3G5/NXlCB213A4DnIQk0N76x1TbP9wG7l3icIpANrTm8G2uH1O4AcEEJBqzr TaEB4QY4rzhEVnXyA4lTtj5a5HdFc8H6zeuRFwty8gk1NgutuoAzx9I+Y3XT9kOYy/iF 1CxQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g17si9941174pgi.569.2019.07.01.05.42.09; Mon, 01 Jul 2019 05:42:25 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727827AbfGAMQu (ORCPT + 99 others); Mon, 1 Jul 2019 08:16:50 -0400 Received: from 8bytes.org ([81.169.241.247]:33620 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727302AbfGAMQu (ORCPT ); Mon, 1 Jul 2019 08:16:50 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 6B6A2229; Mon, 1 Jul 2019 14:16:49 +0200 (CEST) Date: Mon, 1 Jul 2019 14:16:48 +0200 From: Joerg Roedel To: Tom Murphy Cc: iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] iommu/amd: Flush not present cache in iommu_map_page Message-ID: <20190701121647.GC8166@8bytes.org> References: <20190613220455.6599-1-murphyt7@tcd.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190613220455.6599-1-murphyt7@tcd.ie> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 13, 2019 at 11:04:55PM +0100, Tom Murphy wrote: > drivers/iommu/amd_iommu.c | 20 ++++++++++++++++---- > 1 file changed, 16 insertions(+), 4 deletions(-) Applied, thanks.