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

Sync branches #392

Merged
merged 13 commits into from
Jul 24, 2024
Merged

Sync branches #392

merged 13 commits into from
Jul 24, 2024

Conversation

thiagoftsm
Copy link
Contributor

Summary

This PR updates libbpf on this repo.

Test Plan
  1. Get binaries according to your C library from [this](ADD ACTIONS LINK HERE) link and extract them inside a directory, for example: ../artifacts.
    You can also get everything for glibc [here](UPLOAD FILE WITH ALL BINARIES TO SIMPLIFY REVIEWERS).

  2. Extract them running:

    $ for i in `ls *.zip`; do unzip $i; rm .gitkeep ; rm $i; done
    $ for i in `ls *.xz`; do tar -xf $i; rm $i* ; done
  3. Compile branch an run the following tests:

    # make clean; make tester
    # for i in `seq 0 3`; do ./kernel/legacy_test --netdata-path ../artifacts --content --iteration 1 --pid $i --log-path file_pid$i.txt; done
  4. Every test should ends with Success, unless you do not have a specific target (function) available.

Additional information

This PR was tested on:

Linux Distribution Environment Kernel Version Real Parent Parent All PIDs Without PIDs
LINUX DISTRIBUION Bare metal/VM uname -r

@thiagoftsm thiagoftsm requested a review from Ferroin as a code owner July 12, 2024 01:50
@thiagoftsm thiagoftsm mentioned this pull request Jul 24, 2024
Dockerfile.glibc.centos7 Outdated Show resolved Hide resolved
kernel-patches/3.10.0-1160.118.1.el7/.gitkeep Outdated Show resolved Hide resolved
@thiagoftsm thiagoftsm requested a review from Ferroin July 24, 2024 15:04
@thiagoftsm thiagoftsm merged commit 5984899 into netdata:master Jul 24, 2024
37 checks passed
@thiagoftsm thiagoftsm deleted the update_libbpf branch July 24, 2024 17:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants