]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - arch/Kconfig
powerpc/iommu: Add missing of_node_put in iommu_init_early_dart
[mirror_ubuntu-jammy-kernel.git] / arch / Kconfig
index 8df1c71026435dfa4eb8e2d1978f7fd1bd5a7015..5ad90e6b47780f4113ee471954c1a1bbb3514702 100644 (file)
@@ -1141,6 +1141,7 @@ config HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET
 config RANDOMIZE_KSTACK_OFFSET_DEFAULT
        bool "Randomize kernel stack offset on syscall entry"
        depends on HAVE_ARCH_RANDOMIZE_KSTACK_OFFSET
+       depends on INIT_STACK_NONE || !CC_IS_CLANG || CLANG_VERSION >= 140000
        help
          The kernel stack offset can be randomized (after pt_regs) by
          roughly 5 bits of entropy, frustrating memory corruption
@@ -1234,6 +1235,9 @@ config RELR
 config ARCH_HAS_MEM_ENCRYPT
        bool
 
+config ARCH_HAS_CC_PLATFORM
+       bool
+
 config HAVE_SPARSE_SYSCALL_NR
        bool
        help
@@ -1288,6 +1292,9 @@ config ARCH_HAS_ELFCORE_COMPAT
 config ARCH_HAS_PARANOID_L1D_FLUSH
        bool
 
+config DYNAMIC_SIGFRAME
+       bool
+
 source "kernel/gcov/Kconfig"
 
 source "scripts/gcc-plugins/Kconfig"