2021-06-01 19:07:43

by Kees Cook

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Expand and relocate PGO entry

This expands the "PGO" acronym and adds additional metadata to help have
patches get directed correctly.

Suggested-by: Nathan Chancellor <[email protected]>
Acked-by: Nick Desaulniers <[email protected]>
Cc: Sami Tolvanen <[email protected]>
Cc: Bill Wendling <[email protected]>
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
---
as seen in: https://lore.kernel.org/lkml/YLVRTilQ5k5n+Vmz@archlinux-ax161/
---
MAINTAINERS | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index fd7d34fcd95c..2030cd9593cf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4448,6 +4448,19 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/cla
F: include/linux/cfi.h
F: kernel/cfi.c

+CLANG PROFILE GUIDED OPTIMIZATION SUPPORT
+M: Sami Tolvanen <[email protected]>
+M: Bill Wendling <[email protected]>
+M: Kees Cook <[email protected]>
+R: Nathan Chancellor <[email protected]>
+R: Nick Desaulniers <[email protected]>
+L: [email protected]
+S: Supported
+B: https://github.com/ClangBuiltLinux/linux/issues
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/clang/features
+F: Documentation/dev-tools/pgo.rst
+F: kernel/pgo/
+
CLEANCACHE API
M: Konrad Rzeszutek Wilk <[email protected]>
L: [email protected]
@@ -14387,15 +14400,6 @@ S: Maintained
F: include/linux/personality.h
F: include/uapi/linux/personality.h

-PGO BASED KERNEL PROFILING
-M: Sami Tolvanen <[email protected]>
-M: Bill Wendling <[email protected]>
-R: Nathan Chancellor <[email protected]>
-R: Nick Desaulniers <[email protected]>
-S: Supported
-F: Documentation/dev-tools/pgo.rst
-F: kernel/pgo/
-
PHOENIX RC FLIGHT CONTROLLER ADAPTER
M: Marcus Folkesson <[email protected]>
L: [email protected]
--
2.25.1


2021-06-01 19:10:59

by Nathan Chancellor

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Expand and relocate PGO entry

On 6/1/2021 12:05 PM, Kees Cook wrote:
> This expands the "PGO" acronym and adds additional metadata to help have
> patches get directed correctly.
>
> Suggested-by: Nathan Chancellor <[email protected]>
> Acked-by: Nick Desaulniers <[email protected]>
> Cc: Sami Tolvanen <[email protected]>
> Cc: Bill Wendling <[email protected]>
> Cc: [email protected]
> Signed-off-by: Kees Cook <[email protected]>

Acked-by: Nathan Chancellor <[email protected]>

> ---
> as seen in: https://lore.kernel.org/lkml/YLVRTilQ5k5n+Vmz@archlinux-ax161/
> ---
> MAINTAINERS | 22 +++++++++++++---------
> 1 file changed, 13 insertions(+), 9 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index fd7d34fcd95c..2030cd9593cf 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4448,6 +4448,19 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/cla
> F: include/linux/cfi.h
> F: kernel/cfi.c
>
> +CLANG PROFILE GUIDED OPTIMIZATION SUPPORT
> +M: Sami Tolvanen <[email protected]>
> +M: Bill Wendling <[email protected]>
> +M: Kees Cook <[email protected]>
> +R: Nathan Chancellor <[email protected]>
> +R: Nick Desaulniers <[email protected]>
> +L: [email protected]
> +S: Supported
> +B: https://github.com/ClangBuiltLinux/linux/issues
> +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/clang/features
> +F: Documentation/dev-tools/pgo.rst
> +F: kernel/pgo/
> +
> CLEANCACHE API
> M: Konrad Rzeszutek Wilk <[email protected]>
> L: [email protected]
> @@ -14387,15 +14400,6 @@ S: Maintained
> F: include/linux/personality.h
> F: include/uapi/linux/personality.h
>
> -PGO BASED KERNEL PROFILING
> -M: Sami Tolvanen <[email protected]>
> -M: Bill Wendling <[email protected]>
> -R: Nathan Chancellor <[email protected]>
> -R: Nick Desaulniers <[email protected]>
> -S: Supported
> -F: Documentation/dev-tools/pgo.rst
> -F: kernel/pgo/
> -
> PHOENIX RC FLIGHT CONTROLLER ADAPTER
> M: Marcus Folkesson <[email protected]>
> L: [email protected]
>

2021-06-01 20:16:49

by Bill Wendling

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Expand and relocate PGO entry

On Tue, Jun 1, 2021 at 12:07 PM Nathan Chancellor <[email protected]> wrote:
> On 6/1/2021 12:05 PM, Kees Cook wrote:
> > This expands the "PGO" acronym and adds additional metadata to help have
> > patches get directed correctly.
> >
> > Suggested-by: Nathan Chancellor <[email protected]>
> > Acked-by: Nick Desaulniers <[email protected]>
> > Cc: Sami Tolvanen <[email protected]>
> > Cc: Bill Wendling <[email protected]>
> > Cc: [email protected]
> > Signed-off-by: Kees Cook <[email protected]>
>
> Acked-by: Nathan Chancellor <[email protected]>
>
Acked-by: Bill Wendling <[email protected]>

> > ---
> > as seen in: https://lore.kernel.org/lkml/YLVRTilQ5k5n+Vmz@archlinux-ax161/
> > ---
> > MAINTAINERS | 22 +++++++++++++---------
> > 1 file changed, 13 insertions(+), 9 deletions(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index fd7d34fcd95c..2030cd9593cf 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -4448,6 +4448,19 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/cla
> > F: include/linux/cfi.h
> > F: kernel/cfi.c
> >
> > +CLANG PROFILE GUIDED OPTIMIZATION SUPPORT
> > +M: Sami Tolvanen <[email protected]>
> > +M: Bill Wendling <[email protected]>
> > +M: Kees Cook <[email protected]>
> > +R: Nathan Chancellor <[email protected]>
> > +R: Nick Desaulniers <[email protected]>
> > +L: [email protected]
> > +S: Supported
> > +B: https://github.com/ClangBuiltLinux/linux/issues
> > +T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/clang/features
> > +F: Documentation/dev-tools/pgo.rst
> > +F: kernel/pgo/
> > +
> > CLEANCACHE API
> > M: Konrad Rzeszutek Wilk <[email protected]>
> > L: [email protected]
> > @@ -14387,15 +14400,6 @@ S: Maintained
> > F: include/linux/personality.h
> > F: include/uapi/linux/personality.h
> >
> > -PGO BASED KERNEL PROFILING
> > -M: Sami Tolvanen <[email protected]>
> > -M: Bill Wendling <[email protected]>
> > -R: Nathan Chancellor <[email protected]>
> > -R: Nick Desaulniers <[email protected]>
> > -S: Supported
> > -F: Documentation/dev-tools/pgo.rst
> > -F: kernel/pgo/
> > -
> > PHOENIX RC FLIGHT CONTROLLER ADAPTER
> > M: Marcus Folkesson <[email protected]>
> > L: [email protected]
> >
>