2020-07-21 11:37:31

by Andrey Konovalov

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: add KCOV section

To link KCOV to the kasan-dev@ mailing list.

Signed-off-by: Andrey Konovalov <[email protected]>
---
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 <[email protected]>
+R: Andrey Konovalov <[email protected]>
+L: [email protected]
+S: Maintained
+F: Documentation/dev-tools/kcov.rst
+F: include/linux/kcov.h
+F: kernel/kcov.c
+
KCSAN
M: Marco Elver <[email protected]>
R: Dmitry Vyukov <[email protected]>
--
2.28.0.rc0.105.gf9edc3c819-goog


2020-07-21 11:39:54

by Marco Elver

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add KCOV section

On Tue, 21 Jul 2020 at 13:34, Andrey Konovalov <[email protected]> wrote:
>
> To link KCOV to the kasan-dev@ mailing list.
>
> Signed-off-by: Andrey Konovalov <[email protected]>
> ---
> 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 <[email protected]>
> +R: Andrey Konovalov <[email protected]>
> +L: [email protected]
> +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

2020-07-21 11:45:14

by Andrey Konovalov

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: add KCOV section

On Tue, Jul 21, 2020 at 1:38 PM Marco Elver <[email protected]> wrote:
>
> On Tue, 21 Jul 2020 at 13:34, Andrey Konovalov <[email protected]> wrote:
> >
> > To link KCOV to the kasan-dev@ mailing list.
> >
> > Signed-off-by: Andrey Konovalov <[email protected]>
> > ---
> > 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 <[email protected]>
> > +R: Andrey Konovalov <[email protected]>
> > +L: [email protected]
> > +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

Mailed v2, thanks!