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-s390-kasan.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-s390-kasan.config')
| -rw-r--r-- | dashboard/config/linux/upstream-s390-kasan.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/upstream-s390-kasan.config b/dashboard/config/linux/upstream-s390-kasan.config index ac70827ad..c02a3d01a 100644 --- a/dashboard/config/linux/upstream-s390-kasan.config +++ b/dashboard/config/linux/upstream-s390-kasan.config @@ -1395,7 +1395,7 @@ CONFIG_CGROUP_NET_PRIO=y CONFIG_CGROUP_NET_CLASSID=y CONFIG_NET_RX_BUSY_POLL=y CONFIG_BQL=y -CONFIG_BPF_STREAM_PARSER=y +# CONFIG_BPF_STREAM_PARSER is not set CONFIG_NET_FLOW_LIMIT=y # |
