diff options
author | Marco Elver <elver@google.com> | 2020-11-24 12:02:10 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2021-01-04 14:39:07 -0800 |
commit | 567a83e6872c15b2080d1d03de71868cd0ae7cea (patch) | |
tree | 1fa6ff8d280285edf51f41b0c4d18f1322fbf899 /lib/Makefile | |
parent | 71a076f4a61a6c779794ad286f356b39725edc3b (diff) | |
download | linux-567a83e6872c15b2080d1d03de71868cd0ae7cea.tar.bz2 |
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/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 \ |