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: Use swap() instead of open coding it #192

Closed
wants to merge 2 commits into from

Commits on Mar 31, 2022

  1. adding ci files

    Nobody committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    04f609c View commit details
    Browse the repository at this point in the history
  2. bpf: Use swap() instead of open coding it

    Clean the following coccicheck warning:
    
    ./kernel/trace/bpf_trace.c:2263:34-35: WARNING opportunity for swap().
    ./kernel/trace/bpf_trace.c:2264:40-41: WARNING opportunity for swap().
    
    Reported-by: Abaci Robot <[email protected]>
    Signed-off-by: Jiapeng Chong <[email protected]>
    Jiapeng Chong authored and Nobody committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    a8151c7 View commit details
    Browse the repository at this point in the history