vmware / vmware/photon

Kernel eBPF problems.

Open
#1,233 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

kernel RFE
Dominant language
C
Stars
3.2k
Forks
692
PR merge metrics
No merged PRs in 30d

Description

Hello,
there seems to be some miss-configuration of the eBPF in the kernel.
For example try to run all bpftrace tools that come with the official package of PHOTON,
you will notice most of them failing or not giving any output.

Please activate the following configuration options in the kernel also.
CONFIG_CGROUP_BPF=y
CONFIG_BPFILTER=y
CONFIG_BPFILTER_UMH=m
CONFIG_NET_ACT_BPF=m

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Inspect the Photon kernel configuration and compare it with the requested CONFIG_CGROUP_BPF, CONFIG_BPFILTER, CONFIG_BPFILTER_UMH, and CONFIG_NET_ACT_BPF settings. Run the bpftrace tools from the official Photon package before and after the configuration change; done means the requested options are enabled and the tools produce their expected output.

Written by the indexing model from the issue text.

Assessment

Tech stack
c, linux
Domain
operating-systems
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.