On 10/2/20 3:37 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 software or ENODEV if there is no update in > progress. > > Signed-off-by: Russ Weight <russell.h.weight@xxxxxxxxx> > --- > v2: > - Bumped documentation date and version > - Minor code cleanup per review comments > --- > .../ABI/testing/sysfs-class-ifpga-sec-mgr | 10 ++++ > drivers/fpga/ifpga-sec-mgr.c | 59 +++++++++++++++++-- > include/linux/fpga/ifpga-sec-mgr.h | 1 + > 3 files changed, 66 insertions(+), 4 deletions(-) This is 10/12 of the original patch set. Discussions covered most of my issues, the others are changed here. Reviewed-by: Tom Rix <trix@xxxxxxxxxx>