From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ADE98C4363A for ; Mon, 5 Oct 2020 23:59:17 +0000 (UTC) Received: from mother.openwall.net (mother.openwall.net [195.42.179.200]) by mail.kernel.org (Postfix) with SMTP id B8774206F4 for ; Mon, 5 Oct 2020 23:59:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="MKoKz0OS" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B8774206F4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kernel-hardening-return-20100-kernel-hardening=archiver.kernel.org@lists.openwall.com Received: (qmail 11885 invoked by uid 550); 5 Oct 2020 23:59:09 -0000 Mailing-List: contact kernel-hardening-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Received: (qmail 11850 invoked from network); 5 Oct 2020 23:59:08 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=IyYHcOMJJgz6DjQJMJICe5Q/mnTS/f/1ZLqnbqzHwzs=; b=MKoKz0OSIYP0krdxpW8Pp2IZAiN8d7/XESlc3ZA8hQfb5No/ycUM3rJBH0Oh2YixAr /TWRtvWkYAaVoD9ldm+IS3PyXXiIGae2E0Idg/YMQcWe3Mv6ejFv7GKHCCZHJEV0Vnvs F6IyYGy+KGw6Q2nTNC/KhRXmyPNZSESgbyY1Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=IyYHcOMJJgz6DjQJMJICe5Q/mnTS/f/1ZLqnbqzHwzs=; b=Qx7wYMsZNdRxN8rlTa1H/djHZRQbKXHcOz7GGAHQK50OYo2xi4rRLKm9cQNMlpUrZa KO+UaCB0HBSJfOtz7VTR122ZIa+bJVXk6FBgB8BzECYoIhD26Q2ugvdE9wUCJO2mo3Yb Euw4w1lCWttXAUXG/IAC72TccUL2twUoV7QLo9vBuz5R6qziuzO+0wpe19eTMqUub3WR 3T16n4JZwzYg368WeZC04vhZGgZrM9TqNht8sSVYCrECGj+KXktFJkZaVsGq1m/uRWyM UhZRwROGovr5CuQ57pu20v+8B44J92kUblmdBi2R7tQ67zsKpCPlchNysSt5nhUAh2TG Wbpw== X-Gm-Message-State: AOAM533I8zeGIeSEGT+5kfoGjYRwNuATlYdyRMltS93g5vYJXifgV5a3 lND1vxyErRaBlUp6K033GswiVQ== X-Google-Smtp-Source: ABdhPJz6aq3Dc7Q1bTJsDhjU+8zMwfQgjhmTMqdtd5NBmP8a8eSzpprCcBsvsQCGC4fWa8KbZ7j/Zw== X-Received: by 2002:a17:90a:fb55:: with SMTP id iq21mr1795566pjb.229.1601942336755; Mon, 05 Oct 2020 16:58:56 -0700 (PDT) Date: Mon, 5 Oct 2020 16:58:54 -0700 From: Kees Cook To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, Emese Revfy , "Tobin C. Harding" , Tycho Andersen , Jonathan Corbet , Andrew Morton , linux-hardening@vger.kernel.org, kernel-hardening@lists.openwall.com Subject: Re: [PATCH] MAINTAINERS: Change hardening mailing list Message-ID: <202010051658.BAFDE623B@keescook> References: <20201005225319.2699826-1-keescook@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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 > > --- > > 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 > > Linas Vepstas > > Linus Lüssing > > Linus Lüssing > > + > > Li Yang > > Li Yang > > Lukasz Luba > > 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 > > R: Emese Revfy > > -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 > > M: Tycho Andersen > > -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