Re: [PATCH 2/3] selftests/powerpc: Bump up rlimit for perf-hwbreak test

2022-12-01 Thread Rohan Deshpande
Hi, I have verified and tested this patch. No issues found. Changes look good. Tested-by: Rohan Deshpande

[PATCH 2/3] selftests/powerpc: Bump up rlimit for perf-hwbreak test

2022-11-21 Thread Naveen N. Rao
The systemwide perf hardware breakpoint test tries to open a perf event on each cpu. On large systems, we run out of file descriptors and fail the test. Instead, have the test set the file descriptor limit to an arbitraty high value. Reported-by: Rohan Deshpande Signed-off-by: Naveen N. Rao ---