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

libbpf: bump to b2e29a1 #306

Merged
merged 1 commit into from Mar 24, 2023

Conversation

geyslan
Copy link
Member

@geyslan geyslan commented Mar 23, 2023

This is a minor bump to include the following libbpf fix (and all
the related changes in libbpf submodule):

  libbpf: Fix map creation flags sanitization

  As BPF_F_MMAPABLE flag is now conditionnaly set (by map_is_mmapable),
  it should not be toggled but disabled if not supported by kernel.

Fixes: #305

@geyslan geyslan added the bug Something isn't working label Mar 23, 2023
@geyslan geyslan self-assigned this Mar 23, 2023
This is a minor bump to include the following libbpf fix (and all
the related changes in libbpf submodule):

  libbpf: Fix map creation flags sanitization

  As BPF_F_MMAPABLE flag is now conditionnaly set (by map_is_mmapable),
  it should not be toggled but disabled if not supported by kernel.

Fixes: aquasecurity#305
@geyslan geyslan changed the title libbpf: bump to ce8d078 libbpf: bump to b2e29a1 Mar 23, 2023
Copy link
Contributor

@rafaeldtinoco rafaeldtinoco left a comment

Choose a reason for hiding this comment

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

LGTM

@rafaeldtinoco rafaeldtinoco merged commit 1fd6937 into aquasecurity:main Mar 24, 2023
3 checks passed
@geyslan geyslan deleted the 305-libbpf-bump-mmapable branch April 1, 2023 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bump libbpf to map creation upstream fix
2 participants