[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20110118.161412.179948581.davem@davemloft.net>
Date: Tue, 18 Jan 2011 16:14:12 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: romain@...bokech.com
Cc: kuznet@....inr.ac.ru, pekkas@...core.fi, jmorris@...ei.org,
yoshfuji@...ux-ipv6.org, kaber@...sh.net, netdev@...r.kernel.org
Subject: Re: [PATCH] ipv6: Silence privacy extensions initialization
From: Romain Francoise <romain@...bokech.com>
Date: Mon, 17 Jan 2011 18:59:18 +0100
> When a network namespace is created (via CLONE_NEWNET), the loopback
> interface is automatically added to the new namespace, triggering a
> printk in ipv6_add_dev() if CONFIG_IPV6_PRIVACY is set.
>
> This is problematic for applications which use CLONE_NEWNET as
> part of a sandbox, like Chromium's suid sandbox or recent versions of
> vsftpd. On a busy machine, it can lead to thousands of useless
> "lo: Disabled Privacy Extensions" messages appearing in dmesg.
>
> It's easy enough to check the status of privacy extensions via the
> use_tempaddr sysctl, so just removing the printk seems like the most
> sensible solution.
>
> Signed-off-by: Romain Francoise <romain@...bokech.com>
Yes, this message always bugged me too, applied thanks!
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists