[kernel] r17004 - dists/squeeze/linux-2.6/debian/patches/features/all/openvz

Ben Hutchings benh at alioth.debian.org
Sun Mar 6 19:21:37 UTC 2011


Author: benh
Date: Sun Mar  6 19:21:26 2011
New Revision: 17004

Log:
Update openvz.patch for bug #590653

Modified:
   dists/squeeze/linux-2.6/debian/patches/features/all/openvz/openvz.patch

Modified: dists/squeeze/linux-2.6/debian/patches/features/all/openvz/openvz.patch
==============================================================================
--- dists/squeeze/linux-2.6/debian/patches/features/all/openvz/openvz.patch	Sun Mar  6 19:20:04 2011	(r17003)
+++ dists/squeeze/linux-2.6/debian/patches/features/all/openvz/openvz.patch	Sun Mar  6 19:21:26 2011	(r17004)
@@ -86423,18 +86423,6 @@
 index d1f77cc..7fc4efd 100644
 --- a/net/ipv6/addrconf.c
 +++ b/net/ipv6/addrconf.c
-@@ -407,9 +407,8 @@ static struct inet6_dev * ipv6_add_dev(struct net_device *dev)
- 	    dev->type == ARPHRD_TUNNEL6 ||
- 	    dev->type == ARPHRD_SIT ||
- 	    dev->type == ARPHRD_NONE) {
--		printk(KERN_INFO
--		       "%s: Disabled Privacy Extensions\n",
--		       dev->name);
-+		ADBG((KERN_INFO "%s: Disabled Privacy Extensions\n",
-+			dev->name));
- 		ndev->cnf.use_tempaddr = -1;
- 	} else {
- 		in6_dev_hold(ndev);
 @@ -626,7 +625,7 @@ ipv6_add_addr(struct inet6_dev *idev, const struct in6_addr *addr, int pfxlen,
  		goto out;
  	}



More information about the Kernel-svn-changes mailing list