linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Expand and relocate PGO entry
@ 2021-06-01 19:05 Kees Cook
  2021-06-01 19:07 ` Nathan Chancellor
  0 siblings, 1 reply; 3+ messages in thread
From: Kees Cook @ 2021-06-01 19:05 UTC (permalink / raw)
  To: Nathan Chancellor
  Cc: Kees Cook, Nick Desaulniers, Sami Tolvanen, Bill Wendling,
	clang-built-linux, linux-kernel

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

Suggested-by: Nathan Chancellor <nathan@kernel.org>
Acked-by: Nick Desaulniers <ndesaulniers@google.com>
Cc: Sami Tolvanen <samitolvanen@google.com>
Cc: Bill Wendling <wcw@google.com>
Cc: clang-built-linux@googlegroups.com
Signed-off-by: Kees Cook <keescook@chromium.org>
---
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 <samitolvanen@google.com>
+M:	Bill Wendling <wcw@google.com>
+M:	Kees Cook <keescook@chromium.org>
+R:	Nathan Chancellor <nathan@kernel.org>
+R:	Nick Desaulniers <ndesaulniers@google.com>
+L:	clang-built-linux@googlegroups.com
+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 <konrad.wilk@oracle.com>
 L:	linux-kernel@vger.kernel.org
@@ -14387,15 +14400,6 @@ S:	Maintained
 F:	include/linux/personality.h
 F:	include/uapi/linux/personality.h
 
-PGO BASED KERNEL PROFILING
-M:	Sami Tolvanen <samitolvanen@google.com>
-M:	Bill Wendling <wcw@google.com>
-R:	Nathan Chancellor <nathan@kernel.org>
-R:	Nick Desaulniers <ndesaulniers@google.com>
-S:	Supported
-F:	Documentation/dev-tools/pgo.rst
-F:	kernel/pgo/
-
 PHOENIX RC FLIGHT CONTROLLER ADAPTER
 M:	Marcus Folkesson <marcus.folkesson@gmail.com>
 L:	linux-input@vger.kernel.org
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: Expand and relocate PGO entry
  2021-06-01 19:05 [PATCH] MAINTAINERS: Expand and relocate PGO entry Kees Cook
@ 2021-06-01 19:07 ` Nathan Chancellor
  2021-06-01 20:14   ` Bill Wendling
  0 siblings, 1 reply; 3+ messages in thread
From: Nathan Chancellor @ 2021-06-01 19:07 UTC (permalink / raw)
  To: Kees Cook
  Cc: Nick Desaulniers, Sami Tolvanen, Bill Wendling,
	clang-built-linux, linux-kernel

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 <nathan@kernel.org>
> Acked-by: Nick Desaulniers <ndesaulniers@google.com>
> Cc: Sami Tolvanen <samitolvanen@google.com>
> Cc: Bill Wendling <wcw@google.com>
> Cc: clang-built-linux@googlegroups.com
> Signed-off-by: Kees Cook <keescook@chromium.org>

Acked-by: Nathan Chancellor <nathan@kernel.org>

> ---
> 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 <samitolvanen@google.com>
> +M:	Bill Wendling <wcw@google.com>
> +M:	Kees Cook <keescook@chromium.org>
> +R:	Nathan Chancellor <nathan@kernel.org>
> +R:	Nick Desaulniers <ndesaulniers@google.com>
> +L:	clang-built-linux@googlegroups.com
> +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 <konrad.wilk@oracle.com>
>   L:	linux-kernel@vger.kernel.org
> @@ -14387,15 +14400,6 @@ S:	Maintained
>   F:	include/linux/personality.h
>   F:	include/uapi/linux/personality.h
>   
> -PGO BASED KERNEL PROFILING
> -M:	Sami Tolvanen <samitolvanen@google.com>
> -M:	Bill Wendling <wcw@google.com>
> -R:	Nathan Chancellor <nathan@kernel.org>
> -R:	Nick Desaulniers <ndesaulniers@google.com>
> -S:	Supported
> -F:	Documentation/dev-tools/pgo.rst
> -F:	kernel/pgo/
> -
>   PHOENIX RC FLIGHT CONTROLLER ADAPTER
>   M:	Marcus Folkesson <marcus.folkesson@gmail.com>
>   L:	linux-input@vger.kernel.org
> 


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] MAINTAINERS: Expand and relocate PGO entry
  2021-06-01 19:07 ` Nathan Chancellor
@ 2021-06-01 20:14   ` Bill Wendling
  0 siblings, 0 replies; 3+ messages in thread
From: Bill Wendling @ 2021-06-01 20:14 UTC (permalink / raw)
  To: Nathan Chancellor
  Cc: Kees Cook, Nick Desaulniers, Sami Tolvanen, Bill Wendling,
	clang-built-linux, LKML

On Tue, Jun 1, 2021 at 12:07 PM Nathan Chancellor <nathan@kernel.org> 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 <nathan@kernel.org>
> > Acked-by: Nick Desaulniers <ndesaulniers@google.com>
> > Cc: Sami Tolvanen <samitolvanen@google.com>
> > Cc: Bill Wendling <wcw@google.com>
> > Cc: clang-built-linux@googlegroups.com
> > Signed-off-by: Kees Cook <keescook@chromium.org>
>
> Acked-by: Nathan Chancellor <nathan@kernel.org>
>
Acked-by: Bill Wendling <wcw@google.com>

> > ---
> > 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 <samitolvanen@google.com>
> > +M:   Bill Wendling <wcw@google.com>
> > +M:   Kees Cook <keescook@chromium.org>
> > +R:   Nathan Chancellor <nathan@kernel.org>
> > +R:   Nick Desaulniers <ndesaulniers@google.com>
> > +L:   clang-built-linux@googlegroups.com
> > +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 <konrad.wilk@oracle.com>
> >   L:  linux-kernel@vger.kernel.org
> > @@ -14387,15 +14400,6 @@ S:   Maintained
> >   F:  include/linux/personality.h
> >   F:  include/uapi/linux/personality.h
> >
> > -PGO BASED KERNEL PROFILING
> > -M:   Sami Tolvanen <samitolvanen@google.com>
> > -M:   Bill Wendling <wcw@google.com>
> > -R:   Nathan Chancellor <nathan@kernel.org>
> > -R:   Nick Desaulniers <ndesaulniers@google.com>
> > -S:   Supported
> > -F:   Documentation/dev-tools/pgo.rst
> > -F:   kernel/pgo/
> > -
> >   PHOENIX RC FLIGHT CONTROLLER ADAPTER
> >   M:  Marcus Folkesson <marcus.folkesson@gmail.com>
> >   L:  linux-input@vger.kernel.org
> >
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-01 20:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 19:05 [PATCH] MAINTAINERS: Expand and relocate PGO entry Kees Cook
2021-06-01 19:07 ` Nathan Chancellor
2021-06-01 20:14   ` Bill Wendling

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).