Add CI jobs to compile the tools we use#6870
Closed
lilith218 wants to merge 22 commits intogoogle:masterfrom
Closed
Add CI jobs to compile the tools we use#6870lilith218 wants to merge 22 commits intogoogle:masterfrom
lilith218 wants to merge 22 commits intogoogle:masterfrom
Conversation
Fix parser and lexer for strace log parsing. Add macros for C-code generation for dynamic map ranges. --- Signed-off-by: Martin Beck <[email protected]>
- Adds mmap length macro - File descriptor tracking to close otherwise leaking fds - Increases lexer memory to parse larger strace logs Signed-off-by: Martin Beck <[email protected]>
Signed-off-by: Martin Beck <[email protected]>
Signed-off-by: Martin Beck <[email protected]>
Signed-off-by: Martin Beck <[email protected]>
Adds: - Storing syscall return value in syzlang .prog files --------- Signed-off-by: Martin Beck <[email protected]>
Changes: - Uses cache for already computed resource usage per syscall - Uses Bloom Filters to implement a fast skip instead of checking cache - Uses information about already processed calls to skip all tests on them - Uses a pre-generated map storing indices of next-to-check syscalls for skipping irrelevant syscall checks Reduces overall runtime on a complete 4gb mysql syzlang program from 7 hours to 30 seconds. ----- Signed-off-by: Martin Beck <[email protected]>
Changes: - Fixes statx struct definition in syzkaller to match strace output ---- Signed-off-by: Martin Beck <[email protected]>
) Changes: - all write/send syscalls use one thread local buffer as source --------- Signed-off-by: martin-beck <[email protected]>
Signed-off-by: Bohdan Trach <[email protected]> Co-authored-by: Bohdan Trach <[email protected]>
Signed-off-by: Martin Beck <[email protected]>
Change - Parsing of strace log into complete syzlang program by default, not a single program per thread - Ordering of syscalls to appear at the place where they finished in the strace log, not where they were started --------- Signed-off-by: Martin Beck <[email protected]>
Signed-off-by: Lilith Oberhauser <[email protected]>
Adds: - Extraction based on threads as recorded in strace log --------- Signed-off-by: Martin Beck <[email protected]> Signed-off-by: Bohdan Trach <[email protected]> Co-authored-by: Martin Beck <[email protected]> Co-authored-by: Bohdan Trach <[email protected]>
Signed-off-by: Bohdan Trach <[email protected]> Co-authored-by: Bohdan Trach <[email protected]>
Change - Small fixes, improvements and cleanup on thread based extraction --------- Signed-off-by: Martin Beck <[email protected]>
Adds: - Initial support for networking syscalls --------- Signed-off-by: Martin Beck <[email protected]>
Signed-off-by: Lilith Oberhauser <[email protected]>
Signed-off-by: Lilith Oberhauser <[email protected]>
Signed-off-by: Lilith Oberhauser <[email protected]>
Signed-off-by: Lilith Oberhauser <[email protected]>
Signed-off-by: Lilith Oberhauser <[email protected]>
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.