netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: John Goerzen <jgoerzen@complete.org>
To: "YOSHIFUJI Hideaki / ?$B5HF#1QL@" <yoshfuji@wide.ad.jp>
Cc: akpm@osdl.org, netdev@oss.sgi.com
Subject: Re: [Bugme-new] [Bug 4274] New: ipv6: Unknown symbol tcp_timer_bug_msg
Date: Wed, 2 Mar 2005 13:51:10 -0600	[thread overview]
Message-ID: <20050302195110.GA27736@excelhustler.com> (raw)
In-Reply-To: <20050303.023706.64945563.yoshfuji@wide.ad.jp>

On Thu, Mar 03, 2005 at 02:37:06AM +0900, YOSHIFUJI Hideaki / ?$B5HF#1QL@ wrote:
> In article <20050302091907.19bb2b2e.akpm@osdl.org> (at Wed, 2 Mar 2005 09:19:07 -0800), Andrew Morton <akpm@osdl.org> says:
> 
> > modprobe ipv6 fails with:
> > 
> > ipv6: Unknown symbol tcp_timer_bug_msg
> 
> Please try this.

That fixed it.  Thanks!

-- John

> Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
> 
> ===== net/ipv4/tcp_timer.c 1.30 vs edited =====
> --- 1.30/net/ipv4/tcp_timer.c	2005-02-23 03:45:32 +09:00
> +++ edited/net/ipv4/tcp_timer.c	2005-03-03 02:26:20 +09:00
> @@ -38,6 +38,7 @@
>  
>  #ifdef TCP_DEBUG
>  const char tcp_timer_bug_msg[] = KERN_DEBUG "tcpbug: unknown timer value\n";
> +EXPORT_SYMBOL(tcp_timer_bug_msg);
>  #endif
>  
>  /*
> 
> -- 
> Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@linux-ipv6.org>
> GPG FP: 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA
> 

  reply	other threads:[~2005-03-02 19:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-02 17:19 Fw: [Bugme-new] [Bug 4274] New: ipv6: Unknown symbol tcp_timer_bug_msg Andrew Morton
2005-03-02 17:37 ` YOSHIFUJI Hideaki / 吉藤英明
2005-03-02 19:51   ` John Goerzen [this message]
2005-03-02 20:16     ` David S. 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=20050302195110.GA27736@excelhustler.com \
    --to=jgoerzen@complete.org \
    --cc=akpm@osdl.org \
    --cc=netdev@oss.sgi.com \
    --cc=yoshfuji@wide.ad.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).