-
Notifications
You must be signed in to change notification settings - Fork 1
Open
2 / 32 of 3 issues completedLabels
EpicTop-level issue used to organize and track multiple related sub-issues under a common theme.Top-level issue used to organize and track multiple related sub-issues under a common theme.
Description
This issue focuses on ensuring the completeness of the cmd graph.
A cmd graph is built by the sbom.py script for a given kernel build and a set of root artifacts by traversing the .cmd file hierarchy.
A cmd graph is considered "complete" if the original source tree can be stripped of all files not referenced in the cmd graph such that the kernel can still be built successfully. If the build fails, the graph is considered incomplete and the missing files must be identified and added to make it complete.
- The
sbom_analysis/cmd_graph_based_kernel_build projectCreate a script to find all missing files #32 was created to efficiently find the set of missing files for a given cmd graph. - The linux.v6.17.tinyconfig.x86.tar.gz completeness analysis Cmd Graph Completeness for tinyconfig (x86) #31 was finished. Two missing subgraphs were identified and the cmd graph was extended accordingly.
- The linux.v6.17.y.gregkh-linux-stable.x86.tar.gz completeness analysis CMD Graph Completeness v6.17.y (x86) #46 is in progress
Sub-issues
Metadata
Metadata
Assignees
Labels
EpicTop-level issue used to organize and track multiple related sub-issues under a common theme.Top-level issue used to organize and track multiple related sub-issues under a common theme.