This repository was archived by the owner on Nov 17, 2025. It is now read-only.
Commit 2476d26
kernel: module.c: Force loading of modules that fail symbol version checks
- Some kernel changes may break kmi, at which point the kernel will
refuse to load some vendor modules.
- But certain modules are critical for device startup. If they are
not successfully loaded, not only can't boot, even can't enter
recovery mode (because the same kernel is used to start Android
and start recovery). At this time, user can only flash the stock
boot image through fastboot. This is very inconvenient for users.
- Therefore, we force the loading of modules that fail the symbol
version check to ensure that Android / Recovery can start normally.
But also keep the warning to remind the developer to fix it.
Signed-off-by: Pzqqt <[email protected]>1 parent ddb77c8 commit 2476d26
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1352 | 1352 | | |
1353 | 1353 | | |
1354 | 1354 | | |
1355 | | - | |
| 1355 | + | |
1356 | 1356 | | |
1357 | | - | |
| 1357 | + | |
1358 | 1358 | | |
1359 | 1359 | | |
1360 | 1360 | | |
| |||
0 commit comments