aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
authorMark Brown <broonie@kernel.org>2026-05-30 00:25:45 +0100
committerMark Brown <broonie@kernel.org>2026-05-30 00:25:46 +0100
commitfe9618ab266d20638357eff97d84540aeb22d69b (patch)
tree4139a361d7bb521ee94831414b25a1567e4c11a8 /init
parent99befc896988c8b8b3b948b19c9d1a4e40025c07 (diff)
parent1d8f40ed9011a5a660e952235a0e8db991de509a (diff)
downloadlinux-next-history-fe9618ab266d20638357eff97d84540aeb22d69b.tar.gz
Merge branch 'slab/for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab.git
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 596e469d99f82..f5a9dfb1cf320 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -170,6 +170,9 @@ config CC_HAS_BROKEN_COUNTED_BY_REF
# https://github.com/llvm/llvm-project/issues/182575
default y if CC_IS_CLANG && CLANG_VERSION < 220100
+config CC_HAS_ALLOC_TOKEN
+ def_bool $(cc-option,-falloc-token-max=123)
+
config CC_HAS_MULTIDIMENSIONAL_NONSTRING
def_bool $(success,echo 'char tag[][4] __attribute__((__nonstring__)) = { };' | $(CC) $(CLANG_FLAGS) -x c - -c -o /dev/null -Werror)