From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A78F61DA23; Wed, 3 Jan 2024 21:24:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5C96FC433C8; Wed, 3 Jan 2024 21:24:32 +0000 (UTC) Date: Wed, 3 Jan 2024 16:25:35 -0500 From: Steven Rostedt To: Jonathan Corbet Cc: LKML , linux-doc@vger.kernel.org, Linux Trace Kernel , Masami Hiramatsu , Mathieu Desnoyers Subject: Re: [PATCH v2] ring-buffer/Documentation: Add documentation on buffer_percent file Message-ID: <20240103162535.6de92d55@gandalf.local.home> In-Reply-To: <87h6ju86fh.fsf@meer.lwn.net> References: <20231226130149.4685c838@gandalf.local.home> <87h6ju86fh.fsf@meer.lwn.net> X-Mailer: Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 03 Jan 2024 14:15:30 -0700 Jonathan Corbet wrote: > Steven Rostedt writes: > > > From: "Steven Rostedt (Google)" > > > > When the buffer_percent file was added to the kernel, the documentation > > should have been updated to document what that file does. > > > > Fixes: 03329f9939781 ("tracing: Add tracefs file buffer_percentage") > > Signed-off-by: Steven Rostedt (Google) > > --- > > Changes since v1: https://lore.kernel.org/all/20231226123525.71a6d0fb@gandalf.local.home/ > > > > - Fixed some grammar issues. > > > > Documentation/trace/ftrace.rst | 15 +++++++++++++++ > > 1 file changed, 15 insertions(+) > > Are you planning on shipping this one upstream, or would you like me to > pick it up? I was hoping you can take it, but please take v3. https://lore.kernel.org/all/20231229122402.537eb252@gandalf.local.home/ Thanks! -- Steve