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

elf: don't set BPF_F_MMAPABLE on .kconfig #1128

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Conversation

lmb
Copy link
Collaborator

@lmb lmb commented Sep 11, 2023

We don't need to set the MMAPABLE flag on .kconfig section since the library never mmaps it. This allows using .kconfig on kernel

=5.2 instead of >=5.5.

We don't need to set the MMAPABLE flag on .kconfig section since
the library never mmaps it. This allows using .kconfig on kernel
>=5.2 instead of >=5.5.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
@lmb lmb requested review from ti-mo and eiffel-fl September 11, 2023 12:02
Copy link
Collaborator

@ti-mo ti-mo left a comment

Choose a reason for hiding this comment

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

Thanks!

@lmb lmb marked this pull request as ready for review September 11, 2023 12:38
@lmb lmb merged commit 0d9b9fb into cilium:main Sep 11, 2023
2 checks passed
@eiffel-fl
Copy link
Contributor

Nice! Very cool than this feature can be used on more kernels!

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.

None yet

3 participants