In the Linux kernel, the following vulnerability has been resolved:
x86/CPU/AMD: Terminate the erratum1386microcode array
The erratum1386microcode array requires an empty entry at the end. Otherwise x86matchcpuwithstepping() will continue iterate the array after it ended.
Add an empty entry to erratum1386microcode to its end.