Re: [PATCH] MAINTAINERS: add KCOV section

From: Marco Elver
Date: Tue Jul 21 2020 - 07:38:58 EST


On Tue, 21 Jul 2020 at 13:34, Andrey Konovalov <andreyknvl@xxxxxxxxxx> wrote:
>
> To link KCOV to the kasan-dev@ mailing list.
>
> Signed-off-by: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
> ---
> MAINTAINERS | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d53db30d1365..eec0b687eb08 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9305,6 +9305,15 @@ F: Documentation/kbuild/kconfig*
> F: scripts/Kconfig.include
> F: scripts/kconfig/
>
> +KCOV
> +R: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
> +R: Andrey Konovalov <andreyknvl@xxxxxxxxxx>
> +L: kasan-dev@xxxxxxxxxxxxxxxx
> +S: Maintained
> +F: Documentation/dev-tools/kcov.rst
> +F: include/linux/kcov.h
> +F: kernel/kcov.c

I think this is missing:

F: include/uapi/linux/kcov.h
F: scripts/Makefile.kcov

Thanks,
-- Marco