* Re: [PATCH] mm/kfence: remove unnecessary CONFIG_KFENCE option
[not found] <20220221065525.21344-1-tangmeng@uniontech.com>
@ 2022-02-21 8:56 ` Marco Elver
0 siblings, 0 replies; only message in thread
From: Marco Elver @ 2022-02-21 8:56 UTC (permalink / raw)
To: tangmeng; +Cc: glider, dvyukov, akpm, linux-kernel, linux-mm, kasan-dev
On Mon, 21 Feb 2022 at 07:55, tangmeng <tangmeng@uniontech.com> wrote:
>
> 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.
>
> Signed-off-by: tangmeng <tangmeng@uniontech.com>
Looks reasonable, thanks.
Reviewed-by: Marco Elver <elver@google.com>
> ---
> mm/kfence/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/mm/kfence/Makefile b/mm/kfence/Makefile
> index 6872cd5e5390..0bb95728a784 100644
> --- a/mm/kfence/Makefile
> +++ b/mm/kfence/Makefile
> @@ -1,6 +1,6 @@
> # SPDX-License-Identifier: GPL-2.0
>
> -obj-$(CONFIG_KFENCE) := core.o report.o
> +obj-y := core.o report.o
>
> CFLAGS_kfence_test.o := -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
> obj-$(CONFIG_KFENCE_KUNIT_TEST) += kfence_test.o
> --
> 2.20.1
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "kasan-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to kasan-dev+unsubscribe@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/kasan-dev/20220221065525.21344-1-tangmeng%40uniontech.com.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-02-21 8:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20220221065525.21344-1-tangmeng@uniontech.com>
2022-02-21 8:56 ` [PATCH] mm/kfence: remove unnecessary CONFIG_KFENCE option Marco Elver
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox