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 missing description. I am not e

[PATCH RFC net-next v2] page_pool: import Jesper's page_pool benchmark

2025-05-24 Thread Mina Almasry
From: Jesper Dangaard Brouer We frequently consult with Jesper's out-of-tree page_pool benchmark to evaluate page_pool changes. Import the benchmark into the upstream linux kernel tree so that (a) we're all running the same version, (b) pave the way for shared improvements, and (c) maybe one day

Re: [PATCH v2] selftests: timers: valid-adjtimex: fix coding style issues

2025-05-24 Thread Rujra Bhatt
Respected Shuah, On Fri, May 23, 2025 at 10:38 PM Shuah Khan wrote: > > On 5/22/25 21:59, Rujra Bhatt wrote: > > > > This patch corrects minor coding style issues to comply with the Linux > > kernel coding style: > > > > - Align closing parentheses to match opening ones in printf statements. >

[PATCH] selftests: timers: rtcpie: Fix checkpatch reported errors

2025-05-24 Thread Thushara.M.S
Errors reported: ERROR: spaces required around that '=' (ctx:VxV) ERROR: spaces required around that '<=' (ctx:VxV) ERROR: spaces required around that '*=' (ctx:VxV) ERROR: spaces required around that '=' (ctx:VxV) ERROR: spaces required around that '<' (ctx:VxV) ERROR: space required after that ',

[PATCH] selftests: cachestat: add tests for mmap and /proc/cpuinfo

2025-05-24 Thread Suresh K C
From: Suresh K C Add a test case to verify cachestat behavior with memory-mapped files using mmap(). This ensures that pages accessed via mmap are correctly accounted for in the page cache. Also add a test for /proc/cpuinfo to validate cachestat's handling of virtual files in pseudo-filesystems.