Skip to content

veristat v0.5 #14

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

Merged
merged 4 commits into from
Jul 3, 2025
Merged

veristat v0.5 #14

merged 4 commits into from
Jul 3, 2025

Conversation

mykyta5
Copy link
Collaborator

@mykyta5 mykyta5 commented Jul 2, 2025

Update veristat to version 0.5:

  • Implemented support for setting global variables. -G CLI argument to set global variables in BPF programs, including structures and arrays.
  • Memory accounting for BPF programs. Introduced a new field mem_peak, to estimate peak verifier memory consumption.
  • Support reading object file list from file.
  • Optimized the loading process for struct_ops programs to reduce processing time.
  • Improved error messages.
  • Bug fixes.

mykyta5 added 4 commits July 2, 2025 14:29
Update libbpf to the latest version.

Signed-off-by: Mykyta Yatsenko <[email protected]>
* Implemented support for setting global variables.
  -G CLI argument to set global variables in BPF programs,
  including structures and arrays.
* Memory accounting for BPF programs.
  Introduced a new field, mem_peak, to estimate peak verifier memory
  consumption.
* Support reading object file list from file.
* Optimized the loading process for struct_ops programs to reduce processing time.
* Improved error messages.
* Bug fixes.

Signed-off-by: Mykyta Yatsenko <[email protected]>
Add -Wno-format-truncation to suppress warnings

Signed-off-by: Mykyta Yatsenko <[email protected]>
Set new veristat release version to 0.5.

Signed-off-by: Mykyta Yatsenko <[email protected]>
Copy link
Member

@anakryiko anakryiko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@mykyta5 mykyta5 merged commit 47663bd into libbpf:main Jul 3, 2025
1 check passed
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