135 Commits

Author SHA1 Message Date
dependabot[bot] c9100ce217 build(deps): bump actions/setup-python from 6.2.0 to 6.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/a309ff8b426b58ec0e2a45f0f869d46889d02405...ece7cb06caefa5fff74198d8649806c4678c61a1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-30 12:49:44 +02:00
dependabot[bot] cd88eb4da1 build(deps): bump vmactions/freebsd-vm from 1.4.8 to 1.5.0
Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.4.8 to 1.5.0.
- [Release notes](https://github.com/vmactions/freebsd-vm/releases)
- [Commits](https://github.com/vmactions/freebsd-vm/compare/b84ab5559b5a1bb4b8ee2737d2506a16e1737636...5a72679103d223925653750faa878a143340fbd0)

---
updated-dependencies:
- dependency-name: vmactions/freebsd-vm
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-30 12:49:24 +02:00
dependabot[bot] 1ff3e38dd9 build(deps): bump github/codeql-action/upload-sarif
Bumps [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) from 34950e1b113b30df4edee1a6d3a605242df0c40b to 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/34950e1b113b30df4edee1a6d3a605242df0c40b...9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac)

---
updated-dependencies:
- dependency-name: github/codeql-action/upload-sarif
  dependency-version: 9cea5827c668a1fe7165dbce6e80c3f9cf3f83ac
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-30 12:49:01 +02:00
dependabot[bot] dbbf3cf778 build(deps): bump vmactions/freebsd-vm from 1.4.6 to 1.4.8
Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.4.6 to 1.4.8.
- [Release notes](https://github.com/vmactions/freebsd-vm/releases)
- [Commits](https://github.com/vmactions/freebsd-vm/compare/a6de9343ef5747433d9c25784c90e84998b9d69a...b84ab5559b5a1bb4b8ee2737d2506a16e1737636)

---
updated-dependencies:
- dependency-name: vmactions/freebsd-vm
  dependency-version: 1.4.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-23 02:25:22 +02:00
dependabot[bot] f064b465b3 build(deps): bump actions/checkout from 6.0.3 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b4311f1884172cec0e10...9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-23 02:24:58 +02:00
Sam James 07a1b913b1 Add newer ioctl prototype for CUSE too
Mirror the fuse-side change commit abdd45f83c
("Make ioctl prototype conditional on FUSE_USE_VERSION. (#482)")'
for cuse too.

Crank versions to 3.19 as this is an ABI change.

Also increase the default FUSE_USE_VERSION to 30 in
include/cuse_lowlevel.h, 29 was below the libfuse3
min version.

Closes: https://github.com/libfuse/libfuse/issues/1406
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-06-20 13:40:52 +02:00
Benjamin Peterson 57954f4a5f libfuse: remove libnuma dependency
As discussed on https://github.com/libfuse/libfuse/issues/1515, libfuse has
a very light dependency on libnuma, only using very light wrappers over
mmap, mbind, and munmap. Remove the libnuma dependency by calling those
syscalls directly.

Populate memory after mmap to avoid SIGBUS later.

Signed-off-by: Benjamin Peterson <benjamin@python.org>
2026-06-15 23:05:11 +02:00
Bernd Schubert 4633c30df6 checkpatch: Disable LINE_SPACING
I disagree with this style annotation - just takes another line
without gaining much.

WARNING:LINE_SPACING: Missing a blank line after declarations
+			int ret = access_executable(test_path);
+			if (ret == 0)

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-06-12 12:08:57 +02:00
dependabot[bot] 66b74e90ec build(deps): bump actions/checkout from 6.0.2 to 6.0.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-03 14:32:51 +02:00
dependabot[bot] 0a257c0b90 build(deps): bump vmactions/freebsd-vm from 1.4.5 to 1.4.6
Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.4.5 to 1.4.6.
- [Release notes](https://github.com/vmactions/freebsd-vm/releases)
- [Commits](https://github.com/vmactions/freebsd-vm/compare/d1e65811565151536c0c894fff74f06351ed26e6...a6de9343ef5747433d9c25784c90e84998b9d69a)

---
updated-dependencies:
- dependency-name: vmactions/freebsd-vm
  dependency-version: 1.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-03 14:32:21 +02:00
Darrick J. Wong 63336ed0d8 example/service_ll: create a sample systemd service fuse server
Create a simple fuse server that can be run as a systemd service.
I plan to create some more single-file fuse server examples, so most of
the boilerplate code goes in a separate file.

Also suppress COMPLEX_MACRO in checkpatch, FUSE_OPT_KEY
macros have to stay as they are and checkpatch annotations
are not correct here.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
2026-05-04 17:28:27 +02:00
Darrick J. Wong 5d8b9a39a1 mount_service: add systemd socket service mounting helper
Create a mount helper program that can start a fuse server that runs as
a socket-based systemd service, and a new libfuse module to wrap all the
details of communicating between the mount helper and the containerized
fuse server.

This enables untrusted ext4 mounts via systemd service containers, which
avoids the problem of malicious filesystems compromising the integrity
of the running kernel through memory corruption.

In theory this could also be supported via inetd and clones, though the
author hasn't found one that supports AF_UNIX sockets.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-05-02 17:52:38 +02:00
dependabot[bot] c2ba242091 build(deps): bump vmactions/freebsd-vm from 1.4.4 to 1.4.5
Bumps [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/vmactions/freebsd-vm/releases)
- [Commits](https://github.com/vmactions/freebsd-vm/compare/7ca82f79fe3078fecded6d3a2bff094995447bbd...d1e65811565151536c0c894fff74f06351ed26e6)

---
updated-dependencies:
- dependency-name: vmactions/freebsd-vm
  dependency-version: 1.4.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-26 14:06:25 +02:00
dependabot[bot] 4df32c8ba7 build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-15 10:13:32 +02:00
Bernd Schubert 18afa2eac2 codechecker/cppcheck: Add the option for inline suppresion
A bit weird, but seems it needs to go through an extra file.

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-11 15:16:34 +02:00
Bernd Schubert a33b9a7541 Add 'STRCPY' to the checkpatch ignore option
checkpatch.pl is a kernel copy and the strcpy warning is not valid
for libfuse.

Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
2026-04-10 14:25:49 +02:00
Abhinav Agarwal fef02efb7e Run Infer through CodeChecker instead of standalone workflow
Replace the standalone infer.yml workflow with an infer-codechecker
job in the existing codechecker.yml, consistent with how GCC and
cppcheck analyzers are already integrated.

Changes:
- Add --infer flag to codechecker.sh with run_codechecker_infer()
- Add infer-codechecker job to codechecker.yml
- Simplify install_infer() to only download the binary (build deps
  are provided by --codechecker)
- Remove standalone infer.yml and infer-suppressions.txt

This lets developers reproduce Infer issues locally via:
  ./codechecker.sh --infer --codechecker --build-dir builddir

Signed-off-by: Abhinav Agarwal <abhinavagarwal1996@gmail.com>
2026-04-08 20:49:03 +02:00
Bernd Schubert 9c429bf7b6 Avoid install-ubuntu-dependencies.sh packge dup
This makes the installation a chain of dependencies and avoids
the "apt install" duplicates.

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-08 11:41:16 +02:00
Bernd Schubert 3bb9cd99b3 Add the codechecker/cppcheck github action
Add a github action for codecheck with cppcheck.

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-07 10:08:49 +02:00
Bernd Schubert 7497793c1f Disable cppcheck rules with excessive false positives
Disable three cppcheck rules in the CodeChecker CI workflow that generate
too many false positives:

1. cppcheck-constParameterCallback (7 false positives)
   - Flags callback functions that must match specific API signatures
   - Adding const would break compatibility or require unsafe casts

2. cppcheck-knownConditionTrueFalse (2 false positives)
   - Reports threading code conditions as always true/false
   - Conditions are modified by other threads during pthread_cond_wait

3. cppcheck-unusedStructMember (1 false positive)
   - Reports struct members as unused when only used in conditional builds
   - Example: node_slab::used is used when FUSE_NODE_SLAB is defined

These rules are disabled in .github/workflows/codechecker.sh to allow the
CI to pass while still catching real issues with other cppcheck rules.

Result: CI now passes with zero cppcheck issues reported.

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-07 10:08:49 +02:00
Bernd Schubert 8ad906492e Fix remaining const cppcheck const warnings
Add const qualifiers to various function parameters and local variables:
- Add const to opts parameter in fuse_apply_conn_info_opts (helper.c)
- Add const to config parameter in fuse_loop_cfg_verify (fuse_loop_mt.c)
- Add const to v1_conf parameter in fuse_loop_cfg_convert (fuse_loop_mt.c)
- Add const to f parameter in fuse_mount and fuse_unmount (fuse.c)
- Add const to conflict variable in fuse_lib_getlk (fuse.c)
- Add const to payload, arg, in_buf variables in fuse_lowlevel.c
- Add const to req parameter in find_interrupted (fuse_lowlevel.c)
- Add const to in parameter in fuse_session_in2req (fuse_lowlevel.c)
- Add const to se parameter in fuse_req_check_allow_root (fuse_lowlevel.c)
- Add const to version parameter in fuse_session_new_versioned
   (fuse_lowlevel.c)
- Add const to se parameter in fuse_session_fd (fuse_lowlevel.c)

Fixes cppcheck warnings:
- cppcheck-constParameterPointer (12 instances)
- cppcheck-constVariablePointer (5 instances)

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-07 10:08:49 +02:00
Bernd Schubert e008784567 abi check: Move the actual check to a script
Move the ABI check functionality from the GitHub workflow to a standalone
script at .github/workflows/abicheck.sh. This makes the ABI check reusable
and easier to run locally during development.

The script:
- Auto-detects the previous release tag using find_previous_release_tag.sh
- Supports manual tag specification via --prev-tag
- Creates temporary checkouts for comparison
- Runs abidiff with appropriate suppressions for false positives

Added abidiff_suppressions.abignore to suppress ABI-compatible changes:
- const qualifier additions (source-level only, ABI compatible)
- fuse_session size changes (pre-existing in branch)
- fuse_conn_info and fuse_operations changes (backward compatible)

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-07 10:08:49 +02:00
Bernd Schubert 974a8372f4 fuse: fix const and limit-scope cppcheck warnings
Add const to various function parameters and local variables:
- Add const to path_element and node in fuse_reverse_inodepath
- Add const to end parameter in unlock_path
- Add const to f parameter in fuse_prepare_interrupt
- Add const to fi parameter in file_info_string
- Rename local buf to fi_str to avoid shadowing outer argument
- Add const to node in is_open
- Reduce scope and add const to node/newnode in hidden_name
- Reduce scope of err in fuse_create_context_key
- Remove redundant err=0 and !err check in fuse_lib_setattr
- Add const to st parameter in fuse_add_direntry_to_dh
- Add const to node in lookup_nodeid
- Reduce scope of res in fuse_lib_fill_dir_plus
- Add const to llfi parameter in fuse_readdir_common
- Add const to lock parameter in lock_to_flock
- Reduce scope of node in fuse_clean_cache
- Add const to f parameter in fuse_get_session
- Reduce scope of sleep_time in fuse_prune_nodes

Note: Skipped callback const warnings that would require function
pointer casts.
Note: Skipped unusedStructMember (used in FUSE_NODE_SLAB build).
Note: Skipped knownConditionTrueFalse (correct threading code).
Note: Skipped uninitStructMember (false positive).

Fixes cppcheck warnings:
- cppcheck-constParameterPointer (7 instances)
- cppcheck-constVariablePointer (5 instances)
- cppcheck-knownConditionTrueFalse
- cppcheck-shadowArgument
- cppcheck-variableScope (4 instances)
- cppcheck-unreadVariable

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-07 10:08:49 +02:00
Bernd Schubert 1a53c92d8c Add codechecker cppcheck support
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-07 10:08:49 +02:00
dependabot[bot] e88b1d0d56 build(deps): bump actions/setup-python from 6.0.0 to 6.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v6...a309ff8b426b58ec0e2a45f0f869d46889d02405)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-07 09:00:21 +02:00
Bernd Schubert d6ed78d869 codeql action: enable queries: security-extended,security-and-quality
We never got a report, although other tools find issues.

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-05 12:48:26 +02:00
Bernd Schubert 85847acac2 Add back python to codeql action
Security and quality always complains about a missing report,
probably because there was python before - add it back.

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-05 12:48:26 +02:00
Bernd Schubert 30326f5013 github workflows: Add a code checker action
Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-05 12:48:26 +02:00
Bernd Schubert bdd9b96239 Fix github workflows to use the SHAs for security
Replace mutable version tags with immutable commit hashes to prevent
tag tampering and supply chain attacks. This ensures that the exact
reviewed code version is executed in CI workflows.

- actions/setup-python@v6 → a309ff8b426b58ec0e2a45f0f869d46889d02405
- actions/checkout@v6.0.2 → de0fac2e4500dabe0009e67214ff5f5447ce83dd
- vmactions/freebsd-vm@v1 → 7ca82f79fe3078fecded6d3a2bff094995447bbd

Also updated python-version to '3.x' for better flexibility.

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-05 12:48:26 +02:00
Bernd Schubert d412073a67 Add a codechecker script that is supposed to run per PR
New script is .github/workflows/codechecker.sh, which will be
added to a new github action check in a later commit

Also move all workflow dependencies to
.github/workflows/install-ubuntu-dependencies.sh

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-05 12:48:26 +02:00
Bernd Schubert 6b7749e762 Move the checkpatch call into a script
Much easier to run it manually if the actual checkpatch call is in
script.

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-05 12:48:26 +02:00
Bernd Schubert bee469fb16 Move github ubuntu install dependencies into a shell script
We get too much code yml installation code dup with these
dependencies - let the actions use a common dependency script.

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-04-05 12:48:26 +02:00
dependabot[bot] 4e5657e8cb build(deps): bump github/codeql-action from 4.34.1 to 4.35.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.34.1 to 4.35.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/38697555549f1db7851b81482ff19f1fa5c4fedc...c10b8064de6f491fea524254123dbe5e09572f13)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-31 11:28:03 +02:00
dependabot[bot] 35f0067b7a build(deps): bump github/codeql-action from 4.33.0 to 4.34.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.33.0 to 4.34.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/b1bff81932f5cdfc8695c7752dcee935dcd061c8...38697555549f1db7851b81482ff19f1fa5c4fedc)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 15:13:23 +01:00
dependabot[bot] 46ecc306dd build(deps): bump github/codeql-action from 4.32.6 to 4.33.0 (#1450)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.6 to 4.33.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/0d579ffd059c29b07949a3cce3983f0780820c98...b1bff81932f5cdfc8695c7752dcee935dcd061c8)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-16 23:59:27 +01:00
dependabot[bot] 31fdf35d02 build(deps): bump github/codeql-action from 4.32.5 to 4.32.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.5 to 4.32.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/c793b717bc78562f491db7b0e93a3a178b099162...0d579ffd059c29b07949a3cce3983f0780820c98)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-11 10:21:00 +01:00
dependabot[bot] 61ebd64b1e build(deps): bump github/codeql-action from 4.32.4 to 4.32.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.4 to 4.32.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/89a39a4e59826350b863aa6b6252a07ad50cf83e...c793b717bc78562f491db7b0e93a3a178b099162)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-03 13:12:52 +01:00
dependabot[bot] 48929a4fb7 build(deps): bump github/codeql-action from 4.32.2 to 4.32.4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.2 to 4.32.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2...89a39a4e59826350b863aa6b6252a07ad50cf83e)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-24 03:04:17 +01:00
dependabot[bot] ecfb204120 build(deps): bump github/codeql-action from 4.32.1 to 4.32.2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.1 to 4.32.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/6bc82e05fd0ea64601dd4b465378bbcf57de0314...45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-11 10:37:45 +01:00
dependabot[bot] e81cf70c07 build(deps): bump github/codeql-action from 4.32.0 to 4.32.1
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.0 to 4.32.1.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/b20883b0cd1f46c72ae0ba6d1090936928f9fa30...6bc82e05fd0ea64601dd4b465378bbcf57de0314)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-04 22:02:28 +01:00
dependabot[bot] 887876350f build(deps): bump github/codeql-action from 4.31.10 to 4.32.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.10 to 4.32.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/cdefb33c0f6224e58673d9004f47f7cb3e328b89...b20883b0cd1f46c72ae0ba6d1090936928f9fa30)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-02 09:41:08 +01:00
dependabot[bot] 264495f61e build(deps): bump actions/checkout from 6.0.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-02 09:40:55 +01:00
dependabot[bot] d1e6135cc1 build(deps): bump github/codeql-action from 4.31.9 to 4.31.10
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.9 to 4.31.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/5d4e8d1aca955e8d8589aabd499c5cae939e33c7...cdefb33c0f6224e58673d9004f47f7cb3e328b89)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-13 12:03:36 +01:00
Bernd Schubert 562f901226 Fix 'find_previous_release_tag.sh' if current version has no tag
For development it is expected that the current version doesn't have
a tag yet.

bernd@e7270 libfuse.git>.github/workflows/find_previous_release_tag.sh
Current version: 3.19.0-rc0
Current major.minor: 3.19
All major.minor versions found:
2.9
...
3.17
3.18
Error: No previous major.minor version found before 3.19

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2026-01-02 14:59:07 +01:00
dependabot[bot] 8fd68792ae build(deps): bump github/codeql-action from 4.31.8 to 4.31.9
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.8 to 4.31.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/1b168cd39490f61582a9beae412bb7057a6b2c4e...5d4e8d1aca955e8d8589aabd499c5cae939e33c7)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-27 23:36:41 +01:00
Bernd Schubert fef782261a Add an ABI check for the last tag of the previous release
The 3.18.0 ABI issue came up as we didn't have an ABI
check to the last previous release.

The supressions file needs to compare to the previous version
is also used for the existing ABI check - will reduce false
positives.

This will fail ABI checks against libfuse-3.18.0, as some
symbols in 3.18.0 were marked as the wrong version.

Signed-off-by: Bernd Schubert <bernd@bsbernd.com>
2025-12-20 14:59:28 +01:00
dependabot[bot] 033e0c3fbe build(deps): bump github/codeql-action from 4.31.7 to 4.31.8
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.7 to 4.31.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/cf1bb45a277cb3c205638b2cd5c984db1c46a412...1b168cd39490f61582a9beae412bb7057a6b2c4e)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-18 22:42:14 +01:00
dependabot[bot] 4f81b84d60 build(deps): bump github/codeql-action from 4.31.6 to 4.31.7
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.6 to 4.31.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/fe4161a26a8629af62121b670040955b330f9af2...cf1bb45a277cb3c205638b2cd5c984db1c46a412)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-10 17:40:06 +01:00
dependabot[bot] c2fb67471e build(deps): bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v6...v6.0.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-10 17:39:49 +01:00
dependabot[bot] f96ec67050 build(deps): bump github/codeql-action from 4.31.5 to 4.31.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.5 to 4.31.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/fdbfb4d2750291e159f0156def62b853c2798ca2...fe4161a26a8629af62121b670040955b330f9af2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02 13:11:56 +01:00