X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Ftracehook.h;h=17ba82efa4830543bace0639129b7a0f6e2cd3bb;hb=c4c5ab3089c8a794eb0bdaa9794d0f055dd82412;hp=eb96603d92db0d556141cacf771ca01b26bd779d;hpb=b7c142dbf1e7422d0be7f7faa3f1163ad9da9788;p=firefly-linux-kernel-4.4.55.git diff --git a/include/linux/tracehook.h b/include/linux/tracehook.h index eb96603d92db..17ba82efa483 100644 --- a/include/linux/tracehook.h +++ b/include/linux/tracehook.h @@ -143,7 +143,7 @@ static inline void tracehook_report_syscall_exit(struct pt_regs *regs, int step) * * Return %LSM_UNSAFE_* bits applied to an exec because of tracing. * - * Called with task_lock() held on @task. + * @task->cred_guard_mutex is held by the caller through the do_execve(). */ static inline int tracehook_unsafe_exec(struct task_struct *task) {