aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorMarco Elver <elver@google.com>2020-11-24 12:02:10 +0100
committerPaul E. McKenney <paulmck@kernel.org>2021-01-04 14:39:07 -0800
commit567a83e6872c15b2080d1d03de71868cd0ae7cea (patch)
tree1fa6ff8d280285edf51f41b0c4d18f1322fbf899 /lib/Makefile
parentkcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state() (diff)
downloadlinux-dev-567a83e6872c15b2080d1d03de71868cd0ae7cea.tar.xz
linux-dev-567a83e6872c15b2080d1d03de71868cd0ae7cea.zip
random32: Re-enable KCSAN instrumentation
Re-enable KCSAN instrumentation, now that KCSAN no longer relies on code in lib/random32.c. Signed-off-by: Marco Elver <elver@google.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile3
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 \