Re: [PATCH v2 5/7] powerpc/secvar: Handle max object size in the consumer

2023-01-03 Thread Andrew Donnellan
On Fri, 2022-12-30 at 15:20 +1100, Russell Currey wrote: > 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 function

[PATCH v2 5/7] powerpc/secvar: Handle max object size in the consumer

2022-12-29 Thread 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 --- arch/powerpc/include/as