OSDN Git Service

x86/microcode/intel: Fix BDW late-loading revision check
authorBen Hutchings <ben.hutchings@codethink.co.uk>
Wed, 24 Jan 2018 02:31:19 +0000 (02:31 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Jan 2018 11:06:07 +0000 (12:06 +0100)
commit20e3fa5dd5818b425b18528571e133034833df27
tree8bf976c7ede94b492b0f2f5f6479ea45355c1c2e
parent579a9885cfe40645bc62207f318d172c4cad7942
x86/microcode/intel: Fix BDW late-loading revision check

The backport of commit b94b73733171 ("x86/microcode/intel: Extend BDW
late-loading with a revision check") to 4.4-stable deleted a "return true"
statement.  This bug is not present upstream or other stable branches.

Signed-off-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/x86/kernel/cpu/microcode/intel.c