netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] selftests: Make l2tp.sh executable
@ 2019-10-22  1:02 David Ahern
  2019-10-22 21:03 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: David Ahern @ 2019-10-22  1:02 UTC (permalink / raw)
  To: davem, jakub.kicinski; +Cc: netdev, David Ahern, kernel test robot

From: David Ahern <dsahern@gmail.com>

Kernel test robot reported that the l2tp.sh test script failed:
    # selftests: net: l2tp.sh
    # Warning: file l2tp.sh is not executable, correct this.

Set executable bits.

Fixes: e858ef1cd4bc ("selftests: Add l2tp tests")
Reported-by: kernel test robot <rong.a.chen@intel.com>
Signed-off-by: David Ahern <dsahern@gmail.com>
---
 tools/testing/selftests/net/l2tp.sh | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 mode change 100644 => 100755 tools/testing/selftests/net/l2tp.sh

diff --git a/tools/testing/selftests/net/l2tp.sh b/tools/testing/selftests/net/l2tp.sh
old mode 100644
new mode 100755
-- 
2.20.1 (Apple Git-117)


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

* Re: [PATCH net] selftests: Make l2tp.sh executable
  2019-10-22  1:02 [PATCH net] selftests: Make l2tp.sh executable David Ahern
@ 2019-10-22 21:03 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2019-10-22 21:03 UTC (permalink / raw)
  To: David Ahern; +Cc: davem, netdev, David Ahern, kernel test robot

On Mon, 21 Oct 2019 19:02:43 -0600, David Ahern wrote:
> From: David Ahern <dsahern@gmail.com>
> 
> Kernel test robot reported that the l2tp.sh test script failed:
>     # selftests: net: l2tp.sh
>     # Warning: file l2tp.sh is not executable, correct this.
> 
> Set executable bits.
> 
> Fixes: e858ef1cd4bc ("selftests: Add l2tp tests")
> Reported-by: kernel test robot <rong.a.chen@intel.com>
> Signed-off-by: David Ahern <dsahern@gmail.com>

Looks like this one didn't make it into patchwork, perhaps because
there is no traditional diff?

Anyway, applied to net, thanks!

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

end of thread, other threads:[~2019-10-22 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-22  1:02 [PATCH net] selftests: Make l2tp.sh executable David Ahern
2019-10-22 21:03 ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).