__set_task_comm
__set_task_comm(me, smp_load_acquire(&bprm->file->f_path.dentry->d_name.name),
__set_task_comm(me, kbasename(bprm->filename), true);
extern void __set_task_comm(struct task_struct *tsk, const char *from, bool exec);
__set_task_comm(tsk, from, false); \