diff options
author | 2022-05-17 13:22:28 -0700 | |
---|---|---|
committer | 2022-06-21 15:57:04 -0700 | |
commit | 5c92d7501699a5deb72a579f808500db5bb6f92a (patch) | |
tree | 49cb935b25ce442fddef5be6af84488459b683e8 /scripts/generate_rust_analyzer.py | |
parent | rcutorture: Fix memory leak in rcu_test_debug_objects() (diff) | |
download | wireguard-linux-5c92d7501699a5deb72a579f808500db5bb6f92a.tar.xz wireguard-linux-5c92d7501699a5deb72a579f808500db5bb6f92a.zip |
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: f9b3cd245784 ("Kconfig.debug: make DEBUG_INFO selectable from a choice")
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions