Attention is currently required from: Nikolai Artemiev.
Evan Benn has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/67720 )
Change subject: writeprotect: Add some debug logging if wp_verify fails ......................................................................
Patch Set 1:
(1 comment)
File writeprotect.c:
https://review.coreboot.org/c/flashrom/+/67720/comment/57fd4423_2531ff28 PS1, Line 166: return FLASHROM_WP_ERR_READ_FAILED; This does slightly change the behaviour where before an early failure would be a VERIFY_FAILED but now could become a READ_FAILED. Probably nothing, worth a thought though.