commit | 3e6c9dbee8a354d824b89eb54573103594f1cffe | [log] [tgz] |
---|---|---|
author | Wasim Nazir <quic_wasimn@quicinc.com> | Tue Dec 20 12:23:20 2022 +0530 |
committer | Wasim Nazir <quic_wasimn@quicinc.com> | Tue Jan 24 14:15:25 2023 +0530 |
tree | 5b15a1dd7ed5bc8c39224f0b276b325598e82925 | |
parent | 1e53806ad984af26c10aefb07aa6d4df0327df61 [diff] |
libmodprobe: LPM: Load all modules in *.load with *.dep satisfied Load all hard-dependent-modules even if they are not listed in *.load. Defer softdep module loading to InsmodWithDeps, as loading it parallel breaks the purpose of softdep which is used to load the modules according to dependency/sequence(pre/post) added. Test: Normal/Recovery Boot to home Bug: 261678056 Change-Id: I0aea7580545affbf4caa9205281868aad00a2bb0 Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com>