lkml.org 
[lkml]   [2019]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.9 75/96] selftests: netfilter: fix config fragment CONFIG_NF_TABLES_INET
    Date
    4.9-stable review patch.  If anyone has any objections, please let me know.

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

    [ Upstream commit 952b72f89ae23b316da8c1021b18d0c388ad6cc4 ]

    In selftests the config fragment for netfilter was added as
    NF_TABLES_INET=y and this patch correct it as CONFIG_NF_TABLES_INET=y

    Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
    Acked-by: Florian Westphal <fw@strlen.de>
    Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    tools/testing/selftests/netfilter/config | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/tools/testing/selftests/netfilter/config b/tools/testing/selftests/netfilter/config
    index 1017313e41a8..59caa8f71cd8 100644
    --- a/tools/testing/selftests/netfilter/config
    +++ b/tools/testing/selftests/netfilter/config
    @@ -1,2 +1,2 @@
    CONFIG_NET_NS=y
    -NF_TABLES_INET=y
    +CONFIG_NF_TABLES_INET=y
    --
    2.19.1


    \
     
     \ /
      Last update: 2019-03-12 18:24    [W:4.407 / U:0.364 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site