Open
Conversation
… Docker containers.
…rent infer versions on varied linux-kernel versions and configurations. Required files prepared and added to /files folder, that required for a successful infer analyze process. InferOnLinuxKernel and InferAnalyseScriptManual documents created to help users. Dockerfiles modified in order to run infer as a user.
…d grouped according to infer versions. Since Infer-Analyze is failed for infer-v4.16 maximalyesconfig with infer0150, Failure reports added for these runs.
… mock-code examples created to understand why infer created false-positive issues.
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.
Docker files created for Infer 0.13.1, 0.14.0 and 0.15.1 to be able to run infer on linux kernel on a docker-container.
Analyse.sh script created to make this process automated and also several required files added(inferconfig, maxyesconfig etc).
Infer results added for different kerne-version, infer-version pairs.
After analyzing infer-warnings and finding false-positive results, mock-code examples created to reproduce same false-positive result with minimum number of code.