From 0ea0ca3f3c0382da6db9c2abd88a8abf3013274e Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Wed, 16 Jul 2025 19:28:05 +0200 Subject: dashboard/config/linux: disable CONFIG_CGROUP_BPF It seems incredibly difficult to clean up the side effects of this kernel functionality. Keep it enabled only on a new config dedicated specifically for the snapshot-based instance. Closes #5956. --- dashboard/config/linux/android-5.4.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dashboard/config/linux/android-5.4.config') diff --git a/dashboard/config/linux/android-5.4.config b/dashboard/config/linux/android-5.4.config index b8b86575f..361b5225f 100644 --- a/dashboard/config/linux/android-5.4.config +++ b/dashboard/config/linux/android-5.4.config @@ -5,12 +5,12 @@ # Automatically generated file; DO NOT EDIT. # Linux/x86_64 5.4.268 Kernel Configuration # -CONFIG_CC_VERSION_TEXT="Debian clang version 20.1.6 (++20250514063057+1e4d39e07757-1~exp1~20250514183223.118)" +CONFIG_CC_VERSION_TEXT="Debian clang version 20.1.7 (++20250616065708+6146a88f6049-1~exp1~20250616065826.132)" CONFIG_GCC_VERSION=0 CONFIG_CC_IS_CLANG=y CONFIG_LD_IS_LLD=y -CONFIG_CLANG_VERSION=200106 -CONFIG_LLD_VERSION=200106 +CONFIG_CLANG_VERSION=200107 +CONFIG_LLD_VERSION=200107 CONFIG_CC_CAN_LINK=y CONFIG_CC_HAS_ASM_GOTO=y CONFIG_CC_HAS_ASM_GOTO_TIED_OUTPUT=y -- cgit mrf-deployment