From 5c7523762a1715d6ab8dfb93a5373064b538b63b Mon Sep 17 00:00:00 2001 From: Rick Rackow <14996407+RiRa12621@users.noreply.github.com> Date: Wed, 16 Sep 2026 15:45:20 +0200 Subject: [PATCH] feat(kernel): enable CONFIG_FPROBE Certain ebpf related networking tools require this to be true Signed-off-by: Rick Rackow Signed-off-by: rrackow --- changelog/changes/2026-09-16-amd64-enable-fprobe.md | 1 + .../sys-kernel/coreos-modules/files/amd64_defconfig-6.12 | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/changes/2026-09-16-amd64-enable-fprobe.md diff --git a/changelog/changes/2026-09-16-amd64-enable-fprobe.md b/changelog/changes/2026-09-16-amd64-enable-fprobe.md new file mode 100644 index 00000000000..c7a19a8ae9c --- /dev/null +++ b/changelog/changes/2026-09-16-amd64-enable-fprobe.md @@ -0,0 +1 @@ +- Enabled CONFIG_FPROBE for amd64 images to support additional ebpf based debug tools. ([flatcar/scripts#4281](https://github.com/flatcar/scripts/pull/4281)) \ No newline at end of file diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 index 31410d16d3d..73fa616457f 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 @@ -46,6 +46,7 @@ CONFIG_EDAC_SBRIDGE=m CONFIG_EDAC_X38=m CONFIG_FB_VESA=y CONFIG_FCOE_FNIC=m +CONFIG_FPROBE=y CONFIG_FUNCTION_PROFILER=y CONFIG_GART_IOMMU=y CONFIG_GET_FREE_REGION=y