[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fec8128d-0021-74db-b047-305fb1f70104@cogentembedded.com>
Date: Fri, 25 May 2018 13:33:59 +0300
From: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
To: Simon Wunderlich <sw@...onwunderlich.de>, davem@...emloft.net
Cc: netdev@...r.kernel.org, b.a.t.m.a.n@...ts.open-mesh.org,
Sven Eckelmann <sven@...fation.org>
Subject: Re: [PATCH 2/8] batman-adv: Disable CONFIG_BATMAN_ADV_DEBUGFS by
default
Hello!
On 5/24/2018 3:02 PM, Simon Wunderlich wrote:
> From: Sven Eckelmann <sven@...fation.org>
>
> All tools which were known to the batman-adv development team are
> supporting the batman-adv netlink interface since a while. Also debugfs is
> not supported for batman-adv interfaces in any non-default netns. Thus
> disabling CONFIG_BATMAN_ADV_DEBUGFS by default should not cause problems on
> most systems. It is still possible to enable it in case it is still
> required in a specific setup.
>
> Signed-off-by: Sven Eckelmann <sven@...fation.org>
> Signed-off-by: Simon Wunderlich <sw@...onwunderlich.de>
> ---
> net/batman-adv/Kconfig | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/net/batman-adv/Kconfig b/net/batman-adv/Kconfig
> index e4e2e02b7380..bee034a95208 100644
> --- a/net/batman-adv/Kconfig
> +++ b/net/batman-adv/Kconfig
> @@ -94,13 +94,13 @@ config BATMAN_ADV_DEBUGFS
> bool "batman-adv debugfs entries"
> depends on BATMAN_ADV
> depends on DEBUG_FS
> - default y
> + default n
N is the default default. :-) You don't need this line.
[...]
MBR, Sergei
Powered by blists - more mailing lists