Re: [PATCH v11 5/5] ring-buffer/selftest: Add ring-buffer mapping test

2024-01-14 Thread Steven Rostedt
On Sun, 14 Jan 2024 23:17:11 +0900 Masami Hiramatsu (Google) wrote: > > > > Looks good to me and tested. > > > > Reviewed-by: Masami Hiramatsu (Google) > > Tested-by: Masami Hiramatsu (Google) > > Sorry, I should cancel these. I found this test did not pass if I set > the function tracer on

Re: [PATCH v11 5/5] ring-buffer/selftest: Add ring-buffer mapping test

2024-01-14 Thread Google
Hi Vincent, On Sat, 13 Jan 2024 22:39:46 +0900 Masami Hiramatsu (Google) wrote: > On Thu, 11 Jan 2024 16:17:12 + > Vincent Donnefort wrote: > > > This test maps a ring-buffer and validate the meta-page after reset and > > after emitting few events. > > > > Cc: Shuah Khan > > Cc: Shuah Kh

Re: [PATCH v11 5/5] ring-buffer/selftest: Add ring-buffer mapping test

2024-01-13 Thread Google
On Thu, 11 Jan 2024 16:17:12 + Vincent Donnefort wrote: > This test maps a ring-buffer and validate the meta-page after reset and > after emitting few events. > > Cc: Shuah Khan > Cc: Shuah Khan > Cc: linux-kselftest@vger.kernel.org > Signed-off-by: Vincent Donnefort Looks good to me and

[PATCH v11 5/5] ring-buffer/selftest: Add ring-buffer mapping test

2024-01-11 Thread Vincent Donnefort
This test maps a ring-buffer and validate the meta-page after reset and after emitting few events. Cc: Shuah Khan Cc: Shuah Khan Cc: linux-kselftest@vger.kernel.org Signed-off-by: Vincent Donnefort diff --git a/tools/testing/selftests/ring-buffer/Makefile b/tools/testing/selftests/ring-buffer