Re: [Xen-devel] [PATCH] x86/EFI: avoid overrunning mb_modules[]

2017-03-17 Thread Andrew Cooper
On 17/03/17 10:06, Jan Beulich wrote: > Commit 436fb462ab ("x86/microcode: enable boot time (pre-Dom0) > loading") added a 4th module without providing an array slot for it. > > Signed-off-by: Jan Beulich Reviewed-by: Andrew Cooper ___ Xen-devel maili

[Xen-devel] [PATCH] x86/EFI: avoid overrunning mb_modules[]

2017-03-17 Thread Jan Beulich
Commit 436fb462ab ("x86/microcode: enable boot time (pre-Dom0) loading") added a 4th module without providing an array slot for it. Signed-off-by: Jan Beulich --- a/xen/arch/x86/efi/efi-boot.h +++ b/xen/arch/x86/efi/efi-boot.h @@ -13,7 +13,7 @@ static struct file __initdata ucode; static multib