All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net] selftests: set amt.sh executable
@ 2022-01-05 14:44 Taehee Yoo
  2022-01-05 18:30 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Taehee Yoo @ 2022-01-05 14:44 UTC (permalink / raw)
  To: davem, kuba, netdev, shuah, linux-kselftest; +Cc: ap420073, liuhangbin

amt.sh test script will not work because it doesn't have execution
permission. So, it adds execution permission.

Reported-by: Hangbin Liu <liuhangbin@gmail.com>
Fixes: c08e8baea78e ("selftests: add amt interface selftest script")
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
---
 tools/testing/selftests/net/amt.sh | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 tools/testing/selftests/net/amt.sh

diff --git a/tools/testing/selftests/net/amt.sh b/tools/testing/selftests/net/amt.sh
old mode 100644
new mode 100755
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH net] selftests: set amt.sh executable
  2022-01-05 14:44 [PATCH net] selftests: set amt.sh executable Taehee Yoo
@ 2022-01-05 18:30 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-01-05 18:30 UTC (permalink / raw)
  To: Taehee Yoo; +Cc: davem, kuba, netdev, shuah, linux-kselftest, liuhangbin

Hello:

This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Wed,  5 Jan 2022 14:44:36 +0000 you wrote:
> amt.sh test script will not work because it doesn't have execution
> permission. So, it adds execution permission.
> 
> Reported-by: Hangbin Liu <liuhangbin@gmail.com>
> Fixes: c08e8baea78e ("selftests: add amt interface selftest script")
> Signed-off-by: Taehee Yoo <ap420073@gmail.com>
> 
> [...]

Here is the summary with links:
  - [net] selftests: set amt.sh executable
    https://git.kernel.org/netdev/net/c/db54c12a3d7e

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-05 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-05 14:44 [PATCH net] selftests: set amt.sh executable Taehee Yoo
2022-01-05 18:30 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.