[06/11] [TCP]: Put back tcp_timer_bug_msg[] symbol export.

2005-03-10 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- This wrecks the ipv6 modular build for a lot of people. In fact, since I always build ipv6 modular I am surprised I never hit this. My best guess is that my compiler is optimizing the reference away,

Re: [06/11] [TCP]: Put back tcp_timer_bug_msg[] symbol export.

2005-03-10 Thread David S. Miller
On Thu, 10 Mar 2005 23:20:14 + Christoph Hellwig <[EMAIL PROTECTED]> wrote: > > --- a/net/ipv4/tcp_timer.c 2005-03-09 17:20:38 -08:00 > > +++ b/net/ipv4/tcp_timer.c 2005-03-09 17:20:38 -08:00 > > @@ -38,6 +38,7 @@ > > > > #ifdef TCP_DEBUG > > const char tcp_timer_bug_msg[] = KERN_DEBUG

Re: [06/11] [TCP]: Put back tcp_timer_bug_msg[] symbol export.

2005-03-10 Thread Christoph Hellwig
> --- a/net/ipv4/tcp_timer.c2005-03-09 17:20:38 -08:00 > +++ b/net/ipv4/tcp_timer.c2005-03-09 17:20:38 -08: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 not

Re: [06/11] [TCP]: Put back tcp_timer_bug_msg[] symbol export.

2005-03-10 Thread Christoph Hellwig
--- a/net/ipv4/tcp_timer.c2005-03-09 17:20:38 -08:00 +++ b/net/ipv4/tcp_timer.c2005-03-09 17:20:38 -08: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 not complaining

Re: [06/11] [TCP]: Put back tcp_timer_bug_msg[] symbol export.

2005-03-10 Thread David S. Miller
On Thu, 10 Mar 2005 23:20:14 + Christoph Hellwig [EMAIL PROTECTED] wrote: --- a/net/ipv4/tcp_timer.c 2005-03-09 17:20:38 -08:00 +++ b/net/ipv4/tcp_timer.c 2005-03-09 17:20:38 -08:00 @@ -38,6 +38,7 @@ #ifdef TCP_DEBUG const char tcp_timer_bug_msg[] = KERN_DEBUG tcpbug:

[06/11] [TCP]: Put back tcp_timer_bug_msg[] symbol export.

2005-03-10 Thread Greg KH
-stable review patch. If anyone has any objections, please let us know. -- This wrecks the ipv6 modular build for a lot of people. In fact, since I always build ipv6 modular I am surprised I never hit this. My best guess is that my compiler is optimizing the reference away,