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

2025-05-24 Thread Ryan Chung
project's logging style and improve clarity for the flag. > > EXPECT_EQ(ret, 0); > > close(fd); > > thanks, > -- Shuah Thank you for your feedback. It looks like there was an issue with sending the patch as this patch was missing descriptions. The correct version

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

2025-05-22 Thread Shuah Khan
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? - Make the RDWR‐flag comment declarative: “The kernel automatically adds the O_RDWR flag.” - Update semaphore‐flag

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

2025-05-13 Thread Wen Yang
Thanks. Reviewed-by: Wen Yang -- Best wishes, Wen On 2025/5/13 15:44, Ryan Chung wrote: - 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:

[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 | 7