Revert "FROMLIST: cpuidle: Deny idle entry when CPU already have IPI interrupt pending - #1855
Conversation
|
Dev Completion validation failed CR: 4681020 The change task for this CR could not be moved to Dev Complete because of the error above. Please resolve the issue in Orbit and re-run the failed Orbit check. |
…interrupt pending" Denying idle state entry requires local_irq_enable() before returning back to caller which is missing. This reverts commit b2fe44e. Signed-off-by: Maulik Shah <maulik.shah@oss.qualcomm.com>
8ab353a to
c31da37
Compare
🔨 Build Failure Analysis — PR #1855PR: #1855
VerdictThis is a pre-existing integration issue, not a compilation error. The PR changes to 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1855PR: #1855
VerdictThis is not a compilation failure. The build failed during the pre-compilation automerge/integration phase when attempting to merge the PR branch ( 📎 Detailed analysis: Full report |
179ed43
into
qualcomm-linux:tech/pm/power
🔨 Build Failure Analysis — PR #1855PR: #1855
VerdictThis is not a compilation failure. The build failed during the automerge phase with 146 merge conflicts across device tree bindings, DTS files, sound drivers, and other subsystems. None of these conflicts are introduced by this PR. The PR only modifies 📎 Detailed analysis: Full report |
🔨 Build Failure Analysis — PR #1855PR: #1855
VerdictNo compilation errors found. The build failed during the merge phase with 146 pre-existing merge conflicts in files unrelated to this PR. The PR's changes to 📎 Detailed analysis: Full report |
PR #1855 — validate-patchPR: #1855
Final Summary
|
PR #1855 — checker-log-analyzerPR: #1855
Detailed report: Full report
|
Denying idle state entry requires local_irq_enable() before returning back to caller which is missing.
This reverts commit b2fe44e.
CRs-Fixed: 4681020