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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B91C9C38142 for ; Fri, 27 Jan 2023 23:02:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6cmEtMFaNX7mI60Vn7YrnDzXFQvBfMwSYDCBXfqVksI=; b=RibcTLi0t5AW96 ffxVHvnQahaQeZ7TO8BacRiFgWDUFt00lYjhRbwxEpyl9ki1JVTpbb44jzKhIT4qAE02gelyjEhUx +69MSJqGHYpLu9Stn08Z687Qm0qvzxGwX//E6l05pUUOJd1+L7cN+ecCWjDnSBcoGLA9jAddn9B4h T1YSLHhGgxdEqhtV3PxLHcm393++EMV5Cs4a+LDoFI71tCXCGx/t+f9QPv8kx/MhaxDyK0MwTC1nN HP0H2ygHvmYRSsr7cfUXmKq0gLZOOvNIitseIr20mNNLGl08KiiqJm5ySQbDOe3urSAsLq03mQo+c BK2I4OBfeE0+oW7o01UA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pLXir-00Gm4k-Jw; Fri, 27 Jan 2023 23:01:29 +0000 Received: from [2601:1c2:d00:6a60::9526] by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pLXio-00Gm3t-6c; Fri, 27 Jan 2023 23:01:26 +0000 Message-ID: <9fc96bce-630d-3f2c-eab7-1270251fbb5b@infradead.org> Date: Fri, 27 Jan 2023 15:01:25 -0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [PATCH 31/35] Documentation: trace: correct spelling Content-Language: en-US To: Daniel Bristot de Oliveira , linux-kernel@vger.kernel.org Cc: Steven Rostedt , Masami Hiramatsu , linux-trace-kernel@vger.kernel.org, Mathieu Poirier , Suzuki K Poulose , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, Jonathan Corbet , linux-doc@vger.kernel.org References: <20230127064005.1558-1-rdunlap@infradead.org> <20230127064005.1558-32-rdunlap@infradead.org> <5c1d8862-4ee6-bd17-1a61-ec32689d0578@kernel.org> From: Randy Dunlap In-Reply-To: <5c1d8862-4ee6-bd17-1a61-ec32689d0578@kernel.org> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 1/27/23 00:54, Daniel Bristot de Oliveira wrote: > On 1/27/23 07:40, Randy Dunlap wrote: >> --- a/Documentation/trace/rv/runtime-verification.rst >> +++ b/Documentation/trace/rv/runtime-verification.rst >> @@ -31,7 +31,7 @@ In Linux terms, the runtime verification >> *RV monitor* abstraction. A *RV monitor* includes a reference model of the >> system, a set of instances of the monitor (per-cpu monitor, per-task monitor, >> and so on), and the helper functions that glue the monitor to the system via >> -trace, as depicted bellow:: >> +trace, as depicted below:: >> >> Linux +---- RV Monitor ----------------------------------+ Formal >> Realm | | Realm > > Do you mind making the rv part an independent patch? > > Spiting it helps in the backport of the fix to stable/distro kernels. I wouldn't expect this to be packported. stable-kernel-rules.rst says: - It cannot contain any "trivial" fixes in it (spelling changes, whitespace cleanups, etc). -- ~Randy _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel