On Fri, Feb 14, 2025 at 11:47:30AM +0100, Linus Walleij wrote:
On Fri, Feb 14, 2025 at 2:03 AM Dmitry V. Levin [off-list ref] wrote:
quoted
On Wed, Feb 12, 2025 at 12:22:54PM +0100, Linus Walleij wrote:
[...]
quoted
- Tested some ptrace/strace obviously, such as issuing
several instances of "ptrace find /" and let this scroll
by in the terminal over some 10 minutes or so.
Could you also run the strace test suite, please? Given that it used to
catch quite a few regressions in the past, it could be useful in this case
as well.
Sure, where can I find this test suite?
It's a part of strace, you can find it e.g. at
https://github.com/strace/strace
To build and run it one can roughly do
./bootstrap && ./configure && make -j`nproc` && make -j`nproc check
--
ldv