Re: [PATCH 0/3] selftests/powerpc: ptrace/perf_hwbreak test fixes

2022-12-08 Thread Michael Ellerman
On Tue, 22 Nov 2022 12:10:51 +0530, Naveen N. Rao wrote: > This series fixes two issues with the perf_hwbreak test: > - Test fails on systems with large number of cpus due to hitting the > resource limit for maximum number of open file descriptors. > - Test fails on systems running with lower

[PATCH 0/3] selftests/powerpc: ptrace/perf_hwbreak test fixes

2022-11-21 Thread Naveen N. Rao
This series fixes two issues with the perf_hwbreak test: - Test fails on systems with large number of cpus due to hitting the resource limit for maximum number of open file descriptors. - Test fails on systems running with lower SMT levels since it assumes all cpus are online. Fix those