lkml.org 
[lkml]   [2018]   [Nov]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.18 095/150] selftests: udpgso_bench.sh explicitly requires bash
    Date
    4.18-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    [ Upstream commit 12a2ea962c06efb30764c47b140d2ec9d3cd7cb0 ]

    The udpgso_bench.sh script requires several bash-only features. This
    may cause random failures if the default shell is not bash.
    Address the above explicitly requiring bash as the script interpreter

    Fixes: 3a687bef148d ("selftests: udp gso benchmark")
    Signed-off-by: Paolo Abeni <pabeni@redhat.com>
    Acked-by: Willem de Bruijn <willemb@google.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    tools/testing/selftests/net/udpgso_bench.sh | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/tools/testing/selftests/net/udpgso_bench.sh b/tools/testing/selftests/net/udpgso_bench.sh
    index 850767befa47..99e537ab5ad9 100755
    --- a/tools/testing/selftests/net/udpgso_bench.sh
    +++ b/tools/testing/selftests/net/udpgso_bench.sh
    @@ -1,4 +1,4 @@
    -#!/bin/sh
    +#!/bin/bash
    # SPDX-License-Identifier: GPL-2.0
    #
    # Run a series of udpgso benchmarks
    --
    2.17.1


    \
     
     \ /
      Last update: 2018-11-02 20:06    [W:3.531 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site