diff options
author | Thomas Weißschuh <[email protected]> | 2023-11-22 23:49:52 +0100 |
---|---|---|
committer | Thomas Weißschuh <[email protected]> | 2023-12-11 22:38:37 +0100 |
commit | d543d9ddf593b1f4cb1d57d9ac0ad279fe18adaf (patch) | |
tree | 3ef4d9c6573d1f821e890663b8be46a0d9e9a112 /scripts/generate_rust_analyzer.py | |
parent | a0bb5f88fc3d72bc92c24a631f2c7794362efac1 (diff) |
selftests/nolibc: disable coredump via setrlimit
qemu-user does has its own implementation of coredumping.
That implementation does not respect the call to
prctl(PR_SET_DUMPABLE, 0) in run_protection().
This leads to a coredump for every test run under qemu-user.
Use also setrlimit() to inhibit coredump creation which is respected by
qemu-user.
Link: https://lore.kernel.org/qemu-devel/[email protected]/
Signed-off-by: Thomas Weißschuh <[email protected]>
Link: https://lore.kernel.org/lkml/[email protected]/
Acked-by: Willy Tarreau <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions