]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - arch/Kconfig
ceph: quota: don't allow cross-quota renames
[mirror_ubuntu-bionic-kernel.git] / arch / Kconfig
index d789a89cb32c450fa436bac9e4b99171e3c9cc5c..40dc31fea90caf8cf3bc40d92e0b5c01e2f08e77 100644 (file)
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0
 #
 # General architecture dependent options
 #
@@ -12,6 +13,9 @@ config KEXEC_CORE
 config HAVE_IMA_KEXEC
        bool
 
+config HOTPLUG_SMT
+       bool
+
 config OPROFILE
        tristate "OProfile system profiling"
        depends on PROFILING
@@ -90,7 +94,7 @@ config STATIC_KEYS_SELFTEST
 config OPTPROBES
        def_bool y
        depends on KPROBES && HAVE_OPTPROBES
-       depends on !PREEMPT
+       select TASKS_RCU if PREEMPT
 
 config KPROBES_ON_FTRACE
        def_bool y
@@ -332,6 +336,9 @@ config HAVE_ARCH_JUMP_LABEL
 config HAVE_RCU_TABLE_FREE
        bool
 
+config HAVE_RCU_TABLE_INVALIDATE
+       bool
+
 config ARCH_HAVE_NMI_SAFE_CMPXCHG
        bool