From eee80d3cd37ea7ebd6aab85c117564a4bae5bc4e Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 2 Jun 2022 15:47:07 +0200 Subject: dashboard/config/linux: increase LOCKDEP size consts We are still seeing some of: BUG: MAX_LOCKDEP_CHAINS too low! BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! BUG: MAX_LOCKDEP_ENTRIES too low! Bump LOCKDEP consts by 1. --- dashboard/config/linux/upstream-kmsan-base.config | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'dashboard/config/linux/upstream-kmsan-base.config') diff --git a/dashboard/config/linux/upstream-kmsan-base.config b/dashboard/config/linux/upstream-kmsan-base.config index c285dd5e4..cb4579047 100644 --- a/dashboard/config/linux/upstream-kmsan-base.config +++ b/dashboard/config/linux/upstream-kmsan-base.config @@ -5,12 +5,12 @@ # Automatically generated file; DO NOT EDIT. # Linux/x86_64 5.18.0-rc4 Kernel Configuration # -CONFIG_CC_VERSION_TEXT="clang version 15.0.0 (https://github.com/llvm/llvm-project.git 9ffb5944a699b6a0d69c169ceff97636395ee30f)" +CONFIG_CC_VERSION_TEXT="clang version 14.0.0 (https://github.com/llvm/llvm-project.git 38e16e1cebb891ad47b85727bf46f7dac6d7da94)" CONFIG_GCC_VERSION=0 CONFIG_CC_IS_CLANG=y -CONFIG_CLANG_VERSION=150000 +CONFIG_CLANG_VERSION=140000 CONFIG_AS_IS_LLVM=y -CONFIG_AS_VERSION=150000 +CONFIG_AS_VERSION=140000 CONFIG_LD_IS_BFD=y CONFIG_LD_VERSION=23502 CONFIG_LLD_VERSION=0 @@ -4573,8 +4573,6 @@ CONFIG_LSM="landlock,lockdown,yama,safesetid,integrity,tomoyo,apparmor,bpf" CONFIG_CC_HAS_AUTO_VAR_INIT_PATTERN=y CONFIG_CC_HAS_AUTO_VAR_INIT_ZERO=y CONFIG_INIT_STACK_NONE=y -CONFIG_CC_HAS_ZERO_CALL_USED_REGS=y -# CONFIG_ZERO_CALL_USED_REGS is not set # end of Memory initialization # end of Kernel hardening options # end of Security options -- cgit mrf-deployment