diff options
Diffstat (limited to 'include/linux/tracehook.h')
-rw-r--r-- | include/linux/tracehook.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/tracehook.h b/include/linux/tracehook.h index 32867ab86c70..589f429619c9 100644 --- a/include/linux/tracehook.h +++ b/include/linux/tracehook.h | |||
@@ -103,7 +103,8 @@ static inline void ptrace_report_syscall(struct pt_regs *regs) | |||
103 | * the system call. That must prevent normal entry so no system call is | 103 | * the system call. That must prevent normal entry so no system call is |
104 | * made. If @task ever returns to user mode after this, its register state | 104 | * made. If @task ever returns to user mode after this, its register state |
105 | * is unspecified, but should be something harmless like an %ENOSYS error | 105 | * is unspecified, but should be something harmless like an %ENOSYS error |
106 | * return. | 106 | * return. It should preserve enough information so that syscall_rollback() |
107 | * can work (see asm-generic/syscall.h). | ||
107 | * | 108 | * |
108 | * Called without locks, just after entering kernel mode. | 109 | * Called without locks, just after entering kernel mode. |
109 | */ | 110 | */ |