Re: [PATCHv2 57/59] x86/mktme: Document the MKTME Key Service API

From: Ben Boeckel
Date: Mon Aug 05 2019 - 07:58:44 EST


On Wed, Jul 31, 2019 at 18:08:11 +0300, Kirill A. Shutemov wrote:
> + key = add_key("mktme", "name", "no-encrypt", strlen(options_CPU),
> + KEY_SPEC_THREAD_KEYRING);

Should this be `type=no-encrypt` here? Also, seems like copy/paste from
the `type=cpu` case for the `strlen` call.

--Ben