Home
last modified time | relevance | path

Searched hist:"99 c80a96" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh99c80a96 Fri Dec 17 18:14:31 CST 2021 Paul E. McKenney <paulmck@kernel.org> torture: Compress KCSAN as well as KASAN vmlinux files

Compressing KASAN vmlinux files reduces torture.sh res file size from
about 100G to about 50G, which is good, but the KCSAN vmlinux files
are also large. Compressing them reduces their size from about 700M to
about 100M (but of course your mileage may vary). This commit therefore
compresses both KASAN and KCSAN vmlinux files.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>