diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-06-02 15:47:07 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-06-03 09:02:43 +0200 |
| commit | eee80d3cd37ea7ebd6aab85c117564a4bae5bc4e (patch) | |
| tree | d556d1f767ee15badc14b0f0f9a14609a9330499 /dashboard/config/linux/upstream-kmsan-base.config | |
| parent | 02dddea803b3dcfa0e472bb94d3e540e8f1b457b (diff) | |
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.
Diffstat (limited to 'dashboard/config/linux/upstream-kmsan-base.config')
| -rw-r--r-- | dashboard/config/linux/upstream-kmsan-base.config | 8 |
1 files changed, 3 insertions, 5 deletions
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 |
