OSDN Git Service

torture: Print proper vmlinux path for kvm-again.sh runs
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 23 Feb 2021 21:12:41 +0000 (13:12 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 22 Mar 2021 15:29:20 +0000 (08:29 -0700)
commit03edf700db335b9375c18310d59d0a0ab6c850df
tree741ba7e00f5f2d34ba402adf9a7401014905c24f
parenta5dbe2524f553a1283b3364ff91e96bfb618ceab
torture: Print proper vmlinux path for kvm-again.sh runs

The kvm-again.sh script does not copy over the vmlinux files due to
their large size.  This means that a gdb run must use the vmlinux file
from the original "res" directory.  This commit therefore finds that
directory and prints it out so that the user can copy and pasted the
gdb command just as for the initial run.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm-again.sh
tools/testing/selftests/rcutorture/bin/kvm-test-1-run-qemu.sh