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=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 CDAAAC43463 for ; Fri, 18 Sep 2020 16:22:19 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4381C21D42 for ; Fri, 18 Sep 2020 16:22:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4381C21D42 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=iommu-bounces@lists.linux-foundation.org Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id DD9B28787E; Fri, 18 Sep 2020 16:22:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ehIgDiW45kBB; Fri, 18 Sep 2020 16:22:18 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by hemlock.osuosl.org (Postfix) with ESMTP id 6CF1D876C2; Fri, 18 Sep 2020 16:22:18 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 5DE96C0888; Fri, 18 Sep 2020 16:22:18 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id B4CABC0051 for ; Fri, 18 Sep 2020 16:22:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id A421E8787B for ; Fri, 18 Sep 2020 16:22:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h9hQ9+FGITyX for ; Fri, 18 Sep 2020 16:22:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by hemlock.osuosl.org (Postfix) with ESMTPS id 1DED2876C2 for ; Fri, 18 Sep 2020 16:22:16 +0000 (UTC) IronPort-SDR: A1zm03ugpxVfTwREc5Tf/iiAXBFmL+dg5+tXayOLeXhOSyVFHkeXUefbFADQQ7t/XQfRHWxLnV HxQ72YXPbedA== X-IronPort-AV: E=McAfee;i="6000,8403,9748"; a="160034063" X-IronPort-AV: E=Sophos;i="5.77,274,1596524400"; d="scan'208";a="160034063" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Sep 2020 09:22:13 -0700 IronPort-SDR: xi6E08IvoZBUkpZ1Z7pbYXExv9ngdCp9u1d4BqY/0BPBMX91LZEW3Bh9HS2MOnDppXEf4rEDIs WOfjiggeoaBQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,274,1596524400"; d="scan'208";a="289391730" Received: from otcwcpicx6.sc.intel.com ([172.25.55.29]) by fmsmga008.fm.intel.com with ESMTP; 18 Sep 2020 09:22:13 -0700 Date: Fri, 18 Sep 2020 16:22:12 +0000 From: Fenghua Yu To: Borislav Petkov Subject: Re: [PATCH v8 3/9] Documentation/x86: Add documentation for SVA (Shared Virtual Addressing) Message-ID: <20200918162212.GA444227@otcwcpicx6.sc.intel.com> References: <1600187413-163670-1-git-send-email-fenghua.yu@intel.com> <1600187413-163670-4-git-send-email-fenghua.yu@intel.com> <20200917075338.GC31960@zn.tnic> <20200917145609.GB91028@otc-nc-03> <20200917171849.GO31960@zn.tnic> <20200917172239.GB92038@otc-nc-03> <20200917173041.GQ31960@zn.tnic> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200917173041.GQ31960@zn.tnic> Cc: Fenghua Yu , Tony Luck , Dave Jiang , "Raj, Ashok" , Ravi V Shankar , Jean-Philippe Brucker , Peter Zijlstra , Randy Dunlap , linux-kernel , Christoph Hellwig , Dave Hansen , iommu@lists.linux-foundation.org, Ingo Molnar , Jacob Jun Pan , Andy Lutomirski , H Peter Anvin , Thomas Gleixner , David Woodhouse , x86 X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: iommu-bounces@lists.linux-foundation.org Sender: "iommu" On Thu, Sep 17, 2020 at 07:30:41PM +0200, Borislav Petkov wrote: > On Thu, Sep 17, 2020 at 10:22:39AM -0700, Raj, Ashok wrote: > > s/translation again/translation > > Ok, last one. Now stop looking at that text because you'll find more. > > :-))) Thank you very much for taking care of the series, Boris! I tested the tip:x86/pasid branch and everything works fine by my tests. I'll enable more tests for the branch. -Fenghua _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu