diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-29 12:17:00 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-30 23:59:12 -0800 |
| commit | 444f704d0313b5b7223b4b7482e0749be83888b7 (patch) | |
| tree | 2e2541cc8316f4198167386056388e990af2898c /meta-oe/recipes-benchmark/fio | |
| parent | 52b76013e84ae39697d68f7e7c4a9133ae039d17 (diff) | |
| download | meta-openembedded-444f704d0313b5b7223b4b7482e0749be83888b7.tar.gz | |
fio: upgrade 3.39 -> 3.41
Changelog:
3.41:
- engines/io_uring: remove unnecessary SQ full check
- io_uring: ensure accurate real_file_size setup for full device access with PI enabled
- Fix: parse.c opt_len() to use minimal distance to delimiter to determine option length
- io_u: fix offset calculation in randtrimwrite
- engines/http: fix file name
- engines/http: Add S3 security token support
- io_u: get io_u from io_u_freelist when TD_FSYNCING
- io_uring CQ reap cleanup
- Add 'filetype' option
- handle out-of-order write completions in verify state (Issue #1950)
- engines/http: Add support for range reads
- Makefile: fix man and share install paths on MacOS
- Sprandom
- Fix mandoc warnings
- fio: fix formats under MIPS64/PPC
- sprandom: Fix several issues found in the sprandom implementation
- t/verify-state.c fixes/improvements
3.40:
- t/read-to-pipe-async: fix -DNDEBUG support
- docs: update docs for verify_mode=compare of io_uring_cmd
- dfs: fix fail to load dfs engine
- Fix spelling error in IO uring engine.
- Fix hang on Windows when multiple --client args are present
- Add important info about http_host and file formatting to s3 example
- oslib: blkzoned: add missing blkzoned_move_zone_wp() stub
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/fio')
| -rw-r--r-- | meta-oe/recipes-benchmark/fio/fio_3.41.bb (renamed from meta-oe/recipes-benchmark/fio/fio_3.39.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-benchmark/fio/fio_3.39.bb b/meta-oe/recipes-benchmark/fio/fio_3.41.bb index 2ca52aaecf..494a4eb3d7 100644 --- a/meta-oe/recipes-benchmark/fio/fio_3.39.bb +++ b/meta-oe/recipes-benchmark/fio/fio_3.41.bb | |||
| @@ -22,8 +22,8 @@ PACKAGECONFIG_NUMA:armeb = "" | |||
| 22 | PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" | 22 | PACKAGECONFIG ??= "${PACKAGECONFIG_NUMA}" |
| 23 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" | 23 | PACKAGECONFIG[numa] = ",--disable-numa,numactl" |
| 24 | 24 | ||
| 25 | SRC_URI = "git://git.kernel.dk/fio.git;branch=master" | 25 | SRC_URI = "git://git.kernel.dk/fio.git;branch=master;tag=${BP}" |
| 26 | SRCREV = "a6e474c9e896e4ba1eb40066a03402afb040710a" | 26 | SRCREV = "ed675d3477a70a42d2e757b713f6c7125a27cdca" |
| 27 | 27 | ||
| 28 | SRC_URI += "file://CVE-2025-10823.patch" | 28 | SRC_URI += "file://CVE-2025-10823.patch" |
| 29 | 29 | ||
