netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fw: [Bugme-new] [Bug 4274] New: ipv6: Unknown symbol tcp_timer_bug_msg
@ 2005-03-02 17:19 Andrew Morton
  2005-03-02 17:37 ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2005-03-02 17:19 UTC (permalink / raw)
  To: netdev; +Cc: jgoerzen



Begin forwarded message:

Date: Wed, 2 Mar 2005 09:15:18 -0800
From: bugme-daemon@osdl.org
To: bugme-new@lists.osdl.org
Subject: [Bugme-new] [Bug 4274] New: ipv6: Unknown symbol tcp_timer_bug_msg


http://bugme.osdl.org/show_bug.cgi?id=4274

           Summary: ipv6: Unknown symbol tcp_timer_bug_msg
    Kernel Version: 2.6.11
            Status: NEW
          Severity: normal
             Owner: yoshfuji@linux-ipv6.org
         Submitter: jgoerzen@complete.org


Distribution: Debian sid
Hardware Environment: alpha
Software Environment:
Problem Description:

modprobe ipv6 fails with:

ipv6: Unknown symbol tcp_timer_bug_msg

I saw this back on a previous version and submitted #3717 at the time.  The
patch attached to that bug worked.  However, 2.6.11 appears to include that
patch, and yet, I'm still getting this problem.

I will attach my config file.  Please let me know if you need any other information.

Thanks,
John Goerzen

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bugme-new] [Bug 4274] New: ipv6: Unknown symbol tcp_timer_bug_msg
  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
  0 siblings, 1 reply; 4+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2005-03-02 17:37 UTC (permalink / raw)
  To: akpm, jgoerzen; +Cc: netdev

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.

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bugme-new] [Bug 4274] New: ipv6: Unknown symbol tcp_timer_bug_msg
  2005-03-02 17:37 ` YOSHIFUJI Hideaki / 吉藤英明
@ 2005-03-02 19:51   ` John Goerzen
  2005-03-02 20:16     ` David S. Miller
  0 siblings, 1 reply; 4+ messages in thread
From: John Goerzen @ 2005-03-02 19:51 UTC (permalink / raw)
  To: YOSHIFUJI Hideaki / ?$B5HF#1QL@; +Cc: akpm, netdev

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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Bugme-new] [Bug 4274] New: ipv6: Unknown symbol tcp_timer_bug_msg
  2005-03-02 19:51   ` John Goerzen
@ 2005-03-02 20:16     ` David S. Miller
  0 siblings, 0 replies; 4+ messages in thread
From: David S. Miller @ 2005-03-02 20:16 UTC (permalink / raw)
  To: John Goerzen; +Cc: yoshfuji, akpm, netdev

On Wed, 2 Mar 2005 13:51:10 -0600
John Goerzen <jgoerzen@complete.org> wrote:

> 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!

I'll apply this patch later today, thanks everyone.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-03-02 20:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2005-03-02 20:16     ` David S. Miller

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).