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 C70D772057; Mon, 18 Dec 2023 20:52:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5879EC433C7; Mon, 18 Dec 2023 20:52:30 +0000 (UTC) Date: Mon, 18 Dec 2023 15:53:26 -0500 From: Steven Rostedt To: Shuah Khan Cc: "Masami Hiramatsu (Google)" , LKML , Linux Trace Kernel , Mark Rutland , Mathieu Desnoyers , Shuah Khan , linux-kselftest@vger.kernel.org Subject: Re: [PATCH v4] tracing/selftests: Add test to test the trace_marker Message-ID: <20231218155326.009e3d74@gandalf.local.home> In-Reply-To: <9978c0db-ec37-4d99-847b-86098bb0ba98@linuxfoundation.org> References: <20231213111527.6a4c9b58@gandalf.local.home> <20231214075926.e3969c8746068953fe910ed0@kernel.org> <9978c0db-ec37-4d99-847b-86098bb0ba98@linuxfoundation.org> 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 Mon, 18 Dec 2023 13:49:22 -0700 Shuah Khan wrote: > On 12/13/23 15:59, Masami Hiramatsu (Google) wrote: > > On Wed, 13 Dec 2023 11:15:27 -0500 > > Steven Rostedt wrote: > > > >> From: "Steven Rostedt (Google)" > >> > >> Add a test that writes longs strings, some over the size of the sub buffer > >> and make sure that the entire content is there. > > > > This looks good to me. and tested. > > > > Acked-by: Masami Hiramatsu (Google) > > Tested-by: Masami Hiramatsu (Google) > > > > Assuming this is going through tracing: Yeah, I'll pull it through mine, as it's being used to make sure the code I'm working on still works. > > Acked-by: Shuah Khan Thanks, I'll add that. -- Steve