]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
selftests: net: Remove executable bits from library scripts
authorBenjamin Poirier <bpoirier@nvidia.com>
Wed, 31 Jan 2024 14:08:46 +0000 (09:08 -0500)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Feb 2024 16:36:29 +0000 (08:36 -0800)
commit9d851dd4dab63e95c1911a2fa847796d1ec5d58d
tree1db6f475c5b1a19a4a5d973c4446789b08c82eba
parent8cc063ae1b3dbe416ce62a15d49af4c2314b45fe
selftests: net: Remove executable bits from library scripts

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@redhat.com>
Signed-off-by: Benjamin Poirier <bpoirier@nvidia.com>
Link: https://lore.kernel.org/r/20240131140848.360618-4-bpoirier@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/net_helper.sh [changed mode: 0755->0644]
tools/testing/selftests/net/setup_loopback.sh [changed mode: 0755->0644]