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/upstream-usb-base.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dashboard/config/linux/upstream-usb-base.config') diff --git a/dashboard/config/linux/upstream-usb-base.config b/dashboard/config/linux/upstream-usb-base.config index bddf1c91e..495e7fe5d 100644 --- a/dashboard/config/linux/upstream-usb-base.config +++ b/dashboard/config/linux/upstream-usb-base.config @@ -5,7 +5,7 @@ # Automatically generated file; DO NOT EDIT. # Linux/x86_64 6.16.0-rc1 Kernel Configuration # -CONFIG_CC_VERSION_TEXT="gcc (Debian 12.2.0-14) 12.2.0" +CONFIG_CC_VERSION_TEXT="gcc (Debian 12.2.0-14+deb12u1) 12.2.0" CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=120200 CONFIG_CLANG_VERSION=0 -- cgit mrf-deployment