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

From: Shuah Khan
Date: Fri May 03 2024 - 15:13:05 EST


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 log and describe what the test does and include
test output.

If the test requires root privileges - make sure add a check to skip
when a normal use runs the test.

The rest looks good.

thanks,
-- Shuah