diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-04-03 21:08:26 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-04-03 21:08:26 +0200 |
commit | e235f4192f4f5689ac7aa8a7a320fe157f1bb803 (patch) | |
tree | a43689ddbb8bce861b1ebc3ac6efd1dcfc185411 /kernel/Kconfig.preempt | |
parent | Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mapping (diff) | |
parent | Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels" (diff) | |
download | linux-e235f4192f4f5689ac7aa8a7a320fe157f1bb803.tar.xz linux-e235f4192f4f5689ac7aa8a7a320fe157f1bb803.zip |
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 'kernel/Kconfig.preempt')
-rw-r--r-- | kernel/Kconfig.preempt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/kernel/Kconfig.preempt b/kernel/Kconfig.preempt index 8c6de5a9ecc4..c2f1fd95a821 100644 --- a/kernel/Kconfig.preempt +++ b/kernel/Kconfig.preempt @@ -133,14 +133,4 @@ config SCHED_CORE which is the likely usage by Linux distributions, there should be no measurable impact on performance. -config ARCH_WANTS_RT_DELAYED_SIGNALS - bool - help - This option is selected by architectures where raising signals - can happen in atomic contexts on PREEMPT_RT enabled kernels. This - option delays raising the signal until the return to user space - loop where it is also delivered. X86 requires this to deliver - signals from trap handlers which run on IST stacks. - -config RT_DELAYED_SIGNALS - def_bool PREEMPT_RT && ARCH_WANTS_RT_DELAYED_SIGNALS + |