Re: [PATCH v1 10/12] fpga: enable sec-mgr update cancel

2020-09-23 Thread Tom Rix
On 9/22/20 5:55 PM, Russ Weight wrote: > > On 9/6/20 10:00 AM, Tom Rix wrote: >> On 9/4/20 4:53 PM, Russ Weight wrote: >>> Extend the Intel Security Manager class driver to include >>> an update/cancel sysfs file that can be written to request >>> that an update be canceled. The write may return

Re: [PATCH v1 10/12] fpga: enable sec-mgr update cancel

2020-09-06 Thread Tom Rix
On 9/4/20 4:53 PM, Russ Weight wrote: > Extend the Intel Security Manager class driver to include > an update/cancel sysfs file that can be written to request > that an update be canceled. The write may return EBUSY if > the update has progressed to the point that it cannot be > canceled by softw

[PATCH v1 10/12] fpga: enable sec-mgr update cancel

2020-09-04 Thread Russ Weight
Extend the Intel Security Manager class driver to include an update/cancel sysfs file that can be written to request that an update be canceled. The write may return EBUSY if the update has progressed to the point that it cannot be canceled by software or ENODEV if there is no update in progress.