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

tetragon: Use execve_map_get_noinit cgroup related code #984

Merged
merged 1 commit into from
May 18, 2023

Commits on May 15, 2023

  1. tetragon: Use execve_map_get_noinit cgroup related code

    Recent hunt for execve_map leak showed few places that use
    execve_map_get instead of execve_map_get_noinit.
    
    Even though it did not turn out to be the source of the leak,
    we should use execve_map_get_noinit calls.
    
    The execve_map_get is used only by fork sensor to create the
    stat record.
    
    Signed-off-by: Jiri Olsa <jolsa@kernel.org>
    olsajiri committed May 15, 2023
    Configuration menu
    Copy the full SHA
    78adfec View commit details
    Browse the repository at this point in the history