i#20: Port dynamorio kernel module to current DR#33
Draft
bin-wang wants to merge 154 commits into
Draft
Conversation
`make style_reports` complains when a line is too long (over 90 characters). Changing from absolute path to base name in this "generated by" comment resolves this issue.
so that style check doesn't complain about tabs in kernel docs
`stat64` is defined in `<sys/stat.h>` which isn't available in kernel builds. Besides, this function is not needed by drk.
These changes handle that `getenv()` is not available in kernel env.
Ensure function definitions in .c files are consistent with the prototypes already updated in the corresponding header files.
RECREATE_DELAY_UNTIL_DISPATCH and RECREATE_DELAY_UNTIL_PC were added in the drk implementation.
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.
Port
dynamoriokernel module to current DRIssue #20