Re: [PATCH v3 6/9] x86/microcode/AMD: verify patch section type for every such section

2018-03-15 Thread Borislav Petkov
ch subject sentence with a capital letter: Subject: [PATCH v3 6/9] x86/microcode/AMD: Verify patch section type for every such section Thx. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.

[PATCH v3 6/9] x86/microcode/AMD: verify patch section type for every such section

2018-03-13 Thread Maciej S. Szmigiero
We should check whether the patch section currently being processed is actually a patch section for each of them (not just the first one) in the late loader verify_and_add_patch() function, just like the early loader already does in parse_container() function. Signed-off-by: Maciej S. Szmigiero -