linux/mm/kfence
tangmeng 56eb8e9416 mm/kfence: remove unnecessary CONFIG_KFENCE option
In mm/Makefile has:

  obj-$(CONFIG_KFENCE) += kfence/

So that we don't need 'obj-$(CONFIG_KFENCE) :=' in mm/kfence/Makefile,
delete it from mm/kfence/Makefile.

Link: https://lkml.kernel.org/r/20220221065525.21344-1-tangmeng@uniontech.com
Signed-off-by: tangmeng <tangmeng@uniontech.com>
Reviewed-by: Marco Elver <elver@google.com>
Cc: Alexander Potapenko <glider@google.com>
Cc: Dmitriy Vyukov <dvyukov@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2022-03-22 15:57:11 -07:00
..
core.c kfence: make test case compatible with run time set sample interval 2022-02-11 17:55:00 -08:00
kfence_test.c kfence: make test case compatible with run time set sample interval 2022-02-11 17:55:00 -08:00
kfence.h kfence: limit currently covered allocations when pool nearly full 2021-11-06 13:30:43 -07:00
Makefile mm/kfence: remove unnecessary CONFIG_KFENCE option 2022-03-22 15:57:11 -07:00
report.c Merge branch 'akpm' (patches from Andrew) 2021-09-08 12:55:35 -07:00