linux-security-module.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add Serge Hallyn as maintainer for creds
@ 2025-03-09 13:08 sergeh
  2025-03-10 19:58 ` Paul Moore
  0 siblings, 1 reply; 5+ messages in thread
From: sergeh @ 2025-03-09 13:08 UTC (permalink / raw)
  To: linux-kernel, linux-security-module; +Cc: Paul Moore

Also add the documentation file as suggested by Günther Noack.

Signed-off-by: Serge Hallyn <sergeh@kernel.org>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 68e4656c15ea..54b47bfc4abd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -6141,11 +6141,13 @@ F:	drivers/hid/hid-creative-sb0540.c
 
 CREDENTIALS
 M:	Paul Moore <paul@paul-moore.com>
+R:	Serge Hallyn <sergeh@kernel.org>
 L:	linux-security-module@vger.kernel.org
 S:	Supported
 T:	git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
 F:	include/linux/cred.h
 F:	kernel/cred.c
+F:	Documentation/security/credentials.rst
 
 INTEL CRPS COMMON REDUNDANT PSU DRIVER
 M:	Ninad Palsule <ninad@linux.ibm.com>
-- 
2.34.1


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

* Re: [PATCH] MAINTAINERS: add Serge Hallyn as maintainer for creds
  2025-03-09 13:08 [PATCH] MAINTAINERS: add Serge Hallyn as maintainer for creds sergeh
@ 2025-03-10 19:58 ` Paul Moore
  2025-03-10 21:32   ` Serge E. Hallyn
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Moore @ 2025-03-10 19:58 UTC (permalink / raw)
  To: sergeh, linux-kernel, linux-security-module

On Mar  9, 2025 sergeh@kernel.org wrote:
> 
> Also add the documentation file as suggested by Günther Noack.
> 
> Signed-off-by: Serge Hallyn <sergeh@kernel.org>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)

I adjusted the subject line to reflect that you chose the reviewer role,
but otherwise this looks good, merged into lsm/dev.  Thanks!

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 68e4656c15ea..54b47bfc4abd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6141,11 +6141,13 @@ F:	drivers/hid/hid-creative-sb0540.c
>  
>  CREDENTIALS
>  M:	Paul Moore <paul@paul-moore.com>
> +R:	Serge Hallyn <sergeh@kernel.org>
>  L:	linux-security-module@vger.kernel.org
>  S:	Supported
>  T:	git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
>  F:	include/linux/cred.h
>  F:	kernel/cred.c
> +F:	Documentation/security/credentials.rst
>  
>  INTEL CRPS COMMON REDUNDANT PSU DRIVER
>  M:	Ninad Palsule <ninad@linux.ibm.com>
> -- 
> 2.34.1

--
paul-moore.com

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

* Re: [PATCH] MAINTAINERS: add Serge Hallyn as maintainer for creds
  2025-03-10 19:58 ` Paul Moore
@ 2025-03-10 21:32   ` Serge E. Hallyn
  2025-03-10 21:36     ` Paul Moore
  0 siblings, 1 reply; 5+ messages in thread
From: Serge E. Hallyn @ 2025-03-10 21:32 UTC (permalink / raw)
  To: Paul Moore; +Cc: sergeh, linux-kernel, linux-security-module

On Mon, Mar 10, 2025 at 03:58:41PM -0400, Paul Moore wrote:
> On Mar  9, 2025 sergeh@kernel.org wrote:
> > 
> > Also add the documentation file as suggested by Günther Noack.
> > 
> > Signed-off-by: Serge Hallyn <sergeh@kernel.org>
> > ---
> >  MAINTAINERS | 2 ++
> >  1 file changed, 2 insertions(+)
> 
> I adjusted the subject line to reflect that you chose the reviewer role,
> but otherwise this looks good, merged into lsm/dev.  Thanks!

Oh, did I?  I went back and forth, and actually *intended* M, but must
have left my git index out of sorts :)  No problem - reviewer probably
makes more sense.

thanks,
-serge

> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 68e4656c15ea..54b47bfc4abd 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -6141,11 +6141,13 @@ F:	drivers/hid/hid-creative-sb0540.c
> >  
> >  CREDENTIALS
> >  M:	Paul Moore <paul@paul-moore.com>
> > +R:	Serge Hallyn <sergeh@kernel.org>
> >  L:	linux-security-module@vger.kernel.org
> >  S:	Supported
> >  T:	git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
> >  F:	include/linux/cred.h
> >  F:	kernel/cred.c
> > +F:	Documentation/security/credentials.rst
> >  
> >  INTEL CRPS COMMON REDUNDANT PSU DRIVER
> >  M:	Ninad Palsule <ninad@linux.ibm.com>
> > -- 
> > 2.34.1
> 
> --
> paul-moore.com

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

* Re: [PATCH] MAINTAINERS: add Serge Hallyn as maintainer for creds
  2025-03-10 21:32   ` Serge E. Hallyn
@ 2025-03-10 21:36     ` Paul Moore
  2025-03-10 21:52       ` Serge E. Hallyn
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Moore @ 2025-03-10 21:36 UTC (permalink / raw)
  To: Serge E. Hallyn; +Cc: sergeh, linux-kernel, linux-security-module

On Mon, Mar 10, 2025 at 5:32 PM Serge E. Hallyn <serge@hallyn.com> wrote:
> On Mon, Mar 10, 2025 at 03:58:41PM -0400, Paul Moore wrote:
> > On Mar  9, 2025 sergeh@kernel.org wrote:
> > >
> > > Also add the documentation file as suggested by Günther Noack.
> > >
> > > Signed-off-by: Serge Hallyn <sergeh@kernel.org>
> > > ---
> > >  MAINTAINERS | 2 ++
> > >  1 file changed, 2 insertions(+)
> >
> > I adjusted the subject line to reflect that you chose the reviewer role,
> > but otherwise this looks good, merged into lsm/dev.  Thanks!
>
> Oh, did I?  I went back and forth, and actually *intended* M, but must
> have left my git index out of sorts :)  No problem - reviewer probably
> makes more sense.

The patch you posted to the mailing list had "R:" before your name :)

I'm happy either way, if you would prefer a "M:" just let me know and
I can update the commit.

-- 
paul-moore.com

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

* Re: [PATCH] MAINTAINERS: add Serge Hallyn as maintainer for creds
  2025-03-10 21:36     ` Paul Moore
@ 2025-03-10 21:52       ` Serge E. Hallyn
  0 siblings, 0 replies; 5+ messages in thread
From: Serge E. Hallyn @ 2025-03-10 21:52 UTC (permalink / raw)
  To: Paul Moore; +Cc: Serge E. Hallyn, sergeh, linux-kernel, linux-security-module

On Mon, Mar 10, 2025 at 05:36:54PM -0400, Paul Moore wrote:
> On Mon, Mar 10, 2025 at 5:32 PM Serge E. Hallyn <serge@hallyn.com> wrote:
> > On Mon, Mar 10, 2025 at 03:58:41PM -0400, Paul Moore wrote:
> > > On Mar  9, 2025 sergeh@kernel.org wrote:
> > > >
> > > > Also add the documentation file as suggested by Günther Noack.
> > > >
> > > > Signed-off-by: Serge Hallyn <sergeh@kernel.org>
> > > > ---
> > > >  MAINTAINERS | 2 ++
> > > >  1 file changed, 2 insertions(+)
> > >
> > > I adjusted the subject line to reflect that you chose the reviewer role,
> > > but otherwise this looks good, merged into lsm/dev.  Thanks!
> >
> > Oh, did I?  I went back and forth, and actually *intended* M, but must
> > have left my git index out of sorts :)  No problem - reviewer probably
> > makes more sense.
> 
> The patch you posted to the mailing list had "R:" before your name :)
> 
> I'm happy either way, if you would prefer a "M:" just let me know and
> I can update the commit.

R is fine - thanks.

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

end of thread, other threads:[~2025-03-10 21:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-09 13:08 [PATCH] MAINTAINERS: add Serge Hallyn as maintainer for creds sergeh
2025-03-10 19:58 ` Paul Moore
2025-03-10 21:32   ` Serge E. Hallyn
2025-03-10 21:36     ` Paul Moore
2025-03-10 21:52       ` Serge E. Hallyn

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).