From c88f6c0bf7401170a234ca3369074d22f384709b Mon Sep 17 00:00:00 2001 From: Lorenzo Stoakes Date: Sun, 6 Mar 2016 19:10:29 +0000 Subject: Fix typo in README.md. --- README.md | 5 ++--- 1 file 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. - -- cgit mrf-deployment