Re: [PATCHv2 0/5] x86: Enumerate TME and PCONFIG, add MKTME_KEY_PROG helper

2018-02-07 Thread Dave Hansen
On 02/07/2018 04:59 AM, Kirill A. Shutemov wrote: > The patchset does some ground work for MKTME enabling: > - Adds two new cpufeatures: TME and PCONFIG; > - Detects if BIOS enabled TME and MKTME; > - Enumerates what PCONFIG targets are supported; > - Provides helper to program encryption

Re: [PATCHv2 0/5] x86: Enumerate TME and PCONFIG, add MKTME_KEY_PROG helper

2018-02-07 Thread Dave Hansen
On 02/07/2018 04:59 AM, Kirill A. Shutemov wrote: > The patchset does some ground work for MKTME enabling: > - Adds two new cpufeatures: TME and PCONFIG; > - Detects if BIOS enabled TME and MKTME; > - Enumerates what PCONFIG targets are supported; > - Provides helper to program encryption

[PATCHv2 0/5] x86: Enumerate TME and PCONFIG, add MKTME_KEY_PROG helper

2018-02-07 Thread Kirill A. Shutemov
The patchset does some ground work for MKTME enabling: - Adds two new cpufeatures: TME and PCONFIG; - Detects if BIOS enabled TME and MKTME; - Enumerates what PCONFIG targets are supported; - Provides helper to program encryption keys into CPU; As part of TME enumeration we check of how

[PATCHv2 0/5] x86: Enumerate TME and PCONFIG, add MKTME_KEY_PROG helper

2018-02-07 Thread Kirill A. Shutemov
The patchset does some ground work for MKTME enabling: - Adds two new cpufeatures: TME and PCONFIG; - Detects if BIOS enabled TME and MKTME; - Enumerates what PCONFIG targets are supported; - Provides helper to program encryption keys into CPU; As part of TME enumeration we check of how