Re: [PATCH] tools/testing/selftests/livepatch: define max test-syscall processes

2024-05-31 Thread Miroslav Benes
Hi, On Wed, 29 May 2024, Ryan Sullivan wrote: > Define a maximum allowable number of pids that can be livepatched in > test-syscall.sh as with extremely large machines the output from a > large number of processes overflows the dev/kmsg "expect" buffer in > the "check_result" function and causes

Re: [PATCH] tools/testing/selftests/livepatch: define max test-syscall processes

2024-05-31 Thread Petr Mladek
On Wed 2024-05-29 16:19:41, Ryan Sullivan wrote: > Define a maximum allowable number of pids that can be livepatched in > test-syscall.sh as with extremely large machines the output from a > large number of processes overflows the dev/kmsg "expect" buffer in > the "check_result" function and causes

Re: [PATCH] tools/testing/selftests/livepatch: define max test-syscall processes

2024-05-29 Thread Marcos Paulo de Souza
From: mpdeso...@suse.com On Wed, 29 May 2024 16:19:41 -0400 Ryan Sullivan wrote: > Define a maximum allowable number of pids that can be livepatched in > test-syscall.sh as with extremely large machines the output from a > large number of processes overflows the dev/kmsg "expect" buffer in > the

[PATCH] tools/testing/selftests/livepatch: define max test-syscall processes

2024-05-29 Thread Ryan Sullivan
Define a maximum allowable number of pids that can be livepatched in test-syscall.sh as with extremely large machines the output from a large number of processes overflows the dev/kmsg "expect" buffer in the "check_result" function and causes a false error. Reported-by: CKI Project Signed-off-by: