Re: [PATCH] selftests/eventfd: correct test name and improve messages

2025-05-24 Thread Ryan Chung
On Thu, May 22, 2025 at 03:47:27PM -0600, Shuah Khan wrote: > On 5/13/25 01:44, Ryan Chung wrote: > > - Rename test from to > > > > ?? missing description of the change. Looks like the patch > renames the test to fix spelling error in the test name? Sorry for the missi

[PATCH] selftests/eventfd: correct test name and improve messages

2025-05-13 Thread Ryan Chung
- Rename test from to - Make the RDWR‐flag comment declarative: “The kernel automatically adds the O_RDWR flag.” - Update semaphore‐flag failure message to: “eventfd semaphore flag check failed: …” Signed-off-by: Ryan Chung --- tools/testing/selftests/filesystems/eventfd/eventfd_test.c