Skip to content

Conversation

@akerouanton
Copy link
Member

@akerouanton akerouanton commented Dec 21, 2025

This should give us eBPF support (including CO-RE), or at least enough to run http://github.com/cilium/pwru and https://github.com/bpftrace/bpftrace.

Copilot AI review requested due to automatic review settings December 21, 2025 11:55
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enables eBPF support (including CO-RE) in the kernel by generating BTF (BPF Type Format) and enabling ftrace, kprobes, and dynamic debug features. This is intended to support running tools like Cilium's pwru for network debugging.

Key changes:

  • Enables BTF generation by setting CONFIG_DEBUG_INFO_BTF=y and updating CONFIG_PAHOLE_VERSION to 124
  • Enables ftrace, kprobes, uprobes, and dynamic debug for tracing capabilities
  • Adds pahole package dependency to the build environment

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
kernel/config-6.12.44-x86_64 Enables debug info, BTF, ftrace, kprobes, dynamic debug, and related kernel configuration options for x86_64
kernel/config-6.12.44-arm64 Applies the same kernel configuration changes as x86_64 for arm64 architecture
Dockerfile Adds pahole package dependency and changes kernel version from 6.12.46 to 6.12.44

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Commit 6121639 changed the kernel version compiled on x86 and arm64
but did not change the default KERNEL_VERSION in the Dockerfile.

Signed-off-by: Albin Kerouanton <[email protected]>
Signed-off-by: Albin Kerouanton <[email protected]>
Signed-off-by: Albin Kerouanton <[email protected]>
Signed-off-by: Albin Kerouanton <[email protected]>
Signed-off-by: Albin Kerouanton <[email protected]>
Copilot AI review requested due to automatic review settings December 22, 2025 05:54
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant