Re: [PATCHv3 12/17] x86/mm: Allow to disable MKTME after enumeration
From: Dave Hansen
Date: Wed Jun 13 2018 - 14:30:14 EST
On 06/12/2018 07:39 AM, Kirill A. Shutemov wrote:
> Separate MKTME enumaration from enabling. We need to postpone enabling
> until initialization is complete.
^ enumeration
> The new helper mktme_disable() allows to disable MKTME even if it's
s/to disable/disabling/
> enumerated successfully. MKTME initialization may fail and this
> functionallity allows system to boot regardless of the failure.
What can make it fail?