Re: [PATCH v2 3/3] remoteproc: wkup_m3: Set deny_sysfs_ops flag

2020-11-20 Thread Bjorn Andersson
On Fri 20 Nov 21:01 CST 2020, Suman Anna wrote: > The Wakeup M3 remote processor is controlled by the wkup_m3_ipc > client driver, so set the newly introduced 'deny_sysfs_ops' flag > to not allow any overriding of the remoteproc firmware or state > from userspace. > Reviewed-by: Bjorn Andersson

[PATCH v2 3/3] remoteproc: wkup_m3: Set deny_sysfs_ops flag

2020-11-20 Thread Suman Anna
The Wakeup M3 remote processor is controlled by the wkup_m3_ipc client driver, so set the newly introduced 'deny_sysfs_ops' flag to not allow any overriding of the remoteproc firmware or state from userspace. Signed-off-by: Suman Anna --- v2: rebased version, no code changes, patch title adjusted