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 X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D07FDC433B4 for ; Wed, 7 Apr 2021 08:47:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8F22F61154 for ; Wed, 7 Apr 2021 08:47:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349733AbhDGIrJ (ORCPT ); Wed, 7 Apr 2021 04:47:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55748 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349639AbhDGImR (ORCPT ); Wed, 7 Apr 2021 04:42:17 -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 D037DC06174A for ; Wed, 7 Apr 2021 01:42:01 -0700 (PDT) Received: by theia.8bytes.org (Postfix, from userid 1000) id D4FAE2A6; Wed, 7 Apr 2021 10:41:59 +0200 (CEST) Date: Wed, 7 Apr 2021 10:41:58 +0200 From: Joerg Roedel To: Lu Baolu Cc: Will Deacon , ashok.raj@intel.com, kevin.tian@intel.com, rajesh.sankaran@intel.com, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] iommu/vt-d: Report right snoop capability when using FL for IOVA Message-ID: References: <20210330021145.13824-1-baolu.lu@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210330021145.13824-1-baolu.lu@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 30, 2021 at 10:11:45AM +0800, Lu Baolu wrote: > drivers/iommu/intel/pasid.h | 1 + > drivers/iommu/intel/iommu.c | 11 ++++++++++- > drivers/iommu/intel/pasid.c | 16 ++++++++++++++++ > 3 files changed, 27 insertions(+), 1 deletion(-) Applied, thanks.