aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2016-03-07 10:12:11 +0100
committerDmitry Vyukov <dvyukov@google.com>2016-03-07 10:12:11 +0100
commit54b0a7dc6a7fb4bfc0192be1c67bf554744db54c (patch)
tree2228800693d9431a865bb6398ed330fc04f54316
parentab8bef973e85760d78cc93c2eafd7d48428dd2b7 (diff)
parentc88f6c0bf7401170a234ca3369074d22f384709b (diff)
Merge pull request #27 from lorenzo-stoakes/fix-typo
Fix typo in README.md.
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index ad288b535..a89965b0c 100644
--- a/README.md
+++ b/README.md
@@ -180,7 +180,7 @@ Here are some things to check if there are problems running syzkaller.
- Build the test program from `Documentation/kcov.txt` and run it inside the VM.
- Check that debug information (from the `CONFIG_DEBUG_INFO` option) is available
- - Pass the hex output from the kcov test program to `addrline -a -i -f -e $VMLINUX` (where
+ - Pass the hex output from the kcov test program to `addr2line -a -i -f -e $VMLINUX` (where
`VMLINUX` is the vmlinux file, as per the `vmlinux` config value), to confirm
that symbols for the kernel are available.
@@ -199,9 +199,8 @@ Here are some things to check if there are problems running syzkaller.
that the test kernel does not include support for all of the required namespaces.
In this case, running the `syz-execprog` test with the `-nobody=0` option fixes the problem,
so the main configuration needs to be updated to set `dropprivs` to `false`.
-
+
## Disclaimer
This is not an official Google product.
-