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

Enable CONFIG_PROC_KCORE in CI Linux #953

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

danielocfb
Copy link
Collaborator

Enable the PROC_KCORE config option for the Linux kernel we use in CI, in order to have /proc/kcore available. Among other things, this file exposes the kernel's address space randomization offset, which we would like to rely upon.

Enable the PROC_KCORE config option for the Linux kernel we use in CI,
in order to have /proc/kcore available. Among other things, this file
exposes the kernel's address space randomization offset, which we would
like to rely upon.

Signed-off-by: Daniel Müller <[email protected]>
Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.47%. Comparing base (89b64dd) to head (e62e14d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #953   +/-   ##
=======================================
  Coverage   94.47%   94.47%           
=======================================
  Files          57       57           
  Lines       10650    10650           
=======================================
  Hits        10062    10062           
  Misses        588      588           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@danielocfb danielocfb merged commit 99fc30a into libbpf:main Jan 2, 2025
41 checks passed
@danielocfb danielocfb deleted the topic/linux-kcore branch January 2, 2025 17:54
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.

2 participants