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

bpf: add missing drop notifications #26956

Merged
merged 3 commits into from
Jul 21, 2023

Commits on Jul 20, 2023

  1. bpf: host: add drop notification for missed tail call in to-lxc polic…

    …y path
    
    Straight-forward fix for a missing drop notification.
    
    Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
    julianwiedmann committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e9e4a2d View commit details
    Browse the repository at this point in the history
  2. bpf: lxc: add drop notifications for missed tail calls in to-container

    cil_to_container() has some paths that don't raise a drop notification for
    DROP_MISSED_TAIL_CALL. Fix them.
    
    Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
    julianwiedmann committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    c94ce3a View commit details
    Browse the repository at this point in the history
  3. bpf: lxc: add drop notification for high-scale ipcache path in to-con…

    …tainer
    
    Don't just return DROP_INVALID, but also throw a drop notification.
    
    Signed-off-by: Julian Wiedmann <jwi@isovalent.com>
    julianwiedmann committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    616225d View commit details
    Browse the repository at this point in the history