Re: [PATCH v5 08/25] powerpc/secvar: Handle max object size in the consumer

2023-01-31 Thread Stefan Berger
On 1/31/23 01:39, Andrew Donnellan wrote: From: Russell Currey Currently the max object size is handled in the core secvar code with an entirely OPAL-specific implementation, so create a new max_size() op and move the existing implementation into the powernv platform. Should be no functiona

[PATCH v5 08/25] powerpc/secvar: Handle max object size in the consumer

2023-01-30 Thread Andrew Donnellan
From: Russell Currey Currently the max object size is handled in the core secvar code with an entirely OPAL-specific implementation, so create a new max_size() op and move the existing implementation into the powernv platform. Should be no functional change. Signed-off-by: Russell Currey Signe