]> git.baikalelectronics.ru Git - kernel.git/commit
torture: Adjust to again produce debugging information
authorPaul E. McKenney <paulmck@kernel.org>
Tue, 17 May 2022 20:22:28 +0000 (13:22 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 21 Jun 2022 22:57:04 +0000 (15:57 -0700)
commit1bd64eb6662b2170c9921ccf1c3542679f5e7972
tree49cb935b25ce442fddef5be6af84488459b683e8
parentf465df644fe0d8c296d27e5560f770aabf63d438
torture: Adjust to again produce debugging information

A recent change to the DEBUG_INFO Kconfig option means that simply adding
CONFIG_DEBUG_INFO=y to the .config file and running "make oldconfig" no
longer works.  It is instead necessary to add CONFIG_DEBUG_INFO_NONE=n
and (for example) CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y.
This combination will then result in CONFIG_DEBUG_INFO being selected.

This commit therefore updates the Kconfig options produced in response
to the kvm.sh --gdb, --kasan, and --kcsan Kconfig options.

Fixes: 7fdf10646a0b ("Kconfig.debug: make DEBUG_INFO selectable from a choice")
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/testing/selftests/rcutorture/bin/kvm.sh