From patchwork Sun Feb 25 07:35:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobin Harding X-Patchwork-Id: 10240691 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D4AFE602A0 for ; Sun, 25 Feb 2018 07:36:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CCB8429A9D for ; Sun, 25 Feb 2018 07:36:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BBC8D29CB9; Sun, 25 Feb 2018 07:36:43 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from mother.openwall.net (mother.openwall.net [195.42.179.200]) by mail.wl.linuxfoundation.org (Postfix) with SMTP id 6D35729A9D for ; Sun, 25 Feb 2018 07:36:41 +0000 (UTC) Received: (qmail 10200 invoked by uid 550); 25 Feb 2018 07:36:35 -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: Delivered-To: mailing list kernel-hardening@lists.openwall.com Received: (qmail 10159 invoked from network); 25 Feb 2018 07:36:34 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobin.cc; h=cc :date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=qEp+cDHalJIK47yzkOM8wlaSglFoj06qYlIY5ViCF i4=; b=ertDe0L1FMaeSGj/srI551p5xDf5hWeNLxo+5L3bLzxMC6jAmwxMUhAxD r59Uk+rMS+8+vhtub7YwaK81DFritaAs433LQ8W57AkdGoQJnLyYeDdlsLVNqYKL TOFfWbOnFZTuwbFgtEAdy9UQZbYzOPO3RrIXibi0W3irQbt08vLXdf0+3DSl0dBC sHqEhTS+OSIHK1ba+ctSXxqvrS2XtIxRcci7Cm3nzVCihodpCyqDYgwmgWVhArQN bQBbNpZ/jK52mXZbzBik2dZYj1dIpjSnNvYpfeQDPt8uD/t0BG/9dS/a2jEDo2Nc HXnR+ZPzByiLAyetlJKs9ugQPwfUA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=qEp+cDHalJIK47yzk OM8wlaSglFoj06qYlIY5ViCFi4=; b=H/l3hvXWdGrjDf6LyJgAAtwtfhEu1WjfT 0co7w3mmrcZhjro6p7J07w6dtRLjEIBJjNl2L05gVBWsNUIeQ56AcXcqvE6sUQQ+ zmtXxc4IZHeEHckUoksaYvW7NDyz6Makjo+qjCqsY3lqr1E11kqZ466qRyLdRpIF aCs2jzyFlYvg8IX6JwpgWwQieUcxJdX49zf4TvT3obgeSV7lYX86kldyQv3dtoKQ fRmspqnSrxnNADnr7bac0EwLtu582PhyocOI8cic51Px4a27BfYq1aiPE01/jfz4 j+56Kp8uhSd+IAGNP1rC3JBspb6gjTYt/GAMEb8a8++lgUsW5cibg== X-ME-Sender: From: "Tobin C. Harding" To: Kernel Hardening Cc: "Tobin C. Harding" , LKML , tycho@tycho.ws Subject: [PATCH] MAINTAINERS: Add list, tree, and maintainer Date: Sun, 25 Feb 2018 18:35:53 +1100 Message-Id: <1519544153-10360-1-git-send-email-me@tobin.cc> X-Mailer: git-send-email 2.7.4 X-Virus-Scanned: ClamAV using ClamSMTP MAINTAINERS is out of date for leaking_addresses.pl. There is now a tree on kernel.org for development of this script. We have a second maintainer now, thanks Tycho. Development of this scripts was started on kernel-hardening mailing list so let's keep it there. Update maintainer details; Add mailing list, kernel.org hosted tree, and second maintainer. Signed-off-by: Tobin C. Harding --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3bdc260e36b7..e91b5ff1f5d5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7905,8 +7905,11 @@ F: drivers/scsi/53c700* LEAKING_ADDRESSES M: Tobin C. Harding +M: Tycho Andersen S: Maintained F: scripts/leaking_addresses.pl +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tobin/leaks.git +L: kernel-hardening@lists.openwall.com LED SUBSYSTEM M: Richard Purdie