Re: [PATCH v2 6/7] powerpc/secvar: Extend sysfs to include config vars

2023-01-05 Thread Russell Currey
On Fri, 2023-01-06 at 15:15 +1100, Michael Ellerman wrote: > Russell Currey writes: > > The forthcoming pseries consumer of the secvar API wants to expose > > a > > number of config variables.  Allowing secvar implementations to > > provide > > their own sysfs attributes makes it easy for consumer

Re: [PATCH v2 6/7] powerpc/secvar: Extend sysfs to include config vars

2023-01-05 Thread Russell Currey
On Thu, 2023-01-05 at 18:28 +1100, Andrew Donnellan wrote: > On Fri, 2022-12-30 at 15:20 +1100, Russell Currey wrote: > > The forthcoming pseries consumer of the secvar API wants to expose > > a > > number of config variables.  Allowing secvar implementations to > > provide > > their own sysfs attr

Re: [PATCH v2 6/7] powerpc/secvar: Extend sysfs to include config vars

2023-01-05 Thread Michael Ellerman
Russell Currey writes: > The forthcoming pseries consumer of the secvar API wants to expose a > number of config variables. Allowing secvar implementations to provide > their own sysfs attributes makes it easy for consumers to expose what > they need to. > > This is not being used by the OPAL sec

Re: [PATCH v2 6/7] powerpc/secvar: Extend sysfs to include config vars

2023-01-04 Thread Andrew Donnellan
On Fri, 2022-12-30 at 15:20 +1100, Russell Currey wrote: > The forthcoming pseries consumer of the secvar API wants to expose a > number of config variables.  Allowing secvar implementations to > provide > their own sysfs attributes makes it easy for consumers to expose what > they need to. > > Th

[PATCH v2 6/7] powerpc/secvar: Extend sysfs to include config vars

2022-12-29 Thread Russell Currey
The forthcoming pseries consumer of the secvar API wants to expose a number of config variables. Allowing secvar implementations to provide their own sysfs attributes makes it easy for consumers to expose what they need to. This is not being used by the OPAL secvar implementation at present, and