Hi Vitaly, On Sat, 2021-06-26 at 03:27 +0300, Vitaly Chikunov wrote: > > In either case, is imaevm_params.keyid > > suppose to be big endian byte order? > > No, it's in native order. This looked reasonable, since it could be > presented to the user as a hex number. My confusion must have come from the __read_keyid() comment. + * @keyid: Pointer to 32-bit value in network order, can be unaligned. Please annotate the comment and the imaevm_params.keyid appropriately. thanks, Mimi