Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa2c0078 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "lib: Ignore kasan errors from find_next_bit and last bit"

parents 165ca372 495a9f2e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -22,6 +22,9 @@ lib-$(CONFIG_SMP) += cpumask.o
lib-y	+= kobject.o klist.o
obj-y	+= lockref.o

KASAN_SANITIZE_find_next_bit.o := n
KASAN_SANITIZE_find_last_bit.o := n

obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \
	 bust_spinlocks.o hexdump.o kasprintf.o bitmap.o scatterlist.o \
	 gcd.o lcm.o list_sort.o uuid.o flex_array.o iovec.o clz_ctz.o \