fio: update to 3.42
authorAlexandru Ardelean <redacted>
Wed, 22 Apr 2026 09:16:43 +0000 (12:16 +0300)
committerAlexandru Ardelean <redacted>
Sun, 10 May 2026 08:32:19 +0000 (11:32 +0300)
commitc5656a3023c32d29c61609ec7b6f235891963245
tree489fb163cc9e88afa9bd04a87910e5d17ee87bb8
parent67b95dcf1275ff6e5172c8318cc1c3d64c968182
fio: update to 3.42

Remove <linux/prctl.h> from backend.c via Build/Prepare sed: both
<linux/prctl.h> and <sys/prctl.h> define struct prctl_mm_map in newer
musl toolchains, causing a redefinition build error. sys/prctl.h alone
provides everything fio needs.

Changelog: https://github.com/axboe/fio/blob/fio-3.42/HOWTO.rst

Signed-off-by: Alexandru Ardelean <redacted>
utils/fio/Makefile
utils/fio/test.sh [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT