]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
leaking_addresses: remove mention of kptr_restrict
authorTobin C. Harding <me@tobin.cc>
Thu, 7 Dec 2017 01:10:44 +0000 (12:10 +1100)
committerTobin C. Harding <me@tobin.cc>
Fri, 6 Apr 2018 22:50:34 +0000 (08:50 +1000)
leaking_addresses.pl can be run with kptr_restrict==0 now, we don't need
the comment about setting kptr_restrict any more.

Remove comment suggesting setting kptr_restrict.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
scripts/leaking_addresses.pl

index b0efa21239acb10a027211125af2d7e4c6812d90..b10fd606cef6b02a46739ecfc9b49aa4a0a7d062 100755 (executable)
@@ -9,9 +9,6 @@
 #
 # Use --debug to output path before parsing, this is useful to find files that
 # cause the script to choke.
-#
-# You may like to set kptr_restrict=2 before running script
-# (see Documentation/sysctl/kernel.txt).
 
 use warnings;
 use strict;