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

2024-05-10 Thread Steven Rostedt
On Fri, 10 May 2024 14:44:36 -0400 Steven Rostedt wrote: > On Fri, 10 May 2024 12:04:31 +0100 > Vincent Donnefort wrote: > > > > Can you address Shuah's concerns. I'm starting to test patches 1-4 so > > > you only need to send an update to this one, unless of course I find an > > > issue with o

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

2024-05-10 Thread Steven Rostedt
On Fri, 10 May 2024 12:04:31 +0100 Vincent Donnefort wrote: > > Can you address Shuah's concerns. I'm starting to test patches 1-4 so > > you only need to send an update to this one, unless of course I find an > > issue with one of the others. > > I will do, as well as with the VM_ flags chang

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

2024-05-10 Thread Vincent Donnefort
On Tue, May 07, 2024 at 07:35:55PM -0400, Steven Rostedt wrote: > On Fri, 3 May 2024 13:12:56 -0600 > Shuah Khan wrote: > > > On 4/30/24 05:13, Vincent Donnefort wrote: > > > This test maps a ring-buffer and validate the meta-page after reset and > > > after emitting few events. > > > > > > >

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

2024-05-07 Thread Steven Rostedt
On Fri, 3 May 2024 13:12:56 -0600 Shuah Khan wrote: > On 4/30/24 05:13, Vincent Donnefort wrote: > > This test maps a ring-buffer and validate the meta-page after reset and > > after emitting few events. > > > > Changelog needs to be imperative - refer to the following: > > https://www.kerne

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

2024-05-03 Thread Shuah Khan
On 4/30/24 05:13, Vincent Donnefort wrote: This test maps a ring-buffer and validate the meta-page after reset and after emitting few events. Changelog needs to be imperative - refer to the following: https://www.kernel.org/doc/html/latest/process/submitting-patches.html Update the change lo

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

2024-04-30 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 Acked-by: Muhammad Usama Anjum Signed-off-by: Vincent Donnefort diff --git a/tools/testing/selftests/ring-buffer/.gitignore b/t