Re: [RFC PATCH v2 0/3] powerpc/pseries: add support for local secure storage called Platform KeyStore(PKS)

2022-06-27 Thread Dave Hansen
On 6/22/22 14:56, Nayna Jain wrote: > * Renamed PKS driver to PLPKS to avoid naming conflict as mentioned by > Dave Hanson. Thank you for doing this! The new naming looks much less likely to cause confusion.

[RFC PATCH v2 0/3] powerpc/pseries: add support for local secure storage called Platform KeyStore(PKS)

2022-06-22 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. Linux Kernel can access this storage by interfacing with hypervisor using a new set of hypervisor calls. PowerVM gu