diff options
| author | Eric W. Biederman <[email protected]> | 2022-02-09 17:46:54 +0000 |
|---|---|---|
| committer | Eric W. Biederman <[email protected]> | 2022-03-10 22:51:50 +0000 |
| commit | 593febb143d17aa2096cd123c9d62b6981eb1d97 (patch) | |
| tree | 09a54b26df167cb4d50a8c30d84dd1b8662959f5 /fs/proc/array.c | |
| parent | task_work: Decouple TIF_NOTIFY_SIGNAL and task_work (diff) | |
| download | kernel-593febb143d17aa2096cd123c9d62b6981eb1d97.tar.gz kernel-593febb143d17aa2096cd123c9d62b6981eb1d97.zip | |
signal: Move set_notify_signal and clear_notify_signal into sched/signal.h
The header tracehook.h is no place for code to live. The functions
set_notify_signal and clear_notify_signal are not about signals. They
are about interruptions that act like signals. The fundamental signal
primitives wind up calling set_notify_signal and clear_notify_signal.
Which means they need to be maintained with the signal code.
Since set_notify_signal and clear_notify_signal must be maintained
with the signal subsystem move them into sched/signal.h and claim them
as part of the signal subsystem.
Reviewed-by: Kees Cook <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: "Eric W. Biederman" <[email protected]>
Diffstat (limited to 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions
