Message ID | Z82Sug-XLC1r5wKE@lei (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Paul Moore |
Headers | show |
Series | MAINTAINERS: add Serge Hallyn as maintainer for creds | expand |
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
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
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.
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.
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>
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(+)