| commit | b02a577636c2bbd8b0d777b3ebb379eba170fac6 | [log] [tgz] |
|---|---|---|
| author | Joe Hattori <hattorij@google.com> | Thu Aug 28 09:56:51 2025 +0000 |
| committer | Joe Hattori <hattorij@google.com> | Thu Aug 28 10:01:45 2025 +0000 |
| tree | 8b53b8ee042af9f5d948bcb48c83db4dc05c5aba | |
| parent | 44ebaea83097c61246a1a09d39a66a8e77c42b02 [diff] |
libmodprobe: Canonicalize module names in ModuleDependencyGraph::GetModule() This commit makes sure to call CanonicalizeModulePath() in ModuleDependencyGraph::GetModule(). Some kernel modules with '-' in their name were requested, where they should have been replaced with '_', leaving the kernel modules unloaded. Test: snd-hda-codec-hdmi is loaded Bug: 441237125 Change-Id: Ieebab51f1ae6e2d1d33e6e0eda1302612d2de52f