In the Linux kernel, the following vulnerability has been resolved:
x86/microcode/AMD: Fix _applymicrocode_amd()'s return value
When verifysha256digest() fails, _applymicrocode_amd() should propagate the failure by returning false (and not -1 which is promoted to true).