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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C15FDC433FE for ; Mon, 14 Feb 2022 17:25:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1357068AbiBNRZi (ORCPT ); Mon, 14 Feb 2022 12:25:38 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:52152 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1357061AbiBNRZg (ORCPT ); Mon, 14 Feb 2022 12:25:36 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 724C1652FD for ; Mon, 14 Feb 2022 09:25:28 -0800 (PST) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1644859527; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=IghW1yCinRwuBjJx96OYf7MGD4W3BpFS4t1OFpWxVSI=; b=SJoIEu+zLBfbz6vLUXj9gi0gd07aWubitxSgMTJPpUwLAfs0fzPkU8lQo8iw6FRMAPfZwh +MQ55maPhXPwHtfR4DIycocNvWKWOteRwVUetW2c4n2UND92FeVkJe3qFsFL4M6N7i2WlZ P6bFMf4WdSrMZqiHsTOzNnZs/Fy0YjiMp5C1NvK4HVZx1If5GuKnnzO0OSamq98fr6BhuW oXX6gqqFJ/QV10xyuMP4nn+K5MpBMgLfdJ++bVkWlRgBTcl+9NMadoFNYt598UaxHTOC71 QvdCgUau0gpqRWVIHlbB6+EMWbyu5i0e7S7Coq+7G654Be8R62qm4wfSgHn7fA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1644859527; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=IghW1yCinRwuBjJx96OYf7MGD4W3BpFS4t1OFpWxVSI=; b=RUraRs3WKaydP/V+PymWCuyEhkM1iPNtIRvbGsRlGzJV2xkqE01bl1/JChsJJ6bYPM6ths HHhS6pGEglO1nSCw== To: Fenghua Yu , Dave Hansen , Ingo Molnar , Borislav Petkov , Peter Zijlstra , Andy Lutomirski , Tony Luck , Lu Baolu , Joerg Roedel , Josh Poimboeuf , Jacob Pan , Ashok Raj , Ravi V Shankar Cc: iommu@lists.linux-foundation.org, x86 , linux-kernel , Fenghua Yu Subject: Re: [PATCH v4 11/11] docs: x86: Change documentation for SVA (Shared Virtual Addressing) In-Reply-To: <20220207230254.3342514-12-fenghua.yu@intel.com> References: <20220207230254.3342514-1-fenghua.yu@intel.com> <20220207230254.3342514-12-fenghua.yu@intel.com> Date: Mon, 14 Feb 2022 18:25:26 +0100 Message-ID: <87pmnpqs1l.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 07 2022 at 15:02, Fenghua Yu wrote: > Since allocating, freeing and fixing up PASID are changed, the > documentation is updated to reflect the changes. > > Originally-by: Ashok Raj > Signed-off-by: Fenghua Yu > Reviewed-by: Tony Luck Acked-by: Thomas Gleixner