Re: [PATCH v2 0/3] Provide PowerVM LPAR Platform KeyStore driver for Self Encrypting Drives

2022-07-29 Thread Michael Ellerman
On Sat, 23 Jul 2022 07:30:45 -0400, Nayna Jain wrote: > PowerVM provides an isolated Platform KeyStore(PKS)[1] storage allocation > for each partition(LPAR) with individually managed access controls to store > sensitive information securely. The Linux Kernel can access this storage by > interfacing

[PATCH v2 0/3] Provide PowerVM LPAR Platform KeyStore driver for Self Encrypting Drives

2022-07-23 Thread Nayna Jain
PowerVM provides an isolated Platform KeyStore(PKS)[1] storage allocation for each partition(LPAR) with individually managed access controls to store sensitive information securely. The Linux Kernel can access this storage by interfacing with the hypervisor using a new set of hypervisor calls. Th