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

EBPF_LOG_MAP_OPERATION trace invocation is removed in ebpf map find, update and delete function. #4031

Open
shpalani opened this issue Nov 21, 2024 · 0 comments · May be fixed by #4032
Open
Labels
bug Something isn't working

Comments

@shpalani
Copy link
Collaborator

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

@shpalani shpalani added the bug Something isn't working label Nov 21, 2024
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 a pull request may close this issue.

1 participant