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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 141B8C433B4 for ; Tue, 18 May 2021 14:39:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D5CB4611CC for ; Tue, 18 May 2021 14:39:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234633AbhEROlA (ORCPT ); Tue, 18 May 2021 10:41:00 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:60598 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234550AbhEROkY (ORCPT ); Tue, 18 May 2021 10:40:24 -0400 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1621348745; 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=nOqq4RhmAB+qpv6uf+uXRfuAamb5bYXRuwIA5uBor6k=; b=vJsFEMhcSBUNcZhuUZn06UyjkBH8HMC6wRmxpsx7dQs2IV9wPFyK7O4wVSJJMTOOB1xQhU Xc+JqG/S8Clecbv5zGB0OB/IJo1tCN2Rns3Vi/71QbixQfIDs1qy5JeSi2sBuES0YEMwUf sg3oK6sROAajdRM5O4C61pEF2mZWbmMYgSYjXH7QPW/Zr67H/bExecPt37RAG/WyIUjJgX 6TRuVMWN7WrphgtqOONH55oTpsZATafvg0rg/+7XwbSCPJpUUCmufHGYKWqBE2dIhTZAQs TBlfy8nJ2FoNwQ32UEJdxAaLGgdUYTtPxNjI9R1TXaNRAdc4p8htBjuho92EEw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1621348745; 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=nOqq4RhmAB+qpv6uf+uXRfuAamb5bYXRuwIA5uBor6k=; b=ZeEZdE2qfoMfxGWtr2yUfR6Ks8DcTSCyrCN0U+DUgcU1n1eSKKtncmLYuZyZEaHuy+CRTW gECkWcT10YJw/iAw== To: Fenghua Yu , Ingo Molnar , Borislav Petkov , Peter Zijlstra , Randy Dunlap , Tony Luck , Xiaoyao Li , Ravi V Shankar Cc: linux-kernel , x86 , Fenghua Yu Subject: Re: [PATCH 1/4] Documentation/x86: Add buslock.rst In-Reply-To: <20210419214958.4035512-2-fenghua.yu@intel.com> References: <20210419214958.4035512-1-fenghua.yu@intel.com> <20210419214958.4035512-2-fenghua.yu@intel.com> Date: Tue, 18 May 2021 16:39:04 +0200 Message-ID: <87cztods3b.ffs@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 19 2021 at 21:49, Fenghua Yu wrote: > Add buslock.rst to explain bus lock problem and how to detect and > handle it. Documentation/x86/buslock.rst:7: WARNING: Undefined substitution referenced: "copy". Documentation/x86/buslock.rst: WARNING: document isn't included in any toctree Warnings are overrated...