Received: by 2002:a05:6a10:eb17:0:0:0:0 with SMTP id hx23csp360389pxb; Thu, 9 Sep 2021 02:39:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwCK4DZCRw5MnVo4d32c2VJSSH1BFFKJ+/xAo7eXrcL5d6SnmbxPorxMuBC5V/OyQmwwG0D X-Received: by 2002:a17:906:c298:: with SMTP id r24mr2406289ejz.93.1631180354105; Thu, 09 Sep 2021 02:39:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631180354; cv=none; d=google.com; s=arc-20160816; b=D3MHse1PoXjKykHGRNF//5mKZ6vw+1W7c8qCuAE0cJ601FKKW3Ap3AhJ9JybStDrWJ dcAR9FXEGV4hyIP21W52D9RPeVBi0zCWrFY98s+cjWGJ0D8VAFAcH9JiYvRMyc4x9Qtk HMTJBKu7DCaMmoTwjAimhzghrXprAkRHF+XTPg35cvoTymfGGqfXGCZrH8UhIDaBdAPz TWXa3IAyLS3SOKLqflWP+DAwPom0b9a7yoo49KD3cVoE04tNvt/QmL0988LQcgJXHEiZ 6biaYccfAEMNZta0rbRr9zAPpIlXs992YEjygVdbtFACCbDXl/JFViT3T+8g1ax75odp UAzw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=5NG8YampMCZG5hkU4BaedhsvUNOBPTelXqukged6IBg=; b=hlAS8K0mHLKqJI1haZ5P4Df6Zmw8hpoYQopnRKr4ZOgZcuKMfoWxiQ7ARxlfZSiZbt 8K8KNFhghVjH+u8m6/xbor6Gqz+HW60Y/9rS/+XNs5ShAMHYWw6K5JvR7wbid3wpfvJx 5IGxhjIeLWYtE6FHltCzDeg6KIRjGMVxGXDVOY23lAWhoAzWd9zvc6u1fGm8HdzqsmB2 p2W1NTZ+IlQ9oyFEuQKjjR0fFXsaTzqgZw7Mp3no//FmAShzUaiJptM+N6EwiQXcMLZw 8P2IhY9osK7urObtmnopy/u+TsncmFUn+0q8DKVc0L0E9ti4OfRdAKfZDk7AC9U97Twx 1o2A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 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. [23.128.96.18]) by mx.google.com with ESMTP id u12si1284025eds.392.2021.09.09.02.38.47; Thu, 09 Sep 2021 02:39:14 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 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 S232920AbhIIJh0 (ORCPT + 99 others); Thu, 9 Sep 2021 05:37:26 -0400 Received: from 8bytes.org ([81.169.241.247]:53234 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232860AbhIIJh0 (ORCPT ); Thu, 9 Sep 2021 05:37:26 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 724C060F; Thu, 9 Sep 2021 11:36:15 +0200 (CEST) Date: Thu, 9 Sep 2021 11:36:09 +0200 From: Joerg Roedel To: "Suthikulpanit, Suravee" Cc: linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, Jon.Grimm@amd.com, wei.huang2@amd.com Subject: Re: [PATCH 0/3] iommu/amd: Fix unable to handle page fault due to AVIC Message-ID: References: <20210820202957.187572-1-suravee.suthikulpanit@amd.com> <5c7921f4-70ad-5d14-f44c-22a49c2ac068@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5c7921f4-70ad-5d14-f44c-22a49c2ac068@amd.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Suravee, On Thu, Sep 02, 2021 at 09:13:00AM -0700, Suthikulpanit, Suravee wrote: > I'll do that. New plan: I queued them now and added the Fixes tag. Will send a pull-request tomorrow to get them upstream together with a couple of other fixes. Regards, Joerg