]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
[PATCH] cleaned up, and signed off on the ipv6 patch.
authorgregkh@suse.de <gregkh@suse.de>
Thu, 10 Mar 2005 04:28:17 +0000 (20:28 -0800)
committerGreg KH <gregkh@suse.de>
Thu, 12 May 2005 05:10:06 +0000 (22:10 -0700)
ipv6-modular-build-fix.patch

index eb5286deb85ee59ab9d0f8948c37682a4f8c8a60..da0f6c50af0173733293ac94371d3a930b46a000 100644 (file)
@@ -1,9 +1,7 @@
 Date: Wed, 9 Mar 2005 17:14:31 -0800
 From: "David S. Miller" <davem@davemloft.net>
 To: stable@kernel.org
-Cc: 
-Subject: [PATCH] Fix busted TCP symbol export
-Lines: 47
+Subject: [PATCH] [TCP]: Put back tcp_timer_bug_msg[] symbol export.
 
 
 This wrecks the ipv6 modular build for a lot of people.
@@ -12,31 +10,15 @@ I never hit this.  My best guess is that my compiler is
 optimizing the reference away, but that can never be
 depended upon and the symbol export really is needed.
 
-Thanks.
-
-# This is a BitKeeper generated diff -Nru style patch.
-#
-# ChangeSet
-#   2005/03/02 21:36:48-08:00 yoshfuji@linux-ipv6.org 
-#   [TCP]: Put back tcp_timer_bug_msg[] symbol export.
-#   
-#   It is needed for tcp_reset_xmit_timer(), which is invoked by
-#   tcp_prequeue() which is invoked from tcp_ipv6.c
-#   
-#   Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
-#   Signed-off-by: David S. Miller <davem@davemloft.net>
-# 
-# net/ipv4/tcp_timer.c
-#   2005/03/02 21:36:38-08:00 yoshfuji@linux-ipv6.org +1 -0
-#   [TCP]: Put back tcp_timer_bug_msg[] symbol export.
-#   
-#   It is needed for tcp_reset_xmit_timer(), which is invoked by
-#   tcp_prequeue() which is invoked from tcp_ipv6.c
-#   
-#   Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
-#   Signed-off-by: David S. Miller <davem@davemloft.net>
-
+[TCP]: Put back tcp_timer_bug_msg[] symbol export.
+  
+It is needed for tcp_reset_xmit_timer(), which is invoked by
+tcp_prequeue() which is invoked from tcp_ipv6.c
+Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
+Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Chris Wright <chrisw@osdl.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 
 diff -Nru a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c
 --- a/net/ipv4/tcp_timer.c     2005-03-09 17:20:38 -08:00