diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-07-16 19:28:05 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-07-17 10:07:12 +0000 |
| commit | 0ea0ca3f3c0382da6db9c2abd88a8abf3013274e (patch) | |
| tree | 1f6baf30f0142578bc69d749e955ebb9ac011d29 /dashboard/config/linux/upstream-usb-base.config | |
| parent | 461fe81dcf311494db7e2c3e5c8d5a624df9a9fc (diff) | |
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.
Diffstat (limited to 'dashboard/config/linux/upstream-usb-base.config')
| -rw-r--r-- | dashboard/config/linux/upstream-usb-base.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
