]> git.baikalelectronics.ru Git - kernel.git/commit
rcutorture: Make torture.sh allow for --kasan
authorPaul E. McKenney <paulmck@kernel.org>
Mon, 28 Mar 2022 20:30:15 +0000 (13:30 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Wed, 20 Apr 2022 23:55:03 +0000 (16:55 -0700)
commitbf69c4268ee81267326794762752fdcb88a3d11c
tree112c714bf3647f1a583e02419552e7c28d99c2d2
parentabb36b2891d89fa8e02d9479f2fb6ea12ae77b0d
rcutorture: Make torture.sh allow for --kasan

The torture.sh script provides extra memory for scftorture and rcuscale.
However, the total memory provided is only 1G, which is less than the
2G that is required for KASAN testing.  This commit therefore ups the
torture.sh script's 1G to 2G.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/torture.sh