[Devel] [PATCH RHEL10 COMMIT] selftests: netdevsim: mark ethtool-features.sh executable
Konstantin Khorenko
khorenko at virtuozzo.com
Mon Aug 24 17:37:19 MSK 2026
The commit is pushed to "branch-rh10-6.12.0-211.39.1.16.x.vz10-ovz" and will appear at git at bitbucket.org:openvz/vzkernel.git
after rh10-6.12.0-211.39.1.16.8.vz10
------>
commit f54503861aa682de0a3288b554f6350eac98b099
Author: Eva Kurchatova <eva.kurchatova at virtuozzo.com>
Date: Fri Aug 21 19:41:30 2026 +0300
selftests: netdevsim: mark ethtool-features.sh executable
The script is listed in TEST_PROGS but, unlike its 14 siblings there,
is not executable. Nothing actually fails: run_kselftest.sh falls back
to running a non-executable test through the interpreter from its
shebang, so the only effect is
# Warning: file ethtool-features.sh is not executable
in the log. Still, the warning reads like a problem, kernel packaging
installs the script 0644 where every other test in the directory is
0755, and running it by hand needs an explicit interpreter.
Set the bit.
https://virtuozzo.atlassian.net/browse/VSTOR-139651
Feature: fix selftests
Signed-off-by: Eva Kurchatova <eva.kurchatova at virtuozzo.com>
Reviewed-by: Konstantin Khorenko <khorenko at virtuozzo.com>
---
tools/testing/selftests/drivers/net/netdevsim/ethtool-features.sh | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/tools/testing/selftests/drivers/net/netdevsim/ethtool-features.sh b/tools/testing/selftests/drivers/net/netdevsim/ethtool-features.sh
old mode 100644
new mode 100755
More information about the Devel
mailing list