kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Change hardening mailing list
@ 2020-10-05 22:53 Kees Cook
  2020-10-05 23:19 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Kees Cook @ 2020-10-05 22:53 UTC (permalink / raw)
  To: linux-kernel
  Cc: Kees Cook, Emese Revfy, Tobin C. Harding, Tycho Andersen,
	Jonathan Corbet, Andrew Morton, linux-hardening, kernel-hardening

As more email from git history gets aimed at the OpenWall
kernel-hardening@ list, there has been a desire to separate "new topics"
from "on-going" work. To handle this, the superset of hardening email
topics are now to be directed to linux-hardening@vger.kernel.org. Update
the MAINTAINTERS file and the .mailmap to accomplish this, so that
linux-hardening@ can be treated like any other regular upstream kernel
development list.

Link: https://lore.kernel.org/linux-hardening/202010051443.279CC265D@keescook/
Link: https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Get_Involved
Signed-off-by: Kees Cook <keescook@chromium.org>
---
I intend to include this in one of my trees, unless akpm or jon want it?
---
 .mailmap    | 1 +
 MAINTAINERS | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.mailmap b/.mailmap
index 50096b96c85d..91cea2d9a6a3 100644
--- a/.mailmap
+++ b/.mailmap
@@ -184,6 +184,7 @@ Leon Romanovsky <leon@kernel.org> <leonro@nvidia.com>
 Linas Vepstas <linas@austin.ibm.com>
 Linus Lüssing <linus.luessing@c0d3.blue> <linus.luessing@ascom.ch>
 Linus Lüssing <linus.luessing@c0d3.blue> <linus.luessing@web.de>
+<linux-hardening@vger.kernel.org> <kernel-hardening@lists.openwall.com>
 Li Yang <leoyang.li@nxp.com> <leoli@freescale.com>
 Li Yang <leoyang.li@nxp.com> <leo@zh-kernel.org>
 Lukasz Luba <lukasz.luba@arm.com> <l.luba@partner.samsung.com>
diff --git a/MAINTAINERS b/MAINTAINERS
index adc4f0619b19..44d97693b6f3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7216,7 +7216,7 @@ F:	drivers/staging/gasket/
 GCC PLUGINS
 M:	Kees Cook <keescook@chromium.org>
 R:	Emese Revfy <re.emese@gmail.com>
-L:	kernel-hardening@lists.openwall.com
+L:	linux-hardening@lists.openwall.com
 S:	Maintained
 F:	Documentation/kbuild/gcc-plugins.rst
 F:	scripts/Makefile.gcc-plugins
@@ -9776,7 +9776,7 @@ F:	drivers/scsi/53c700*
 LEAKING_ADDRESSES
 M:	Tobin C. Harding <me@tobin.cc>
 M:	Tycho Andersen <tycho@tycho.pizza>
-L:	kernel-hardening@lists.openwall.com
+L:	linux-hardening@lists.openwall.com
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks.git
 F:	scripts/leaking_addresses.pl
-- 
2.25.1


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

* Re: [PATCH] MAINTAINERS: Change hardening mailing list
  2020-10-05 22:53 [PATCH] MAINTAINERS: Change hardening mailing list Kees Cook
@ 2020-10-05 23:19 ` Randy Dunlap
  2020-10-05 23:58   ` Kees Cook
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2020-10-05 23:19 UTC (permalink / raw)
  To: Kees Cook, linux-kernel
  Cc: Emese Revfy, Tobin C. Harding, Tycho Andersen, Jonathan Corbet,
	Andrew Morton, linux-hardening, kernel-hardening

On 10/5/20 3:53 PM, Kees Cook wrote:
> As more email from git history gets aimed at the OpenWall
> kernel-hardening@ list, there has been a desire to separate "new topics"
> from "on-going" work. To handle this, the superset of hardening email
> topics are now to be directed to linux-hardening@vger.kernel.org. Update
> the MAINTAINTERS file and the .mailmap to accomplish this, so that

      MAINTAINERS

> linux-hardening@ can be treated like any other regular upstream kernel
> development list.
> 
> Link: https://lore.kernel.org/linux-hardening/202010051443.279CC265D@keescook/
> Link: https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Get_Involved
> Signed-off-by: Kees Cook <keescook@chromium.org>
> ---
> I intend to include this in one of my trees, unless akpm or jon want it?
> ---
>  .mailmap    | 1 +
>  MAINTAINERS | 4 ++--
>  2 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/.mailmap b/.mailmap
> index 50096b96c85d..91cea2d9a6a3 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -184,6 +184,7 @@ Leon Romanovsky <leon@kernel.org> <leonro@nvidia.com>
>  Linas Vepstas <linas@austin.ibm.com>
>  Linus Lüssing <linus.luessing@c0d3.blue> <linus.luessing@ascom.ch>
>  Linus Lüssing <linus.luessing@c0d3.blue> <linus.luessing@web.de>
> +<linux-hardening@vger.kernel.org> <kernel-hardening@lists.openwall.com>
>  Li Yang <leoyang.li@nxp.com> <leoli@freescale.com>
>  Li Yang <leoyang.li@nxp.com> <leo@zh-kernel.org>
>  Lukasz Luba <lukasz.luba@arm.com> <l.luba@partner.samsung.com>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index adc4f0619b19..44d97693b6f3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7216,7 +7216,7 @@ F:	drivers/staging/gasket/
>  GCC PLUGINS
>  M:	Kees Cook <keescook@chromium.org>
>  R:	Emese Revfy <re.emese@gmail.com>
> -L:	kernel-hardening@lists.openwall.com
> +L:	linux-hardening@lists.openwall.com

?? confusing.

>  S:	Maintained
>  F:	Documentation/kbuild/gcc-plugins.rst
>  F:	scripts/Makefile.gcc-plugins
> @@ -9776,7 +9776,7 @@ F:	drivers/scsi/53c700*
>  LEAKING_ADDRESSES
>  M:	Tobin C. Harding <me@tobin.cc>
>  M:	Tycho Andersen <tycho@tycho.pizza>
> -L:	kernel-hardening@lists.openwall.com
> +L:	linux-hardening@lists.openwall.com

??

>  S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks.git
>  F:	scripts/leaking_addresses.pl
> 


-- 
~Randy


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

* Re: [PATCH] MAINTAINERS: Change hardening mailing list
  2020-10-05 23:19 ` Randy Dunlap
@ 2020-10-05 23:58   ` Kees Cook
  0 siblings, 0 replies; 3+ messages in thread
From: Kees Cook @ 2020-10-05 23:58 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: linux-kernel, Emese Revfy, Tobin C. Harding, Tycho Andersen,
	Jonathan Corbet, Andrew Morton, linux-hardening, kernel-hardening

On Mon, Oct 05, 2020 at 04:19:49PM -0700, Randy Dunlap wrote:
> On 10/5/20 3:53 PM, Kees Cook wrote:
> > As more email from git history gets aimed at the OpenWall
> > kernel-hardening@ list, there has been a desire to separate "new topics"
> > from "on-going" work. To handle this, the superset of hardening email
> > topics are now to be directed to linux-hardening@vger.kernel.org. Update
> > the MAINTAINTERS file and the .mailmap to accomplish this, so that
> 
>       MAINTAINERS
> 
> > linux-hardening@ can be treated like any other regular upstream kernel
> > development list.
> > 
> > Link: https://lore.kernel.org/linux-hardening/202010051443.279CC265D@keescook/
> > Link: https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Get_Involved
> > Signed-off-by: Kees Cook <keescook@chromium.org>
> > ---
> > I intend to include this in one of my trees, unless akpm or jon want it?
> > ---
> >  .mailmap    | 1 +
> >  MAINTAINERS | 4 ++--
> >  2 files changed, 3 insertions(+), 2 deletions(-)
> > 
> > diff --git a/.mailmap b/.mailmap
> > index 50096b96c85d..91cea2d9a6a3 100644
> > --- a/.mailmap
> > +++ b/.mailmap
> > @@ -184,6 +184,7 @@ Leon Romanovsky <leon@kernel.org> <leonro@nvidia.com>
> >  Linas Vepstas <linas@austin.ibm.com>
> >  Linus Lüssing <linus.luessing@c0d3.blue> <linus.luessing@ascom.ch>
> >  Linus Lüssing <linus.luessing@c0d3.blue> <linus.luessing@web.de>
> > +<linux-hardening@vger.kernel.org> <kernel-hardening@lists.openwall.com>
> >  Li Yang <leoyang.li@nxp.com> <leoli@freescale.com>
> >  Li Yang <leoyang.li@nxp.com> <leo@zh-kernel.org>
> >  Lukasz Luba <lukasz.luba@arm.com> <l.luba@partner.samsung.com>
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index adc4f0619b19..44d97693b6f3 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -7216,7 +7216,7 @@ F:	drivers/staging/gasket/
> >  GCC PLUGINS
> >  M:	Kees Cook <keescook@chromium.org>
> >  R:	Emese Revfy <re.emese@gmail.com>
> > -L:	kernel-hardening@lists.openwall.com
> > +L:	linux-hardening@lists.openwall.com
> 
> ?? confusing.

I'm glad you can read well, but I can't write well. ;)

Sending a v2. Thank you!

-Kees

> 
> >  S:	Maintained
> >  F:	Documentation/kbuild/gcc-plugins.rst
> >  F:	scripts/Makefile.gcc-plugins
> > @@ -9776,7 +9776,7 @@ F:	drivers/scsi/53c700*
> >  LEAKING_ADDRESSES
> >  M:	Tobin C. Harding <me@tobin.cc>
> >  M:	Tycho Andersen <tycho@tycho.pizza>
> > -L:	kernel-hardening@lists.openwall.com
> > +L:	linux-hardening@lists.openwall.com
> 
> ??
> 
> >  S:	Maintained
> >  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks.git
> >  F:	scripts/leaking_addresses.pl
> > 
> 
> 
> -- 
> ~Randy
> 

-- 
Kees Cook

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

end of thread, other threads:[~2020-10-05 23:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-05 22:53 [PATCH] MAINTAINERS: Change hardening mailing list Kees Cook
2020-10-05 23:19 ` Randy Dunlap
2020-10-05 23:58   ` Kees Cook

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