Fix hibernation crash on fresh Windows 11 25H2 (BSOD Event 41)#1671
Conversation
|
@audriusbuika Some remarks:
Minor style note: the new comments contain Unicode punctuation (em-dash). Using ASCII hyphens/apostrophes would avoid GitHub's hidden/Unicode warning noise. My recommendation would be to keep the |
idrassi
left a comment
There was a problem hiding this comment.
The DumpFilter.c MDL address selection looks like the right core fix for the hibernation crash. I am requesting changes because the DispatchPower retry/sleep change introduces separate power-path concerns: it may sleep without a local IRQL guarantee and the bounded retry can proceed without proving that boot encryption setup was actually aborted. Please either rework that part to preserve the existing hibernation/setup invariant safely, or split it out so the MDL fix can be reviewed independently.
… the risky sleep.
|
@audriusbuika Thank you for addressing the comments. Proceeding with the merge. |
|
"Minor style note: the new comments contain Unicode punctuation (em-dash). Using ASCII hyphens/apostrophes would avoid GitHub's hidden/Unicode warning noise." This evidently suggests that @audriusbuika used AI for coding; almost no one use em-dash in coding if they use hands and keyboard. @idrassi Do you accept AI-assited code now? Be careful when you merge unknown code as it may create hidden vulnerability. |
|
@sranders1 There are other PRs that have been submitted and which are still not merged because of various issues I put on comments and their author still didn't address them. Some of them are clearly AI with a lot of slop. Humans can also propose malicious changes/PRs so I always follow the same approach: deep evaluation and always suspicious. AI just increase volume but honestly I'm not (yet) drowning under AI slot. |
solved problem: #1668