Re: [PATCH 1/6] powerpc/pseries: fix the object owners enum value in plpks driver

2022-11-24 Thread Andrew Donnellan
On Sun, 2022-11-06 at 15:58 -0500, Nayna Jain wrote: > OS_VAR_LINUX enum in PLPKS driver should be 0x02 instead of 0x01. This should be PLPKS_VAR_LINUX. And it's a macro, not an enum. The new value does indeed match the (currently IBM internal) specification - 0x01 is AIX. > > Fixes: 2454a7af0f

[PATCH 1/6] powerpc/pseries: fix the object owners enum value in plpks driver

2022-11-06 Thread Nayna Jain
OS_VAR_LINUX enum in PLPKS driver should be 0x02 instead of 0x01. Fixes: 2454a7af0f2a ("powerpc/pseries: define driver for Platform KeyStore") Signed-off-by: Nayna Jain --- arch/powerpc/platforms/pseries/plpks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/pla