Re: [RFC PATCH v3] UML: add support for KASAN under x86_64

From: Johannes Berg
Date: Fri May 27 2022 - 06:37:02 EST


On Wed, 2022-05-25 at 18:01 -0700, David Gow wrote:
>
> ---
> arch/um/Kconfig | 15 +++++++++++++++
> arch/um/Makefile | 6 ++++++
> arch/um/include/asm/common.lds.S | 2 ++
> arch/um/kernel/Makefile | 3 +++
> arch/um/kernel/dyn.lds.S | 6 +++++-
> arch/um/kernel/mem.c | 18 ++++++++++++++++++
> arch/um/os-Linux/mem.c | 22 ++++++++++++++++++++++
> arch/um/os-Linux/user_syms.c | 4 ++--
> arch/x86/um/Makefile | 3 ++-
> arch/x86/um/vdso/Makefile | 3 +++
> mm/kasan/shadow.c | 20 +++++++++++++++++++-
>

Btw, it looks like you also forgot to git add the (new) file
arch/um/include/asm/kasan.h from Patricia's patch?

johannes