From: Stephen Hemminger <stephen@networkplumber•org>
To: davem@davemloft•net
Cc: netdev@vger•kernel.org, Stephen Hemminger <stephen@networkplumber•org>
Subject: [PATCH net-next 3/5] ipv6: silence tunnel loading messages
Date: Fri, 29 Aug 2014 00:09:21 -0700 [thread overview]
Message-ID: <20140829071031.802063934@networkplumber.org> (raw)
In-Reply-To: 20140829070918.508987897@networkplumber.org
[-- Attachment #1: ipv6-dbg-msg.patch --]
[-- Type: text/plain, Size: 1219 bytes --]
Chatter on boot is not necessary, change it to debug.
Signed-off-by: Stephen Hemminger <stephen@networkplumber•org>
--- 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)
next prev parent reply other threads:[~2014-08-29 7:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-29 7:09 [PATCH net-next 0/5] printk message cleanup's Stephen Hemminger
2014-08-29 7:09 ` [PATCH net-next 1/5] net: fix message priorities Stephen Hemminger
2014-08-29 7:09 ` [PATCH net-next 2/5] tcp: silence useless debug message Stephen Hemminger
2014-08-29 7:09 ` Stephen Hemminger [this message]
2014-08-29 7:09 ` [PATCH net-next 4/5] xfrm: replace printk with pr_ macro Stephen Hemminger
2014-08-29 7:09 ` [PATCH net-next 5/5] sched: replace bare printks Stephen Hemminger
2014-08-29 20:12 ` Michael Heimpold
2014-09-02 1:16 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140829071031.802063934@networkplumber.org \
--to=stephen@networkplumber$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=netdev@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox