mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
powerpc/pseries: fix the object owners enum value in plpks driver
[ Upstream commit2330757e0b] OS_VAR_LINUX enum in PLPKS driver should be 0x02 instead of 0x01. Fixes:2454a7af0f("powerpc/pseries: define driver for Platform KeyStore") Signed-off-by: Nayna Jain <nayna@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20221106205839.600442-2-nayna@linux.ibm.com Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
8240299519
commit
b38e5a3c46
|
|
@ -17,7 +17,7 @@
|
|||
#define WORLDREADABLE 0x08000000
|
||||
#define SIGNEDUPDATE 0x01000000
|
||||
|
||||
#define PLPKS_VAR_LINUX 0x01
|
||||
#define PLPKS_VAR_LINUX 0x02
|
||||
#define PLPKS_VAR_COMMON 0x04
|
||||
|
||||
struct plpks_var {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user