Skip to content

veristat v0.5#14

Merged
mykyta5 merged 4 commits intolibbpf:mainfrom
mykyta5:main
Jul 3, 2025
Merged

veristat v0.5#14
mykyta5 merged 4 commits intolibbpf:mainfrom
mykyta5:main

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