From: Benjamin Poirier <bpoirier@xxxxxxxxxx> commit 9d851dd4dab63e95c1911a2fa847796d1ec5d58d upstream. setup_loopback.sh and net_helper.sh are meant to be sourced from other scripts, not executed directly. Therefore, remove the executable bits from those files' permissions. This change is similar to commit 49078c1b80b6 ("selftests: forwarding: Remove executable bits from lib.sh") Fixes: 7d1575014a63 ("selftests/net: GRO coalesce test") Fixes: 3bdd9fd29cb0 ("selftests/net: synchronize udpgro tests' tx and rx connection") Suggested-by: Paolo Abeni <pabeni@xxxxxxxxxx> Signed-off-by: Benjamin Poirier <bpoirier@xxxxxxxxxx> Link: https://lore.kernel.org/r/20240131140848.360618-4-bpoirier@xxxxxxxxxx Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/net/net_helper.sh | 0 tools/testing/selftests/net/setup_loopback.sh | 0 0 files changed mode change 100755 => 100644 tools/testing/selftests/net/net_helper.sh mode change 100755 => 100644 tools/testing/selftests/net/setup_loopback.sh Patches currently in stable-queue which might be from bpoirier@xxxxxxxxxx are queue-6.1/selftests-net-remove-executable-bits-from-library-scripts.patch