Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1
+1
lib/Kconfig.kcsan
··· 14 14 bool "KCSAN: dynamic data race detector" 15 15 depends on HAVE_ARCH_KCSAN && HAVE_KCSAN_COMPILER 16 16 depends on DEBUG_KERNEL && !KASAN 17 + select CONSTRUCTORS 17 18 select STACKTRACE 18 19 help 19 20 The Kernel Concurrency Sanitizer (KCSAN) is a dynamic