diff options
| author | Tobin C. Harding <me@tobin.cc> | 2017-12-06 20:10:44 -0500 |
|---|---|---|
| committer | Tobin C. Harding <me@tobin.cc> | 2018-04-06 18:50:34 -0400 |
| commit | 20cdfb5fc49550e66a972ed448e2dacb229aa5d1 (patch) | |
| tree | 81d5eecada7446c62fc39658d7c1d901c7186a54 /scripts | |
| parent | 6d23dd9bbb2e71f1bc1bfbe77831e15cc505a995 (diff) | |
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>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/leaking_addresses.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/leaking_addresses.pl b/scripts/leaking_addresses.pl index b0efa21239ac..b10fd606cef6 100755 --- a/scripts/leaking_addresses.pl +++ b/scripts/leaking_addresses.pl | |||
| @@ -9,9 +9,6 @@ | |||
| 9 | # | 9 | # |
| 10 | # Use --debug to output path before parsing, this is useful to find files that | 10 | # Use --debug to output path before parsing, this is useful to find files that |
| 11 | # cause the script to choke. | 11 | # cause the script to choke. |
| 12 | # | ||
| 13 | # You may like to set kptr_restrict=2 before running script | ||
| 14 | # (see Documentation/sysctl/kernel.txt). | ||
| 15 | 12 | ||
| 16 | use warnings; | 13 | use warnings; |
| 17 | use strict; | 14 | use strict; |
