-
Notifications
You must be signed in to change notification settings - Fork 291
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
aya: skip map creation and relocation for maps that should be ignored #968
Open
martinsoees
wants to merge
19
commits into
aya-rs:main
Choose a base branch
from
martinsoees:ebpfloader_disable_unsupported_maps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
aya: skip map creation and relocation for maps that should be ignored #968
martinsoees
wants to merge
19
commits into
aya-rs:main
from
martinsoees:ebpfloader_disable_unsupported_maps
Commits on Jun 13, 2024
-
Ignore relocation of maps that should be ignored.
This makes it possible to have bytecode with unsupported map types such as BPF_MAP_TYPE_RINGBUF on a target kernel that doesn't have that map type
Configuration menu - View commit details
-
Copy full SHA for 74f5acf - Browse repository at this point
Copy the full SHA 74f5acfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3525560 - Browse repository at this point
Copy the full SHA 3525560View commit details -
Remove println import, added code comments and re-added patch_map_dat…
…a (removed by mistake)
Configuration menu - View commit details
-
Copy full SHA for 5276a91 - Browse repository at this point
Copy the full SHA 5276a91View commit details -
Configuration menu - View commit details
-
Copy full SHA for c725b9d - Browse repository at this point
Copy the full SHA c725b9dView commit details
Commits on Jun 18, 2024
-
Changed name to 'ignore_map_by_type' and created a similar function t…
…hat does the same by name. Fixed renaming and added the new 3rd argument to relocate_maps() for rbpf test case
Configuration menu - View commit details
-
Copy full SHA for aad4ad4 - Browse repository at this point
Copy the full SHA aad4ad4View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b49c300 - Browse repository at this point
Copy the full SHA b49c300View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e35566 - Browse repository at this point
Copy the full SHA 0e35566View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad2dc1b - Browse repository at this point
Copy the full SHA ad2dc1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3084fd - Browse repository at this point
Copy the full SHA c3084fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b05ab15 - Browse repository at this point
Copy the full SHA b05ab15View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9cd8de - Browse repository at this point
Copy the full SHA d9cd8deView commit details
Commits on Jul 12, 2024
-
- Removed 'ignore_map_by_type' since 'ignore_map_by_name' makes more sense
Configuration menu - View commit details
-
Copy full SHA for 7b9f1d2 - Browse repository at this point
Copy the full SHA 7b9f1d2View commit details -
- Removed 'ignore_map_by_type' since 'ignore_map_by_name' makes more sense
Configuration menu - View commit details
-
Copy full SHA for 2e0bc82 - Browse repository at this point
Copy the full SHA 2e0bc82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71ec04e - Browse repository at this point
Copy the full SHA 71ec04eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37de0d1 - Browse repository at this point
Copy the full SHA 37de0d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b0d4c7 - Browse repository at this point
Copy the full SHA 0b0d4c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 787d08b - Browse repository at this point
Copy the full SHA 787d08bView commit details -
Remove relocation test by type
The 'ignore_map_by_type' function has been removed. Also renamed test function and simplified the relocation builder since 'by_name' is the only option now
Configuration menu - View commit details
-
Copy full SHA for 492feb2 - Browse repository at this point
Copy the full SHA 492feb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7e5f31 - Browse repository at this point
Copy the full SHA d7e5f31View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.