From 1147795bd140a563185b87a8c4411eacd4d61c08 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 31 Mar 2023 10:53:46 +0200 Subject: [PATCH] tools: tests: update the kernel version required to run tests The v5.16 kernel requirement is a leftover from when the tests were developed to work with gpio-sim before the module was actually released in v5.17. Update the kernel requirement to v5.17.4 which includes fixes to set/get_multiple() callbacks in gpio-sim. Signed-off-by: Bartosz Golaszewski --- tools/gpio-tools-test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/gpio-tools-test b/tools/gpio-tools-test index 6d10b65..5b6c72e 100755 --- a/tools/gpio-tools-test +++ b/tools/gpio-tools-test @@ -2,8 +2,7 @@ # SPDX-License-Identifier: GPL-2.0-or-later # SPDX-FileCopyrightText: 2017-2021 Bartosz Golaszewski -# Switch to v5.17.0 once released -MIN_KERNEL_VERSION="5.16.0" +MIN_KERNEL_VERSION="5.17.4" BATS_SCRIPT="gpio-tools-test.bats" SOURCE_DIR="$(dirname ${BASH_SOURCE[0]})" -- 2.30.2