From 65f01122b26f2b63c1bae173ccd7eca961d3fad1 Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Mon, 4 Oct 2021 15:23:26 +0200 Subject: [PATCH] pkgdep/git: Bump fio to 3.28 Older versions of fio depend on raw driver which recently got removed from the linux kernel: git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=603e4922f1c Due to that, these fio versions won't build anymore under latest kernels available, e.g., for fedora (due to missing raw.h from the kernel-headers package). Details here: https://github.com/axboe/fio/commit/382975557 Signed-off-by: Michal Berger Change-Id: Ie63769395c482f1965c6664e8f5143c71ef80253 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/9718 Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins Reviewed-by: Tomasz Zawadzki Reviewed-by: Aleksey Marchuk --- test/common/config/pkgdep/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/config/pkgdep/git b/test/common/config/pkgdep/git index e5ab0b2eec..1b03eb5018 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -195,7 +195,7 @@ function install_rocksdb() { function install_fio() { # This version of fio is installed in /usr/src/fio to enable # building the spdk fio plugin. - local fio_version="fio-3.27" + local fio_version="fio-3.28" if [ ! -d /usr/src/fio ]; then if [ ! -d fio ]; then