Skip to content

[CP 343] fix: remove ionic from modulesLoadingOrder to fix soft-dep unload (NETOP-180)#103

Merged
yuva29 merged 1 commit into
ROCm:mainfrom
ci-penbot-01:CP.O2O.pensando.network-operator.343.rocm.network-operator.main
Jul 8, 2026
Merged

[CP 343] fix: remove ionic from modulesLoadingOrder to fix soft-dep unload (NETOP-180)#103
yuva29 merged 1 commit into
ROCm:mainfrom
ci-penbot-01:CP.O2O.pensando.network-operator.343.rocm.network-operator.main

Conversation

@ci-penbot-01

Copy link
Copy Markdown
Contributor

cp of pensando/network-operator#343

…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)
@yuva29 yuva29 merged commit c3a986c into ROCm:main Jul 8, 2026
2 checks passed
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