linux-stable/arch/x86/kernel/cpu/microcode
Maciej S. Szmigiero 479229d160 x86/microcode/AMD: Subtract SECTION_HDR_SIZE from file leftover length
verify_patch_size() verifies whether the remaining size of the microcode
container file is large enough to contain a patch of the indicated size.

However, the section header length is not included in this indicated
size but it is present in the leftover file length so it should be
subtracted from the leftover file length before passing this value to
verify_patch_size().

 [ bp: Split comment. ]

Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: x86-ml <x86@kernel.org>
Link: http://lkml.kernel.org/r/6df43f4f6a28186a13a66e8d7e61143c5e1a2324.1529424596.git.mail@maciej.szmigiero.name
2018-11-19 10:44:59 +01:00
..
amd.c x86/microcode/AMD: Subtract SECTION_HDR_SIZE from file leftover length 2018-11-19 10:44:59 +01:00
core.c x86/microcode: Make revision and processor flags world-readable 2018-09-02 14:09:13 +02:00
intel.c x86/microcode: Update the new microcode revision unconditionally 2018-09-02 14:10:54 +02:00
Makefile x86/microcode/intel: Remove intel_lib.c 2016-10-25 12:28:59 +02:00