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

Minor adjustsments #276

Merged
merged 2 commits into from
Dec 27, 2023
Merged

Minor adjustsments #276

merged 2 commits into from
Dec 27, 2023

Commits on Dec 27, 2023

  1. cgroup/fanotify.go: Adjust comment about commit

    Wanted to demo the shorter URL https://git.kernel.org/torvalds/c/.
    
    Plus, adding desc "subject" after commit SHA like kernel commits
    usually does for e.g. Fixes tags.
    
    Signed-off-by: Jesper Dangaard Brouer <hawk@kernel.org>
    netoptimizer authored and bobrik committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    27d879b View commit details
    Browse the repository at this point in the history
  2. benchmark: Adjust BPF hook point for getpid

    On my kernel __x64_sys_getpid() is not available in BTF vmlinux.
    The function __do_sys_getpid() is to use that instead.
    
    Tested on kernels:
     - 6.4.10-200.fc38.x86_64
     - 6.5.0-rc5-net-next
    
    Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
    netoptimizer authored and bobrik committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    5246b36 View commit details
    Browse the repository at this point in the history