Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp152827pxb; Thu, 2 Sep 2021 00:42:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzUQGLsbrwVq0h4++DcwIAg1f8Q+zrx0Qytiiovl9I+5iVZqhUp+MF2U/GE5g2wah23bC++ X-Received: by 2002:a17:906:1806:: with SMTP id v6mr2312390eje.420.1630568564257; Thu, 02 Sep 2021 00:42:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630568564; cv=none; d=google.com; s=arc-20160816; b=c9HWJwxS5me8wUga4uhBk4cvgsMPxt77f2UtI1TrXumckdDgWPzy0zGCJ90NQoIAR7 iGmEPxMugEFl1o6muVeH029DNBph8dxEy+MhuFU2TY+yJV6GjC2OEKNZpT0V4UsFDTrJ VTbXFQ6pJd1hN3OZOphO5DQQ9Jnj8ZoMywaRKEm0LnaCVkNgVsOPLnHUrlMN6Y3qoKXI KCkWK6GjJoyVSh89ONdBrlKjLyKbJS8c8nhYNbCC5tm7HG6Y8snJ/dLxE5+Wc5Rgdpfj iSodrwehxj6pZCC0URbPmYzEUoxu0yVJas2kNDCEL6Ixf+scsHYPQtFksBcs8yITWY0j ktUw== 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=dXPPfBWNW96rRr+3/UfwRBZ/tuzZHazLqoTxAnKKm3g=; b=PSideubnXXMKHPcjXPHbyABReOAiBTMBANsDA/shv0s8s8RvTAKYqLuIupiapLN703 0XQdIUMGyq1e7h10IesOyFEpfeoT0iwVjNAuTFIwM2Go5ya1mum7WJfaZWadD2nZ+bhG EpJFiaSOXylgRdzv2FgtK/ItdZqQ9qC1ECjbs0Qi1kdhccn93ter/+Bm3ims6C6S+4Zn fJrBA9bQ0e/JyYAdlj+qCXbOOWQb6Civ7zs1/Gebnp6U6XcJstN6eXR9ekyHwxx5SGo+ vcoHK24vdhqdulD6LDbIau53Y+Pj+yZzI6N1c3LQloCZK20xDyGEYdrOFYScAu7qXBaO n7iw== 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 o2si1307033eds.325.2021.09.02.00.42.11; Thu, 02 Sep 2021 00:42:44 -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 S243587AbhIBHkA (ORCPT + 99 others); Thu, 2 Sep 2021 03:40:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38756 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233401AbhIBHj7 (ORCPT ); Thu, 2 Sep 2021 03:39:59 -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 65CBCC061575 for ; Thu, 2 Sep 2021 00:39:01 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id BCABEE4; Thu, 2 Sep 2021 09:38:57 +0200 (CEST) Date: Thu, 2 Sep 2021 09:38:53 +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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Suravee, On Tue, Aug 31, 2021 at 12:10:27PM -0500, Suthikulpanit, Suravee wrote: > Here is an dditional tags for this series: > > Fixes: 8bda0cfbdc1a ("iommu/amd: Detect and initialize guest vAPIC log") > > Are there any concerns with this series? No concerns, please add the tag and re-post when -rc1 is out. I will it queue for -rc2 then. Thanks, Joerg