diff options
| author | Trilok Soni <tsoni@codeaurora.org> | 2016-04-22 13:25:10 -0700 |
|---|---|---|
| committer | Jeevan Shriram <jshriram@codeaurora.org> | 2016-05-05 15:05:52 -0700 |
| commit | 6396136da42b09aad82bc562962ac86d713fe59c (patch) | |
| tree | e41c2021d702f6733c9748297bd6179c41f9a5e8 | |
| parent | 1ca0992ef1eef332496c6e0496a4f49f31ab1c23 (diff) | |
lib: Makefile: Ignore Kasan errors reported from the find_bit
This is same as commit c836a400dd1e ("lib: Ignore kasan errors from
find_next_bit and last bit") but 4.4 kernel had done the re-org
of the find_next_bit.c and find_last_bit.c files and merged
them as one file find_bit.c.
CRs-Fixed: 1007351
Change-Id: Iff58832a535227ea071ce5b14d537d9993f9dfc2
Signed-off-by: Trilok Soni <tsoni@codeaurora.org>
| -rw-r--r-- | lib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 79599c7b9828..03a447a234cc 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -22,8 +22,7 @@ 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 +KASAN_SANITIZE_find_bit.o := n obj-y += bcd.o div64.o sort.o parser.o halfmd4.o debug_locks.o random32.o \ bust_spinlocks.o kasprintf.o bitmap.o scatterlist.o \ |
