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 cgroupdev program: fix device permission check issue #229

Closed
wants to merge 4 commits into from

Commits on Nov 7, 2023

  1. ebpf cgroupdev program: fix device permission check issue

    Related to:
    NVIDIA#227
    
    Signed-off-by: Raphael <[email protected]>
    oOraph committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    28375fe View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. fix bug: using R2 as a tmp register erased the bpf ctx device type fo…

    …r the next checks
    
    Signed-off-by: Raphael Glon <[email protected]>
    oOraph committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e9bfd22 View commit details
    Browse the repository at this point in the history
  2. R1 instead of R6

    (it's ok, R1 holds the bpf ctx struct, everything has been extracted and stored in other registers)
    
    Signed-off-by: Raphael Glon <[email protected]>
    oOraph committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    edba9af View commit details
    Browse the repository at this point in the history
  3. Add changelog entry

    Signed-off-by: Evan Lezar <[email protected]>
    elezar committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    472a3d4 View commit details
    Browse the repository at this point in the history