File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ static inline int ptrace_report_syscall(struct pt_regs *regs)
83
83
* tracehook_report_syscall_entry - task is about to attempt a system call
84
84
* @regs: user register state of current task
85
85
*
86
- * This will be called if %TIF_SYSCALL_TRACE has been set, when the
87
- * current task has just entered the kernel for a system call.
86
+ * This will be called if %TIF_SYSCALL_TRACE or %TIF_SYSCALL_EMU have been set,
87
+ * when the current task has just entered the kernel for a system call.
88
88
* Full user register state is available here. Changing the values
89
89
* in @regs can affect the system call number and arguments to be tried.
90
90
* It is safe to block here, preventing the system call from beginning.
You can’t perform that action at this time.
0 commit comments