Skip to content

Commit 0447ed0

Browse files
committed
Merge tag 'kcsan.2023.02.24a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Pull kernel concurrency sanitizer (KCSAN) updates from Paul McKenney: "This fixes gcc-11 errors for x86_64 KCSAN-enabled kernel builds by selecting the CONSTRUCTORS Kconfig option" * tag 'kcsan.2023.02.24a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: kcsan: select CONFIG_CONSTRUCTORS
2 parents 472a2ab + 6ba912f commit 0447ed0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Kconfig.kcsan

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ menuconfig KCSAN
1414
bool "KCSAN: dynamic data race detector"
1515
depends on HAVE_ARCH_KCSAN && HAVE_KCSAN_COMPILER
1616
depends on DEBUG_KERNEL && !KASAN
17+
select CONSTRUCTORS
1718
select STACKTRACE
1819
help
1920
The Kernel Concurrency Sanitizer (KCSAN) is a dynamic

0 commit comments

Comments
 (0)