Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2043278imu; Thu, 24 Jan 2019 06:21:49 -0800 (PST) X-Google-Smtp-Source: ALg8bN6BsWusqQccyXmLB5MOW9OkChUR4skSLRlAnhLHLIQTkAAeGXT5kOHbPTvmq5XOLd97xCTK X-Received: by 2002:a17:902:7614:: with SMTP id k20mr6829508pll.285.1548339709267; Thu, 24 Jan 2019 06:21:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548339709; cv=none; d=google.com; s=arc-20160816; b=wde8t/d7jW7ZuOCXPXGf7opWOQoqWPBKiS4JwkSb4psOWvmN7jf5F6PHg7tiMEOlkE IxW0APx1gjHDNL2k09FF1aQmiWpdc1nVpBheX+7XIn7eLaLi27AAy7OAGZCa78heqAg2 KynWmbYFItZDWQdflib8JvD1oJDHk4D4U4+R5T6G4l19WsihOQ8VPzSNW+LLuJedyZZ7 gC+Dnrtav8lz4ulaq3qBgHmhg6/srf4+Bf6mZXgY6ele9EH/l7cyrWhmlZfd+WwVNcg2 r+hy93wru0PrFTWp6z3BRjMnYnN+7uQ68bLUprmpX5Nuiq7bzpAF4h7v2gRFbdBWFAJB dcTg== 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=uGXFy+6QM21K8o2Q4tbMxWx3fDgaaD+H0Bk/L3R/LQ0=; b=CSq5eEHgN6XEU2JTbN3gCTnAdWlR9n1chECqLTCNFdYcz+wUz4ZuZzYamMI80S36G/ oV0+fMqfVS90Pnzuvcei2IslvfbM5Em/hy9oH3Ru/QONOzZWfYMsC+rPyND5d8Qh6Eyt ooKzi+9jwsdTpJe+ViM4feF0gsTGjTKbO3ICq3fmjEdR/VOa5DPXPy5w+siLYDVgCg1d leVNFtyWnJsnHOMRDMDuwrNOmTloZz2RHStL+cFfPz3NklrJiR85bA4/mEZCoGA9BOPk 8Y8uN3ugkshz8PZNCDigqb6YX8vxodb24py0EmaUPKVmv4UQXcBkn1EPxA9PR5MQYNAr Cf/g== 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 q26si21491839pgk.162.2019.01.24.06.21.33; Thu, 24 Jan 2019 06:21:49 -0800 (PST) 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 S1728031AbfAXOUC (ORCPT + 99 others); Thu, 24 Jan 2019 09:20:02 -0500 Received: from 8bytes.org ([81.169.241.247]:59608 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727665AbfAXOUC (ORCPT ); Thu, 24 Jan 2019 09:20:02 -0500 Received: by theia.8bytes.org (Postfix, from userid 1000) id 7E20A25A; Thu, 24 Jan 2019 15:20:00 +0100 (CET) Date: Thu, 24 Jan 2019 15:19:59 +0100 From: "joro@8bytes.org" To: "Suthikulpanit, Suravee" Cc: "linux-kernel@vger.kernel.org" , "iommu@lists.linux-foundation.org" , Boris Ostrovsky , "Singh, Brijesh" Subject: Re: [PATCH v3] iommu: amd: Fix IOMMU page flush when detach device from a domain Message-ID: <20190124141958.q3zwkpulwyr32fge@8bytes.org> References: <20190124041619.1974-1-Suravee.Suthikulpanit@amd.com> <20190124141145.GM32526@8bytes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170421 (1.8.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 24, 2019 at 02:17:34PM +0000, Suthikulpanit, Suravee wrote: > On 1/24/19 9:11 PM, joro@8bytes.org wrote: > > On Thu, Jan 24, 2019 at 04:16:45AM +0000, Suthikulpanit, Suravee wrote: > >> drivers/iommu/amd_iommu.c | 15 +++++++++++---- > >> 1 file changed, 11 insertions(+), 4 deletions(-) > > > > Applied, thanks Suravee. > > > > Thanks. Also, should this also back-ported to stable tree as well? I added a Fixes tag, so stable should pick it up. Joerg