[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240824143837.228874-1-david.hunter.linux@gmail.com>
Date: Sat, 24 Aug 2024 10:38:37 -0400
From: David Hunter <david.hunter.linux@...il.com>
To: david.hunter.linux@...il.com
Cc: davem@...emloft.net,
edumazet@...gle.com,
javier.carrasco.cruz@...il.com,
kuba@...nel.org,
linux-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org,
netdev@...r.kernel.org,
pabeni@...hat.com,
shuah@...nel.org
Subject: [PATCH 1/1 V2] Selftests: net: Set executable bit for shell script
Turn on the execution bit for the shell script file. The test is skipped
when downloaded from the linux_mainline source files.
Signed-off-by: David Hunter <david.hunter.linux@...il.com>
---
V1 --> V2
- Split the patch into two separate patches (one for each issue)
- Included subject prefixes
---
tools/testing/selftests/net/test_ingress_egress_chaining.sh | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 tools/testing/selftests/net/test_ingress_egress_chaining.sh
diff --git a/tools/testing/selftests/net/test_ingress_egress_chaining.sh b/tools/testing/selftests/net/test_ingress_egress_chaining.sh
old mode 100644
new mode 100755
--
2.43.0
Powered by blists - more mailing lists