Re: [PATCH v6 3/4] drivers/acpi: Introduce Platform Firmware Runtime Update Telemetry

From: Greg Kroah-Hartman
Date: Mon Oct 25 2021 - 02:48:51 EST


On Mon, Oct 25, 2021 at 02:25:27PM +0800, Chen Yu wrote:
> Platform Firmware Runtime Update(PFRU) Telemetry Service is part of RoT
> (Root of Trust), which allows PFRU handler and other PFRU drivers to
> produce telemetry data to upper layer OS consumer at runtime.
>
> The linux provides interfaces for the user to query the parameters of
> telemetry data, and the user could read out the telemetry data
> accordingly.
>
> The corresponding userspace tool and man page will be introduced at
> tools/power/acpi/pfru.
>
> Signed-off-by: Chen Yu <yu.c.chen@xxxxxxxxx>

The review comments I made on the previous patch in this series also
apply here.

thanks,

greg k-h