From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932854AbdKFVDe (ORCPT ); Mon, 6 Nov 2017 16:03:34 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:56861 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752520AbdKFVDb (ORCPT ); Mon, 6 Nov 2017 16:03:31 -0500 X-ME-Sender: Date: Tue, 7 Nov 2017 08:03:27 +1100 From: "Tobin C. Harding" To: Pavel Vasilyev Cc: Linus Torvalds , "kernel-hardening@lists.openwall.com" , "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 , Linux Kernel Mailing List , Network Development , David Miller Subject: Re: [kernel-hardening] Re: [PATCH v3] scripts: add leaking_addresses.pl Message-ID: <20171106210327.GS18478@eros> References: <1509945567-11801-1-git-send-email-me@tobin.cc> <12d52fe9-d205-7186-31ac-0eb6e7a467e6@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <12d52fe9-d205-7186-31ac-0eb6e7a467e6@gmail.com> X-Mailer: Mutt 1.5.24 (2015-08-30) User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 06, 2017 at 09:25:33PM +0300, Pavel Vasilyev wrote: >  ./leaking_addresses.pl --dont_walk_abs /proc --dont_walk_abs /sys > Unknown option: dont_walk_abs > Unknown option: dont_walk_abs Oh thanks. Documentation is out of sync with the code, what are the odds. v4 to come. thanks, Tobin.