Attention is currently required from: Evan Benn.
Edward O'Callaghan has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/69401 )
Change subject: flashrom_tester: Simplify WriteProtectState ......................................................................
Patch Set 4: Code-Review+2
(1 comment)
Commit Message:
https://review.coreboot.org/c/flashrom/+/69401/comment/9b118740_54f4ee41 PS4, Line 9: We are not using push() anywhere so remove that. Drop the Mutex, rely on : callers not doing it wrong. Just update the commit message to elaborate on the technical trade off's here between the multi layer stack machine vs the single layer state tracker solutions and what was the problem that was being solved. Also add the note about multiple life-time trackers being reduced down. Otherwise the new solution looks good. Include bug to link back to your wider project.