diff options
author | Ingo Molnar <mingo@kernel.org> | 2021-02-12 14:55:33 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2021-02-12 14:55:33 +0300 |
commit | c11878fd5024ee0b42ae1093e5fb4246c8dc8f69 (patch) | |
tree | 05145757d7cd03506ccf3d11e39d299710695283 /lib | |
parent | 62137364e3e8afcc745846c5c67cacf943149073 (diff) | |
parent | 567a83e6872c15b2080d1d03de71868cd0ae7cea (diff) | |
download | linux-c11878fd5024ee0b42ae1093e5fb4246c8dc8f69.tar.xz |
Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/core
Pull KCSAN updates from Paul E. McKenney:
"Kernel concurrency sanitizer (KCSAN) updates from Marco Elver."
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index afeff05fa8c5..dc09208b15e8 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -27,9 +27,6 @@ KASAN_SANITIZE_string.o := n CFLAGS_string.o += -fno-stack-protector endif -# Used by KCSAN while enabled, avoid recursion. -KCSAN_SANITIZE_random32.o := n - lib-y := ctype.o string.o vsprintf.o cmdline.o \ rbtree.o radix-tree.o timerqueue.o xarray.o \ idr.o extable.o sha1.o irq_regs.o argv_split.o \ |