Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
evl/thread: use canonical way of updating current->comm
Updating tsk->comm requires holding the task lock, along with propagating the change to a few subsystems (e.g. trace, perf). Use set_task_comm() to update such field instead of open coding the change in a half baked way. Also, make sure such change is forwarded to the process event connector. Signed-off-by: Philippe Gerum <rpm@xenomai.org>
- Loading branch information