]> 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)
commitc38e1ad98cadafee93cb5b5821ba9362d87e3152
tree49cb935b25ce442fddef5be6af84488459b683e8
parenta664ff689da1026f8133a295cbf55eb6a1af0382
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: 7316ff160779 ("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