Tested-by: Greg Joyce <gjo...@linux.vnet.ibm.com> ________________________________ From: Nayna Jain <na...@linux.ibm.com> Sent: Tuesday, July 12, 2022 7:59 PM To: linuxppc-dev@lists.ozlabs.org <linuxppc-dev@lists.ozlabs.org> Cc: Michael Ellerman <m...@ellerman.id.au>; Benjamin Herrenschmidt <b...@kernel.crashing.org>; Paul Mackerras <pau...@samba.org>; George Wilson <gcwil...@linux.ibm.com>; Gregory Joyce <gjo...@ibm.com>; Nayna Jain <na...@linux.ibm.com> Subject: [PATCH 1/2] powerpc/pseries: define driver for Platform KeyStore
PowerVM provides an isolated Platform Keystore(PKS) storage allocation for each LPAR with individually managed access controls to store sensitive information securely. It provides a new set of hypervisor calls for Linux kernel to access PKS storage. Define PLPKS driver using H_CALL interface to access PKS storage. Tested-by: Greg Joyce <gjo...@linux.vnet.ibm.com> Signed-off-by: Nayna Jain <na...@linux.ibm.com>