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

Bastian Blank waldi at costa.debian.org
Fri May 26 13:00:34 UTC 2006


Author: waldi
Date: Fri May 26 13:00:27 2006
New Revision: 6710

Added:
   dists/sid/linux-2.6/debian/patches/vserver-vs2.0.2-rc21-update.patch   (contents, props changed)
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/15-extra

Log:
Update vserver patch to 2.0.2-rc21.

* debian/changelog: Update.
* debian/patches/series/15-extra: Add vserver-vs2.0.2-rc21-update.patch.
* debian/patches/vserver-vs2.0.2-rc21-update.patch: Add.


Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Fri May 26 13:00:27 2006
@@ -28,7 +28,10 @@
     of the -powerpc one.
   * Upgraded mkvmlinuz dependency to mkvmlinuz 21.
 
- -- Sven Luther <luther at debian.org>  Fri, 26 May 2006 10:42:10 +0200
+  [ Bastian Blank ]
+  * Update vserver patch to 2.0.2-rc21.
+
+ -- Bastian Blank <waldi at debian.org>  Fri, 26 May 2006 14:59:27 +0200
 
 linux-2.6 (2.6.16-14) unstable; urgency=low
 

Modified: dists/sid/linux-2.6/debian/patches/series/15-extra
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/15-extra	(original)
+++ dists/sid/linux-2.6/debian/patches/series/15-extra	Fri May 26 13:00:27 2006
@@ -4,3 +4,4 @@
 + mips-dec-scsi.patch mipsel
 + mips-dec-rtc.patch mipsel
 + hppa-rw-can-lock.patch hppa
++ vserver-vs2.0.2-rc21-update.patch *_vserver *_xen-vserver

Added: dists/sid/linux-2.6/debian/patches/vserver-vs2.0.2-rc21-update.patch
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/vserver-vs2.0.2-rc21-update.patch	Fri May 26 13:00:27 2006
@@ -0,0 +1,24 @@
+diff -u linux-2.6.16.16-vs2.0.2-rc20/include/net/route.h linux-2.6.16.17-vs2.0.2-rc21/include/net/route.h
+--- linux-2.6.16.16-vs2.0.2-rc20/include/net/route.h	2006-05-11 18:47:46 +0200
++++ linux-2.6.16.17-vs2.0.2-rc21/include/net/route.h	2006-05-11 18:47:46 +0200
+@@ -229,7 +229,7 @@
+ 			return err;
+ 		if (fl.fl4_dst == IPI_LOOPBACK && !vx_check(0, VX_ADMIN))
+ 			fl.fl4_dst = nx_info->ipv4[0];
+-#ifdef VSERVER_REMAP_SADDR
++#ifdef ONFIG_VSERVER_REMAP_SADDR
+ 		if (fl.fl4_src == IPI_LOOPBACK && !vx_check(0, VX_ADMIN))
+ 			fl.fl4_src = nx_info->ipv4[0];
+ #endif
+diff -u linux-2.6.16.16-vs2.0.2-rc20/net/ipv4/udp.c linux-2.6.16.17-vs2.0.2-rc21/net/ipv4/udp.c
+--- linux-2.6.16.16-vs2.0.2-rc20/net/ipv4/udp.c	2006-05-11 18:49:21 +0200
++++ linux-2.6.16.17-vs2.0.2-rc21/net/ipv4/udp.c	2006-05-11 18:49:21 +0200
+@@ -617,7 +617,7 @@
+ 				goto out;
+ 			if (daddr == IPI_LOOPBACK && !vx_check(0, VX_ADMIN))
+ 				daddr = fl.fl4_dst = nxi->ipv4[0];
+-#ifdef VSERVER_REMAP_SADDR
++#ifdef CONFIG_VSERVER_REMAP_SADDR
+ 			if (saddr == IPI_LOOPBACK && !vx_check(0, VX_ADMIN))
+ 				saddr = fl.fl4_src = nxi->ipv4[0];
+ #endif



More information about the Kernel-svn-changes mailing list