Re: [PATCH v3a 1/2] lib: generic accessor functions for arch keystore

2022-08-08 Thread Michal Suchánek
On Mon, Aug 08, 2022 at 04:31:06PM +, Christophe Leroy wrote: > > > Le 08/08/2022 à 17:43, gjo...@linux.vnet.ibm.com a écrit : > > From: Greg Joyce > > > > Generic kernel subsystems may rely on platform specific persistent > > KeyStore to store objects containing sensitive key material. In

Re: [PATCH v3a 1/2] lib: generic accessor functions for arch keystore

2022-08-08 Thread Christophe Leroy
Le 08/08/2022 à 17:43, gjo...@linux.vnet.ibm.com a écrit : > From: Greg Joyce > > Generic kernel subsystems may rely on platform specific persistent > KeyStore to store objects containing sensitive key material. In such case, > they need to access architecture specific functions to perform read

[PATCH v3a 1/2] lib: generic accessor functions for arch keystore

2022-08-08 Thread gjoyce
From: Greg Joyce Generic kernel subsystems may rely on platform specific persistent KeyStore to store objects containing sensitive key material. In such case, they need to access architecture specific functions to perform read/write operations on these variables. Define the generic variable read