Commit Graph

43 Commits

Author SHA1 Message Date
Dmitry Vyukov
08c91ab698 sys: support ptr64 type
ptr64 is like ptr, but always takes 8 bytes of space.
Needed for some APIs. Unfortunately, most of these APIs
use buffer type, so we can't use ptr64 immidiately.
2017-09-02 13:44:28 +02:00
Dmitry Vyukov
a7206b24ca pkg/compiler: check and generate types
Move most of the logic from sysgen to pkg/compiler.

Update #217
2017-09-02 13:06:53 +02:00
Andrey Konovalov
70ab363e79 Update linux_kernel_reporting_bugs.md 2017-09-01 13:58:35 +02:00
Andrey Konovalov
83f1ca5484 Update linux_kernel_reporting_bugs.md 2017-09-01 13:55:37 +02:00
Dmitry Vyukov
5a093b74f6 sys: change proc arguments to the format used by const/flags/len
All other types have optional underlying type as the last argument.
Proc have it as first. This creates very irregular syntax and
complicates parsing. Make type the last argument.

Note: this is a breaking change if you have descriptions on the side.
2017-08-31 14:31:21 +02:00
Zubin Mithra
5857966468 docs: fix syz-headerparser documentation
Remove the --device option from the documentation file
docs/hedaerparser_usage.md
2017-08-27 18:17:00 +02:00
Zubin Mithra
c3631fc789 tools: add headerparser as a tool to assist in writing system call descriptions
The tool can be found inside tools/syz-headerparser. Details on how to use
headerparser can be found inside docs/headerparser_usage.md.
2017-08-25 17:23:52 +02:00
Dmitry Vyukov
2dfba870d0 docs: add landing page for automatically reported bugs 2017-08-17 13:08:38 +02:00
Dmitry Vyukov
6bf1e337a0 Update executing_syzkaller_programs.md 2017-08-09 16:29:35 +02:00
Andrey Konovalov
08a7078aab Update linux_kernel_reporting_bugs.md 2017-08-03 19:11:58 +02:00
Andrey Konovalov
35e1c3cdb5 Update linux_kernel_reporting_bugs.md 2017-08-03 14:36:28 +02:00
Andrey Konovalov
1bf4de5647 docs: small fixes 2017-07-24 18:23:04 +02:00
Dmitry Vyukov
50cd6f06ef Update linux_kernel_configs.md 2017-07-18 14:00:26 +02:00
Thomas Garnier
3fd92b9694 Add Isolated VM
Add a new isolated VM for machines that you cannot easily manage. It
assumes the machine is only available through SSH and create a reverse
proxy to ensure the machine can connect back to syz-manager.

Signed-off-by: Thomas Garnier <thgarnie@google.com>
2017-07-18 09:57:38 +02:00
Andrey Konovalov
bc44358170 Update found_bugs.md 2017-07-06 15:02:30 +02:00
Dmitry Vyukov
c5b6fcddca syz-hub: split client name and manager name
This allows to reduce number of hub clients by grouping managers
and creating one client per such group.
2017-06-29 17:50:44 +02:00
Andrey Konovalov
e71d50711e docs: add instructions on reporting security bugs 2017-06-29 16:01:06 +02:00
Zach Riggle
43f0f8f079 Add 'make android' target and document it (#255) 2017-06-26 15:55:20 +02:00
Zach Riggle
2420edb02e Port console to Darwin (#253)
* Port console to Darwin

* Get syz-executor to build correctly

* Do not export unix and syscall constants

* Add presubmit test

* Add myself to contributors
2017-06-26 15:32:38 +02:00
Yuzhe Han
7077339b70 Parse incdir "incdir" in syscall description file to add custom include directories. (#180)
* Parse #incdir "incdir" in syscall description file to add custom include directories.

* add flagLinux

* remove '#' in incdir flag

* Update sys/README.md AUTHORS CONTRIBUTORS.
2017-06-26 10:52:47 +02:00
Dmitry Vyukov
0b4cf413ea Merge pull request #241 from dvyukov/dvyukov-ci
syz-ci: add continuous integration system
2017-06-22 16:27:37 +02:00
Andrey Konovalov
e02fb02141 Update found_bugs.md 2017-06-22 12:19:46 +02:00
Andrey Konovalov
f1a56fe3b6 Update found_bugs.md 2017-06-21 14:10:21 +02:00
Andrey Konovalov
02f480cc26 Update linux_kernel_reporting_bugs.md 2017-06-21 12:06:27 +02:00
Dmitry Vyukov
6573032fff syz-ci: add continuous integration system 2017-06-20 19:59:55 +02:00
Andrey Konovalov
7a3201d2ad Update found_bugs.md 2017-06-20 17:16:23 +02:00
daveti
a958ca9369 arm64 doc update 2017-06-19 20:43:45 -04:00
Dmitry Vyukov
97b58e7eae syz-manager/mgrconfig: move sshkey from vm config to manager config
Sshkey is a property of image, which is in manager config.
Move sshkey to the same location as image.

The motivation for the move is as follows.
Continuous build produces an image and the key,
both need to be passed manager instance.
Continuous build system should not distinguish
different VM types and mess with their configs.

NOTE FOR USERS: this breaks manager configs again.
Hopefully the last time for now. Docs are updated.
2017-06-17 15:02:58 +02:00
Dmitry Vyukov
c9ee712bc8 sys/syz-extract: move from syz-extract 2017-06-17 14:41:15 +02:00
daveti
a409f5ad50 fix the ssh port option in the doc 2017-06-16 16:58:44 -04:00
Dmitry Vyukov
619a2a8204 docs: say that Suzy-Q is not necessary 2017-06-16 13:14:39 +02:00
Andrey Konovalov
71f516782b docs: various improvements 2017-06-14 18:05:39 +02:00
Andrey Konovalov
15826f5087 docs: move parts of README to docs 2017-06-14 16:13:33 +02:00
Andrey Konovalov
4731d5a4ac docs: minor clean up 2017-06-14 14:08:30 +02:00
Andrey Konovalov
ffc74dde6e docs: move setup pages from wiki 2017-06-14 13:56:18 +02:00
Andrey Konovalov
48f768328f docs: move exeprog, prog2c, repro page from wiki 2017-06-14 13:44:23 +02:00
Andrey Konovalov
e9b5b3f4c7 docs: move kernel configs page from wiki 2017-06-14 13:40:50 +02:00
Andrey Konovalov
6ed5e0a6f4 docs: move executing syzkaller page from wiki 2017-06-14 13:34:14 +02:00
Andrey Konovalov
5c5bc1c0ea docs: move syz-hub page from wiki 2017-06-14 13:31:32 +02:00
Andrey Konovalov
4939b55f03 docs: move found bugs page from wiki 2017-06-14 13:26:14 +02:00
Andrey Konovalov
20368da681 docs: move sys/README.md to docs 2017-06-14 13:23:51 +02:00
Andrey Konovalov
2be54e498d docs: move reporting kernel bugs page from wiki 2017-06-14 13:17:22 +02:00
Andrey Konovalov
acbeecfe56 docs: move contributing section from README to docs/ 2017-06-14 13:12:19 +02:00