From patchwork Thu Nov 9 05:09:31 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobin Harding X-Patchwork-Id: 10050115 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 65EDF602D7 for ; Thu, 9 Nov 2017 05:10:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 51F222A9FB for ; Thu, 9 Nov 2017 05:10:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 469A12AA0E; Thu, 9 Nov 2017 05:10:46 +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.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID 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 85A502A9FB for ; Thu, 9 Nov 2017 05:10:45 +0000 (UTC) Received: (qmail 1827 invoked by uid 550); 9 Nov 2017 05:10:19 -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 1643 invoked from network); 9 Nov 2017 05:10:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobin.cc; h=cc :date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=uCzOJf186S7AZcoZd sM0sMQp4+swTyk28ShTbN4Coqk=; b=hxjN0ADCtA530E9Etdq0jR1g3qbc9FQJN aMzit+XuZsjgSxyC0kdwoF11NwkebeIhxAJC/OK0U9H/cpx8G8lAjtItX72mEos4 is8Ge0MUmHjvBxOLplQE0MIiTgtgbPu0h6TabKFycFVQF/r1ARhuVDaeespkA5Y0 KVuxElVofldFc0wn8QlzMPGg8YL2VuNpWIvcL4D7gtpbTZmqvCk5ylT9QlTFf6bw k6Fdrl/yEzFqGeIKMJW23p4UUGLeXfrrQIC+VP0RQLnAniWPdGi+0OCh7gVmHkkF E0IwzG7UjcDtBJgMiylFaH3iDzaUd01pJ7i7SJiqcJ7X3lL1Z70pw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm1; bh=uCzOJf186S7AZcoZdsM0sMQp4+swTyk28ShTbN4Coqk=; b=qh/UuwMN HQRE1LhgOg/OC9pwGelsMEp2th44QIaK0AT3HuwJxk7rP55faAnsfhJqBZ7nCs0x SNJpd460873NVMTAmzAalHLW9eb+YFdI4XaG/mFiqvrVBLn58ZbXC6hggEYnC6pZ WvXN6O5xTiJZPbgCmwt20qwSXwpTkzTngUdR1cgINZ3BIxd3/8X2eci8TQ/RdzBF YpVEtiv6nGUu11V08Z33XEAbbC38aMTMyXG17aZFzkPGu3zm+eepSDU9KEJBqiXB Ly1iDFfU4I/MJm/au8xB7Dkin27lrtXJHP2nceWutWue/3hI1tfA/mXic1/BgsKs AX0UEH4xs8yCNQ== X-ME-Sender: From: "Tobin C. Harding" To: Linus Torvalds Cc: "Tobin C. Harding" , "Jason A. Donenfeld" , Theodore Ts'o , Kees Cook , Paolo Bonzini , Tycho Andersen , "Roberts, William C" , Tejun Heo , Jordan Glover , Greg KH , Petr Mladek , Joe Perches , Ian Campbell , Sergey Senozhatsky , Catalin Marinas , Will Deacon , Steven Rostedt , Chris Fries , Dave Weinstein , Daniel Micay , Djalal Harouni , "Paul E. McKenney" , Andy Lutomirski , Peter Zijlstra , Michael Ellerman , David Miller , Network Development , linux-kernel@vger.kernel.org, kernel-hardening@lists.openwall.com Date: Thu, 9 Nov 2017 16:09:31 +1100 Message-Id: <1510204175-10138-5-git-send-email-me@tobin.cc> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1510204175-10138-1-git-send-email-me@tobin.cc> References: <1510204175-10138-1-git-send-email-me@tobin.cc> Subject: [kernel-hardening] [PATCH v2 4/8] scripts/leaking_addresses: fix comment typo X-Virus-Scanned: ClamAV using ClamSMTP Fix typo in comment string. Signed-off-by: Tobin C. Harding --- scripts/leaking_addresses.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/leaking_addresses.pl b/scripts/leaking_addresses.pl index 719ed0aaede7..3f8c6e230962 100755 --- a/scripts/leaking_addresses.pl +++ b/scripts/leaking_addresses.pl @@ -40,7 +40,7 @@ my @skip_parse_files_abs = ('/proc/kmsg', '/sys/kernel/debug/tracing/trace_pipe', '/sys/kernel/security/apparmor/revision'); -# Do not parse thes files under any subdirectory. +# Do not parse these files under any subdirectory. my @skip_parse_files_any = ('0', '1', '2',