Skip to content

ci(reusable_kernel_tests): bump kernel-testing action and images tag#2762

Merged
poiana merged 1 commit intomasterfrom
ekoops/bump-kernel-testing
Dec 19, 2025
Merged

ci(reusable_kernel_tests): bump kernel-testing action and images tag#2762
poiana merged 1 commit intomasterfrom
ekoops/bump-kernel-testing

Conversation

@ekoops
Copy link
Copy Markdown
Contributor

@ekoops ekoops commented Dec 18, 2025

What type of PR is this?

Uncomment one (or more) /kind <> lines:

/kind bug

/kind cleanup

/kind design

/kind documentation

/kind failing-test

/kind test

/kind feature

/kind sync

Any specific area of the project related to this PR?

Uncomment one (or more) /area <> lines:

/area API-version

/area build

/area CI

/area driver-kmod

/area driver-bpf

/area driver-modern-bpf

/area libscap-engine-bpf

/area libscap-engine-gvisor

/area libscap-engine-kmod

/area libscap-engine-modern-bpf

/area libscap-engine-nodriver

/area libscap-engine-noop

/area libscap-engine-source-plugin

/area libscap-engine-savefile

/area libscap

/area libpman

/area libsinsp

/area tests

/area proposals

Does this PR require a change in the driver versions?

/version driver-API-version-major

/version driver-API-version-minor

/version driver-API-version-patch

/version driver-SCHEMA-version-major

/version driver-SCHEMA-version-minor

/version driver-SCHEMA-version-patch

What this PR does / why we need it:

This PR bumps kernel-testing action version to bff51208f221f61475c215c5b05ffd69656905a5 and bumps images tag to v0.4.0.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

/milestone 0.23.0

Does this PR introduce a user-facing change?:

NONE

@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 18, 2025

Perf diff from master - unit tests

     4.50%    +13.10%  [.] std::__shared_ptr<sinsp_threadinfo, (__gnu_cxx::_Lock_policy)2>::__shared_ptr(std::__weak_ptr<sinsp_threadinfo, (__gnu_cxx::_Lock_policy)2> const&, std::nothrow_t)
     3.60%    +10.60%  [.] std::__shared_count<(__gnu_cxx::_Lock_policy)2>::_M_get_use_count() const
     4.21%     +9.71%  [.] sinsp_threadinfo::get_main_thread()
     3.53%     +8.80%  [.] std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_add_ref_lock_nothrow()
     3.37%     +7.14%  [.] sinsp_threadinfo::update_main_fdtable()
     6.03%     +6.29%  [.] std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release()
     3.16%     +6.27%  [.] sinsp_threadinfo::get_fd_table()
    11.50%     -5.39%  [.] sinsp::next(sinsp_evt**)
     2.10%     +5.26%  [.] std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count(std::__weak_count<(__gnu_cxx::_Lock_policy)2> const&, std::nothrow_t)
     1.84%     +3.81%  [.] thread_group_info::get_first_thread() const

Heap diff from master - unit tests

peak heap memory consumption: 27.64K
peak RSS (including heaptrack overhead): 0B
total memory leaked: 0B

Heap diff from master - scap file

peak heap memory consumption: -24B
peak RSS (including heaptrack overhead): 0B
total memory leaked: 0B

Benchmarks diff from master

Comparing gbench_data.json to /root/actions-runner/_work/libs/libs/build/gbench_data.json
Benchmark                                                         Time             CPU      Time Old      Time New       CPU Old       CPU New
----------------------------------------------------------------------------------------------------------------------------------------------
BM_sinsp_split_mean                                            -0.0502         -0.0504           248           235           247           235
BM_sinsp_split_median                                          -0.0497         -0.0499           248           235           247           235
BM_sinsp_split_stddev                                          -0.2276         -0.2340             1             1             1             1
BM_sinsp_split_cv                                              -0.1868         -0.1934             0             0             0             0
BM_sinsp_concatenate_paths_relative_path_mean                  +0.0416         +0.0412            70            73            70            73
BM_sinsp_concatenate_paths_relative_path_median                +0.0480         +0.0471            70            73            69            73
BM_sinsp_concatenate_paths_relative_path_stddev                -0.0319         -0.0282             1             1             1             1
BM_sinsp_concatenate_paths_relative_path_cv                    -0.0705         -0.0667             0             0             0             0
BM_sinsp_concatenate_paths_empty_path_mean                     -0.0629         -0.0631            44            41            44            41
BM_sinsp_concatenate_paths_empty_path_median                   -0.0462         -0.0464            44            42            44            41
BM_sinsp_concatenate_paths_empty_path_stddev                   -0.0774         -0.0731             1             1             1             1
BM_sinsp_concatenate_paths_empty_path_cv                       -0.0154         -0.0107             0             0             0             0
BM_sinsp_concatenate_paths_absolute_path_mean                  +0.0270         +0.0268            71            73            71            73
BM_sinsp_concatenate_paths_absolute_path_median                +0.0231         +0.0225            71            73            71            73
BM_sinsp_concatenate_paths_absolute_path_stddev                +4.5407         +4.7396             0             1             0             1
BM_sinsp_concatenate_paths_absolute_path_cv                    +4.3950         +4.5896             0             0             0             0

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.57%. Comparing base (eb2c1a3) to head (435896d).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2762   +/-   ##
=======================================
  Coverage   74.57%   74.57%           
=======================================
  Files         292      292           
  Lines       30025    30025           
  Branches     4657     4657           
=======================================
  Hits        22392    22392           
  Misses       7633     7633           
Flag Coverage Δ
libsinsp 74.57% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link
Copy Markdown

X64 kernel testing matrix

KERNEL CMAKE-CONFIGURE KMOD BUILD KMOD SCAP-OPEN BPF-PROBE BUILD BPF-PROBE SCAP-OPEN MODERN-BPF SCAP-OPEN
amazonlinux2-5.10 🟢 🟢 🟢 🟢 🟢 🟢
amazonlinux2-5.15 🟢 🟢 🟢 🟢 🟢 🟢
amazonlinux2-5.4 🟢 🟢 🟢 🟢 🟢 🟡
amazonlinux2022-5.15 🟢 🟢 🟢 🟢 🟢 🟢
amazonlinux2023-6.1 🟢 🟢 🟢 🟢 🟢 🟢
archlinux-6.0 🟢 🟢 🟢 🟢 🟢 🟢
archlinux-6.7 🟢 🟢 🟢 🟢 🟢 🟢
centos-3.10 🟢 🟢 🟢 🟡 🟡 🟡
centos-4.18 🟢 🟢 🟢 🟢 🟢 🟢
centos-5.14 🟢 🟢 🟢 🟢 🟢 🟢
fedora-5.17 🟢 🟢 🟢 🟢 🟢 🟢
fedora-5.8 🟢 🟢 🟢 🟢 🟢 🟢
fedora-6.2 🟢 🟢 🟢 🟢 🟢 🟢
oraclelinux-3.10 🟢 🟢 🟢 🟡 🟡 🟡
oraclelinux-4.14 🟢 🟢 🟢 🟢 🟢 🟡
oraclelinux-5.15 🟢 🟢 🟢 🟢 🟢 🟢
oraclelinux-5.4 🟢 🟢 🟢 🟡 🟡 🟡
ubuntu-5.8 🟢 🟢 🟢 🟢 🟢 🟡
ubuntu-6.5 🟢 🟢 🟢 🟢 🟢 🟢

ARM64 kernel testing matrix

KERNEL CMAKE-CONFIGURE KMOD BUILD KMOD SCAP-OPEN BPF-PROBE BUILD BPF-PROBE SCAP-OPEN MODERN-BPF SCAP-OPEN
amazonlinux2-5.4 🟢 🟢 🟢 🟢 🟢 🟡
amazonlinux2022-5.15 🟢 🟢 🟢 🟢 🟢 🟢
fedora-6.2 🟢 🟢 🟢 🟢 🟢 🟢
oraclelinux-4.14 🟢 🟢 🟢 🟡 🟡 🟡
oraclelinux-5.15 🟢 🟢 🟢 🟡 🟡 🟢
ubuntu-6.5 🟢 🟢 🟢 🟢 🟢 🟢

jasondellaluce
jasondellaluce previously approved these changes Dec 18, 2025
@ekoops
Copy link
Copy Markdown
Contributor Author

ekoops commented Dec 18, 2025

/hold

terror96
terror96 previously approved these changes Dec 19, 2025
Copy link
Copy Markdown
Contributor

@terror96 terror96 left a comment

Choose a reason for hiding this comment

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

/lgtm

@github-project-automation github-project-automation bot moved this from Todo to In progress in Falco Roadmap Dec 19, 2025
@ekoops
Copy link
Copy Markdown
Contributor Author

ekoops commented Dec 19, 2025

Sorry for the approvers, but I need to re-push to remove the comment I added to trigger drivers CI 😔

Bump kernel-testing action version to
`bff51208f221f61475c215c5b05ffd69656905a5` and bump images tag to
`v0.4.0`.

Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
@ekoops ekoops dismissed stale reviews from terror96 and jasondellaluce via 435896d December 19, 2025 08:42
@ekoops ekoops force-pushed the ekoops/bump-kernel-testing branch from ed04f06 to 435896d Compare December 19, 2025 08:42
Copy link
Copy Markdown
Contributor

@irozzo-1A irozzo-1A left a comment

Choose a reason for hiding this comment

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

/lgtm

@poiana
Copy link
Copy Markdown
Contributor

poiana commented Dec 19, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ekoops, irozzo-1A, terror96

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ekoops
Copy link
Copy Markdown
Contributor Author

ekoops commented Dec 19, 2025

/remove-hold

@poiana poiana merged commit 332dd81 into master Dec 19, 2025
47 checks passed
@github-project-automation github-project-automation bot moved this from In progress to Done in Falco Roadmap Dec 19, 2025
@poiana poiana deleted the ekoops/bump-kernel-testing branch December 19, 2025 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

6 participants