Re: [PATCH v2 3/7] fpga: sec-mgr: expose sec-mgr update status

2020-10-06 Thread Russ Weight
On 10/5/20 1:41 AM, Wu, Hao wrote: >> Subject: [PATCH v2 3/7] fpga: sec-mgr: expose sec-mgr update status >> >> Extend the Intel Security Manager class driver to >> include an update/status sysfs node that can be polled >> and read to monitor the progress

RE: [PATCH v2 3/7] fpga: sec-mgr: expose sec-mgr update status

2020-10-05 Thread Wu, Hao
> Subject: [PATCH v2 3/7] fpga: sec-mgr: expose sec-mgr update status > > Extend the Intel Security Manager class driver to > include an update/status sysfs node that can be polled > and read to monitor the progress of an ongoing secure > update. Sysfs_notify() is used to

Re: [PATCH v2 3/7] fpga: sec-mgr: expose sec-mgr update status

2020-10-04 Thread Tom Rix
On 10/2/20 3:36 PM, Russ Weight wrote: > Extend the Intel Security Manager class driver to > include an update/status sysfs node that can be polled > and read to monitor the progress of an ongoing secure > update. Sysfs_notify() is used to signal transitions > between different phases of the

[PATCH v2 3/7] fpga: sec-mgr: expose sec-mgr update status

2020-10-02 Thread Russ Weight
Extend the Intel Security Manager class driver to include an update/status sysfs node that can be polled and read to monitor the progress of an ongoing secure update. Sysfs_notify() is used to signal transitions between different phases of the update process. Signed-off-by: Russ Weight --- v2: