Skip to content

Remove DependsOn field – dependency information not available#42

Merged
PierreBaronNextron merged 1 commit intomasterfrom
fix/kernel-module-analysis-remove-depends-on-field
Oct 14, 2025
Merged

Remove DependsOn field – dependency information not available#42
PierreBaronNextron merged 1 commit intomasterfrom
fix/kernel-module-analysis-remove-depends-on-field

Conversation

@PierreBaronNextron
Copy link
Copy Markdown
Contributor

This commit removes the DependsOn field from kernelmodule.go.
We currently have no reliable way to obtain the list of modules a given module depends on.
The /proc/modules interface only exposes modules that depend on the current one (i.e., “Used by” information), not the reverse dependency list.

@PierreBaronNextron PierreBaronNextron merged commit a01bc33 into master Oct 14, 2025
2 checks passed
@secDre4mer secDre4mer deleted the fix/kernel-module-analysis-remove-depends-on-field branch January 6, 2026 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants