Skip to content

Comments

chore(deps): Bump falcosecurity/kernel-testing from deca9eb5dc8062a299d2c4fb570258534bcbc62d to ba69d924c6f0145ecdddc57705a450ac45e20398#2851

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/falcosecurity/kernel-testing-ba69d924c6f0145ecdddc57705a450ac45e20398
Open

chore(deps): Bump falcosecurity/kernel-testing from deca9eb5dc8062a299d2c4fb570258534bcbc62d to ba69d924c6f0145ecdddc57705a450ac45e20398#2851
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/github_actions/falcosecurity/kernel-testing-ba69d924c6f0145ecdddc57705a450ac45e20398

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps falcosecurity/kernel-testing from deca9eb5dc8062a299d2c4fb570258534bcbc62d to ba69d924c6f0145ecdddc57705a450ac45e20398.

Changelog

Sourced from falcosecurity/kernel-testing's changelog.

Release Process

When we release we do the following process:

  1. We decide together (usually in the #falco channel in slack) what's the next version to tag
  2. A person with repository rights does the tag
  3. The same person runs commands in their machine following the "Release commands" section below
  4. Once the CI has done its job, the tag is live on Github

Release commands

Tag the version, keep the v and replace x.y.z with the version number. e.g: 0.2.0

git pull
git checkout master
git tag vx.y.z
git push origin vx.y.z

N.B.: do NOT use an annotated tag

Commits
  • ba69d92 chore(deps): Bump docker/login-action in the actions group
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [falcosecurity/kernel-testing](https://github.com/falcosecurity/kernel-testing) from deca9eb5dc8062a299d2c4fb570258534bcbc62d to ba69d924c6f0145ecdddc57705a450ac45e20398.
- [Release notes](https://github.com/falcosecurity/kernel-testing/releases)
- [Changelog](https://github.com/falcosecurity/kernel-testing/blob/main/release.md)
- [Commits](falcosecurity/kernel-testing@deca9eb...ba69d92)

---
updated-dependencies:
- dependency-name: falcosecurity/kernel-testing
  dependency-version: ba69d924c6f0145ecdddc57705a450ac45e20398
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 23, 2026
@poiana
Copy link
Contributor

poiana commented Feb 23, 2026

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@poiana
Copy link
Contributor

poiana commented Feb 23, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign molter73 for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found 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

@poiana poiana added the size/XS label Feb 23, 2026
@github-actions
Copy link

Perf diff from master - unit tests

    10.35%     +9.13%  [.] std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_add_ref_lock_nothrow()
    13.84%     -6.44%  [.] std::__shared_count<(__gnu_cxx::_Lock_policy)2>::_M_get_use_count() const
    15.34%     -2.93%  [.] 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.30%     +1.11%  [.] sinsp_thread_manager::create_thread_dependencies(std::shared_ptr<sinsp_threadinfo> const&)
     9.96%     -1.06%  [.] sinsp_threadinfo::update_main_fdtable()
     8.22%     -0.92%  [.] sinsp_threadinfo::get_fd_table()
     6.06%     +0.55%  [.] std::__shared_count<(__gnu_cxx::_Lock_policy)2>::__shared_count(std::__weak_count<(__gnu_cxx::_Lock_policy)2> const&, std::nothrow_t)
     4.56%     +0.44%  [.] thread_group_info::get_first_thread() const
     9.45%     +0.28%  [.] std::_Sp_counted_base<(__gnu_cxx::_Lock_policy)2>::_M_release()
    11.10%     -0.24%  [.] sinsp_threadinfo::get_main_thread()

Heap diff from master - unit tests

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

Heap diff from master - scap file

peak heap memory consumption: 0B
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.0127         -0.0125           239           236           239           236
BM_sinsp_split_median                                          -0.0135         -0.0134           239           236           239           236
BM_sinsp_split_stddev                                          +0.0799         +0.0480             1             1             1             1
BM_sinsp_split_cv                                              +0.0938         +0.0613             0             0             0             0
BM_sinsp_concatenate_paths_relative_path_mean                  +0.0047         +0.0047            73            74            73            74
BM_sinsp_concatenate_paths_relative_path_median                +0.0118         +0.0120            73            74            73            74
BM_sinsp_concatenate_paths_relative_path_stddev                -0.7277         -0.7241             1             0             1             0
BM_sinsp_concatenate_paths_relative_path_cv                    -0.7290         -0.7254             0             0             0             0
BM_sinsp_concatenate_paths_empty_path_mean                     -0.1064         -0.1064            46            41            46            41
BM_sinsp_concatenate_paths_empty_path_median                   -0.1279         -0.1285            46            40            46            40
BM_sinsp_concatenate_paths_empty_path_stddev                   +7.5878         +7.6068             0             1             0             1
BM_sinsp_concatenate_paths_empty_path_cv                       +8.6101         +8.6321             0             0             0             0
BM_sinsp_concatenate_paths_absolute_path_mean                  -0.0411         -0.0412            72            69            72            69
BM_sinsp_concatenate_paths_absolute_path_median                -0.0376         -0.0377            72            69            72            69
BM_sinsp_concatenate_paths_absolute_path_stddev                -0.1562         -0.1623             1             0             1             0
BM_sinsp_concatenate_paths_absolute_path_cv                    -0.1200         -0.1263             0             0             0             0

@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.19%. Comparing base (ae73755) to head (c3ca2f9).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2851   +/-   ##
=======================================
  Coverage   75.19%   75.19%           
=======================================
  Files         295      295           
  Lines       31133    31133           
  Branches     4866     4866           
=======================================
  Hits        23411    23411           
  Misses       7722     7722           
Flag Coverage Δ
libsinsp 75.19% <ø> (ø)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dco-signoff: yes dependencies Pull requests that update a dependency file do-not-merge/release-note-label-needed github_actions Pull requests that update GitHub Actions code size/XS

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant