[CP 343] fix: remove ionic from modulesLoadingOrder to fix soft-dep unload (NETOP-180)#103
Merged
yuva29 merged 1 commit intoJul 8, 2026
Conversation
…TOP-180) (#343) ionic is a hard kernel dependency of ionic_rdma (tracked by depmod) and should not be in modulesLoadingOrder. Including it in the softdep chain prevents modprobe -r from cascading the unload to pds_core and tawk_ipc when the Module CR is deleted. With ionic removed, the modulesLoadingOrder only contains soft dependencies: [ionic_rdma, pds_core, tawk_ipc]. KMM generates a softdep.conf that modprobe -r can follow to unload all three, while ionic is unloaded automatically via the kernel dependency chain. Co-authored-by: Yuva Shankar <11082310+yuva29@users.noreply.github.com> Co-authored-by: Claude Opus 4 (1M context) <noreply@anthropic.com> (cherry picked from commit 2573db5d9c365b66624dc3a02dda7b3bad504f93)
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.
cp of pensando/network-operator#343