We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem: The fix of EBPF_LOG_MAP_OPERATION usage made in #3786 was removed in ebpf_map_find_entry() ebpf_map_update_entry() ebpf_map_delete_entry()
Findings: Fuzzing bug fixes #3989 had removed/reverted the fix.
This issue is created to fix the regression.
No response
The traces of EBPF_LOG_MAP_OPERATION are not generated.
Source code inspection. It is not invoked in the following functions: ebpf_map_find_entry() ebpf_map_update_entry() ebpf_map_delete_entry()
EBPF_LOG_MAP_OPERATION should be present in the ebpf map find, update, and delete function in ebpf_maps.c
EBPF_LOG_MAP_OPERATION trace is not present in the log.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Problem:
The fix of EBPF_LOG_MAP_OPERATION usage made in #3786 was removed in
ebpf_map_find_entry()
ebpf_map_update_entry()
ebpf_map_delete_entry()
Findings:
Fuzzing bug fixes #3989 had removed/reverted the fix.
This issue is created to fix the regression.
OS information
No response
Steps taken to reproduce bug
The traces of EBPF_LOG_MAP_OPERATION are not generated.
Source code inspection. It is not invoked in the following functions:
ebpf_map_find_entry()
ebpf_map_update_entry()
ebpf_map_delete_entry()
Expected behavior
EBPF_LOG_MAP_OPERATION should be present in the ebpf map find, update, and delete function in ebpf_maps.c
Actual outcome
EBPF_LOG_MAP_OPERATION trace is not present in the log.
Additional details
No response
The text was updated successfully, but these errors were encountered: