From patchwork Thu Mar 7 02:25:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Tobin C. Harding" X-Patchwork-Id: 10842179 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id EE03614DE for ; Thu, 7 Mar 2019 02:26:01 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CF54F2F0BC for ; Thu, 7 Mar 2019 02:26:01 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C3D832F0CC; Thu, 7 Mar 2019 02:26:01 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,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 DA7AD2F0BC for ; Thu, 7 Mar 2019 02:26:00 +0000 (UTC) Received: (qmail 24129 invoked by uid 550); 7 Mar 2019 02:25:56 -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 24098 invoked from network); 7 Mar 2019 02:25:55 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:message-id :mime-version:subject:to:x-me-proxy:x-me-proxy:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=oxKc3nC4ChsFsCBUy2NStnah7Bm/f rt0us14liNc9fY=; b=2VOwoyYGJmIUFKkoTAPuRvuP4r0aGFoeJjqvz6FP/FiZ0 H74g3Lq+5AK6+58vRq9lupnXPA4o9+S9eJifShwqSCVUE520D/H1ljHzj85uEenY 4PuKBhMTETnp0k9qfsbiSMFToPXScdV2YMbp79Stg6Exi5Mu9SaEPDMnrLyIORX2 Vn705rgjZYdqD7sOcubLCccMnGI7cB//i1wWHwgY50SYztlYsBB3LfhCoHO7/67U 02kxLQkAVq8ABOWvFoUMTNrvAxlQUPfbCksKxFM58YcdrTdz4NOD5fRLi45HIgQA PBzePX50jIrD2gVyrU+iaPxVXA0EG88k4dPXu7JDA== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrfeejgdegiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvuffkgggtugfofgesthdtredtofervdenucfhrhhomhepfdfvohgsihhn ucevrdcujfgrrhguihhnghdfuceothhosghinheskhgvrhhnvghlrdhorhhgqeenucffoh hmrghinhepkhgvrhhnvghlrdhorhhgnecukfhppeduvdegrdduieelrdehrdduheeknecu rfgrrhgrmhepmhgrihhlfhhrohhmpehtohgsihhnsehkvghrnhgvlhdrohhrghenucevlh hushhtvghrufhiiigvpedt X-ME-Proxy: Date: Thu, 7 Mar 2019 13:25:22 +1100 From: "Tobin C. Harding" To: Linus Torvalds Cc: Tycho Andersen , kernel-hardening@lists.openwall.com, linux-kernel@vger.kernel.org Subject: [GIT PULL] leaking_addresses: changes for v5.1-rc1 Message-ID: <20190307022522.GA3942@eros.localdomain> MIME-Version: 1.0 Content-Disposition: inline X-Mailer: Mutt 1.11.3 (2019-02-01) User-Agent: Mutt/1.11.3 (2019-02-01) X-Virus-Scanned: ClamAV using ClamSMTP Hi Linus, Please consider pulling changes to scripts/leaking_addresses.pl I've started using my kernel.org email address. I believe its the key you care about not the email address this email is sent from, the tag is signed as usual. thanks, Tobin. The following changes since commit 1c163f4c7b3f621efff9b28a47abb36f7378d783: Linux 5.0 (2019-03-03 15:21:29 -0800) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/tobin/leaks.git tags/leaks-5.1-rc1 for you to fetch changes up to 9ac060a708e054233265f8febfcef009ac3da826: leaking_addresses: Completely remove --version flag (2019-03-07 08:53:18 +1100) ---------------------------------------------------------------- leaking_addresses patches for 5.1-rc1 Here are two super trivial patches to the leaking addresses script for the 5.1-rc1 merge window. One fixes the debugging output which is currently broken in a bunch of places, the other removes the --version command line option. Both patches have been tested and sitting in linux-next tree for a month or so. Signed-off-by: Tobin C. Harding ---------------------------------------------------------------- Tobin C. Harding (2): leaking_addresses: Fix calls to dprint leaking_addresses: Completely remove --version flag scripts/leaking_addresses.pl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-)