[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 7/8] xen/x86/efi: Verify dom0 kernel with SHIM_LOCK protocol in efi_multiboot2()
>>> On 19.06.18 at 16:35, <daniel.kiper@xxxxxxxxxx> wrote: > @@ -435,6 +439,18 @@ __efi64_mb2_start: > cmove MB2_efi64_ih(%rcx),%rdi > je .Lefi_mb2_next_tag > > + /* > + * Get dom0 kernel module struct address from Multiboot2 > + * information and ignore the rest of modules. > + */ > + cmpl $MULTIBOOT2_TAG_TYPE_MODULE,MB2_tag_type(%rcx) > + jne .Lefi_mb2_end > + > + test %r14d,%r14d > + cmovz %ecx,%r14d > + jmp .Lefi_mb2_next_tag > + > +.Lefi_mb2_end: Especially here, but perhaps also applicable to other hunks: Despite surrounding code being like this, can we please stop the bad habit of not having blanks after the commas in insn operand lists? Also personally I'd prefer if you uppercased the d in Dom0 everywhere - we commonly use something like d%d or otherwise Dom%d (or DomU). With these purely mechanical things taken care of Acked-by: Jan Beulich <jbeulich@xxxxxxxx> Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |