Re: [PATCH v5 08/25] powerpc/secvar: Handle max object size in the consumer
From: Stefan Berger <stefanb@linux.ibm.com>
Date: 2023-01-31 15:27:17
Also in:
linux-integrity, lkml
From: Stefan Berger <stefanb@linux.ibm.com>
Date: 2023-01-31 15:27:17
Also in:
linux-integrity, lkml
On 1/31/23 01:39, Andrew Donnellan wrote:
From: Russell Currey <redacted> 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 <redacted> Signed-off-by: Andrew Donnellan <redacted>
Reviewed-by: Stefan Berger <stefanb@linux.ibm.com>