| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Gemini CLI experiments side effect.
|
| | |
|
| | |
|
| |
|
|
|
| |
Clarify that the kernel build instructions refer to building the kernel
and not buildroot.
|
| |
|
|
|
|
| |
File types that we don't format automatically can end up
with such basic untidiness as trailing whitespaces.
Check for these. Remove all existing precedents.
|
| | |
|
| | |
|
| |
|
|
|
| |
A python3 version of check_links.py raises an exception reading this.
Fix by removing the invalid ascii character.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the various linux build instructions, add pointers to the main
doc with instructions for building syzkaller.
These instructions were present before commit d23e90a7b44b ("all:
switch to Go 1.12"). They were duplicated across files. Since the
commit the instructions are in one place. Make it easier to find
them from the platform-specific setup guides.
Also clarify in the x86_64 guide that using a precompiled compiler
from the supplied list is optional if the distribution provided
compiler is recent enough. Before commit d28f4ce ("Update
setup_ubuntu-host_qemu-vm_x86-64-kernel.md") the file had explicit
build instructions. Those are no longer needed.
|
| |
|
|
|
|
|
|
| |
The sneaky '“' character causes errors when copy-pasting snapshots of
the documentation.
Solved with s/“/"/g.
Signed-off-by: Alessio Balsini <balsini@android.com>
|
| |
|
|
|
|
| |
vmlinux is deprecated in favor of kernel_obj.
Remove all mentions of it.
Also warn in syz-manager/mgrconfig if vmlinux is set.
|
| |
|
|
| |
buildroot v2017.02.6
|
| |
|