Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a way to RewriteConstants in eBPF progs #2638

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

tpapagian
Copy link
Member

@tpapagian tpapagian commented Jul 5, 2024

Thanks for contributing! Please ensure your pull request adheres to the following guidelines:

  • All commits contain a well written commit message and are signed-off (see Submitting a pull request).
  • All code is covered by unit and/or end-to-end tests where feasible.
  • All generated files are updated if needed (see Making changes).
  • Provide a title or release-note blurb suitable for the release notes (see guidelines).
  • Update documentation and write an upgrade note if needed (see guidelines).
  • Are you a user of Tetragon? Please add yourself to the Users doc in the Cilium repository.

This allows callers to re-write constants in eBPF programs before loading. Details on cilium/ebpf#795.

Enable RewriteConstants for eBPF progs.

This allows callers to re-write consts in eBPF programs before loading.
Details on cilium/ebpf#795.

Signed-off-by: Anastasios Papagiannis <[email protected]>
@tpapagian tpapagian added the release-note/misc This PR makes changes that have no direct user impact. label Jul 5, 2024
@tpapagian tpapagian marked this pull request as ready for review July 5, 2024 11:32
@tpapagian tpapagian requested a review from a team as a code owner July 5, 2024 11:32
@tpapagian tpapagian requested a review from olsajiri July 5, 2024 11:32
@tpapagian tpapagian merged commit 61453d9 into main Jul 5, 2024
40 of 43 checks passed
@tpapagian tpapagian deleted the pr/apapag/rewrite-consts branch July 5, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/misc This PR makes changes that have no direct user impact.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants