diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-04-03 22:08:26 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-04-03 22:08:26 +0300 |
commit | e235f4192f4f5689ac7aa8a7a320fe157f1bb803 (patch) | |
tree | a43689ddbb8bce861b1ebc3ac6efd1dcfc185411 /include | |
parent | 63d12cc30574eec9241932cefa17a21df3afd8d0 (diff) | |
parent | 7dd5ad2d3e82fb55229e3fe18e09160878e77e20 (diff) | |
download | linux-e235f4192f4f5689ac7aa8a7a320fe157f1bb803.tar.xz |
Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull RT signal fix from Thomas Gleixner:
"Revert the RT related signal changes. They need to be reworked and
generalized"
* tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 4a6fdd2a679f..d5e3c00b74e1 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1090,9 +1090,6 @@ struct task_struct { /* Restored if set_restore_sigmask() was used: */ sigset_t saved_sigmask; struct sigpending pending; -#ifdef CONFIG_RT_DELAYED_SIGNALS - struct kernel_siginfo forced_info; -#endif unsigned long sas_ss_sp; size_t sas_ss_size; unsigned int sas_ss_flags; |