Chatter on boot is not necessary, change it to debug. Signed-off-by: Stephen Hemminger --- a/net/ipv6/ip6_gre.c 2014-08-25 15:06:29.711056058 -0700 +++ b/net/ipv6/ip6_gre.c 2014-08-25 15:06:29.707056037 -0700 @@ -1678,7 +1678,7 @@ static int __init ip6gre_init(void) { int err; - pr_info("GRE over IPv6 tunneling driver\n"); + pr_debug("GRE over IPv6 tunneling driver\n"); err = register_pernet_device(&ip6gre_net_ops); if (err < 0) --- a/net/ipv6/mip6.c 2014-08-25 15:06:29.711056058 -0700 +++ b/net/ipv6/mip6.c 2014-08-25 15:06:29.707056037 -0700 @@ -482,7 +482,7 @@ static const struct xfrm_type mip6_rthdr static int __init mip6_init(void) { - pr_info("Mobile IPv6\n"); + pr_debug("Mobile IPv6\n"); if (xfrm_register_type(&mip6_destopt_type, AF_INET6) < 0) { pr_info("%s: can't add xfrm type(destopt)\n", __func__); --- a/net/ipv6/sit.c 2014-08-25 15:06:29.711056058 -0700 +++ b/net/ipv6/sit.c 2014-08-25 15:06:29.707056037 -0700 @@ -1796,7 +1796,7 @@ static int __init sit_init(void) { int err; - pr_info("IPv6 over IPv4 tunneling driver\n"); + pr_debug("IPv6 over IPv4 tunneling driver\n"); err = register_pernet_device(&sit_net_ops); if (err < 0) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html