diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-04-03 12:08:26 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-04-03 12:08:26 -0700 |
commit | e235f4192f4f5689ac7aa8a7a320fe157f1bb803 (patch) | |
tree | a43689ddbb8bce861b1ebc3ac6efd1dcfc185411 /arch/x86 | |
parent | 63d12cc30574eec9241932cefa17a21df3afd8d0 (diff) | |
parent | 7dd5ad2d3e82fb55229e3fe18e09160878e77e20 (diff) | |
download | linux-e235f4192f4f5689ac7aa8a7a320fe157f1bb803.tar.bz2 |
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 'arch/x86')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ff45a27fc29c..b0142e01002e 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -122,7 +122,6 @@ config X86 select ARCH_WANT_GENERAL_HUGETLB select ARCH_WANT_HUGE_PMD_SHARE select ARCH_WANT_LD_ORPHAN_WARN - select ARCH_WANTS_RT_DELAYED_SIGNALS select ARCH_WANTS_THP_SWAP if X86_64 select ARCH_HAS_PARANOID_L1D_FLUSH select BUILDTIME_TABLE_SORT |