Эх сурвалжийг харах

leaking_addresses: remove mention of kptr_restrict

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>
Tobin C. Harding 7 жил өмнө
parent
commit
20cdfb5fc4

+ 0 - 3
scripts/leaking_addresses.pl

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