torture: Compress KCSAN as well as KASAN vmlinux files
authorPaul E. McKenney <paulmck@kernel.org>
Sat, 18 Dec 2021 00:14:31 +0000 (16:14 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 2 Feb 2022 01:25:41 +0000 (17:25 -0800)
commit99c80a96a512f32a234687343ff1c8e5e033976b
tree715802f8aa0bed58b877cd23656c7b8819960b87
parent9a32ed1cf6cdebff7ccd82b91f8021267ed0d9cb
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>
tools/testing/selftests/rcutorture/bin/torture.sh