[kernel] r5713 - in dists/sid/linux-2.6/debian: . patches patches/series

Martin Michlmayr tbm at costa.debian.org
Tue Feb 7 02:13:33 UTC 2006


Author: tbm
Date: Tue Feb  7 02:13:32 2006
New Revision: 5713

Added:
   dists/sid/linux-2.6/debian/patches/2.6.15.3.patch
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/5
Log:
Add stable tree 2.6.15.3


Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Tue Feb  7 02:13:32 2006
@@ -3,6 +3,8 @@
   [ Martin Michlmayr ]
   * Add a fix for the input support for the ixp4xx beeper driver from
     2.6.16-rc2.
+  * Add stable tree 2.6.15.3:
+    - Fix extra dst release when ip_options_echo fails
 
  -- Martin Michlmayr <tbm at cyrius.com>  Mon, 06 Feb 2006 03:25:54 +0000
 

Added: dists/sid/linux-2.6/debian/patches/2.6.15.3.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/2.6.15.3.patch	Tue Feb  7 02:13:32 2006
@@ -0,0 +1,14 @@
+diff --git a/net/ipv4/icmp.c b/net/ipv4/icmp.c
+index 92e23b2..84de934 100644
+--- a/net/ipv4/icmp.c
++++ b/net/ipv4/icmp.c
+@@ -524,7 +524,7 @@ void icmp_send(struct sk_buff *skb_in, i
+ 					  iph->tos;
+ 
+ 	if (ip_options_echo(&icmp_param.replyopts, skb_in))
+-		goto ende;
++		goto out_unlock;
+ 
+ 
+ 	/*
+

Modified: dists/sid/linux-2.6/debian/patches/series/5
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/5	(original)
+++ dists/sid/linux-2.6/debian/patches/series/5	Tue Feb  7 02:13:32 2006
@@ -1 +1,2 @@
 + input-ixp4xx-beeper-rc2fix.patch
++ 2.6.15.3.patch



More information about the Kernel-svn-changes mailing list