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

maximilian attems maks-guest at alioth.debian.org
Thu Dec 28 23:21:01 UTC 2006


Author: maks-guest
Date: Fri Dec 29 00:21:01 2006
New Revision: 8047

Added:
   dists/sid/linux-2.6/debian/patches/bugfix/2.6.16.30
Modified:
   dists/sid/linux-2.6/debian/changelog
   dists/sid/linux-2.6/debian/patches/series/9
Log:
add open 2.6.16.30 fix


Modified: dists/sid/linux-2.6/debian/changelog
==============================================================================
--- dists/sid/linux-2.6/debian/changelog	(original)
+++ dists/sid/linux-2.6/debian/changelog	Fri Dec 29 00:21:01 2006
@@ -46,6 +46,8 @@
   * m68k/atari: fixes for ethernec and video driver by Michael Schmitz
 
   [ maximilian attems ]
+  * Hand-picked from stable release 2.6.16.30:
+    - [PPPOE]: Advertise PPPoE MTU
   * Hand-picked from stable release 2.6.16.33:
     - Add new PHY to sis900 supported list
     - ipmi_si_intf.c: fix "&& 0xff" typos
@@ -75,7 +77,7 @@
     - softirq: remove BUG_ONs which can incorrectly trigger
     - Fix SUNRPC wakeup/execute race condition
 
- -- maximilian attems <maks at sternwelten.at>  Thu, 28 Dec 2006 22:59:05 +0100
+ -- maximilian attems <maks at sternwelten.at>  Fri, 29 Dec 2006 00:02:11 +0100
 
 linux-2.6 (2.6.18-8) unstable; urgency=low
 

Added: dists/sid/linux-2.6/debian/patches/bugfix/2.6.16.30
==============================================================================
--- (empty file)
+++ dists/sid/linux-2.6/debian/patches/bugfix/2.6.16.30	Fri Dec 29 00:21:01 2006
@@ -0,0 +1,12 @@
+diff --git a/drivers/net/pppoe.c b/drivers/net/pppoe.c
+index 9369f81..e023b38 100644
+--- a/drivers/net/pppoe.c
++++ b/drivers/net/pppoe.c
+@@ -601,6 +601,7 @@ static int pppoe_connect(struct socket *
+ 		po->chan.hdrlen = (sizeof(struct pppoe_hdr) +
+ 				   dev->hard_header_len);
+ 
++		po->chan.mtu = dev->mtu - sizeof(struct pppoe_hdr);
+ 		po->chan.private = sk;
+ 		po->chan.ops = &pppoe_chan_ops;
+ 

Modified: dists/sid/linux-2.6/debian/patches/series/9
==============================================================================
--- dists/sid/linux-2.6/debian/patches/series/9	(original)
+++ dists/sid/linux-2.6/debian/patches/series/9	Fri Dec 29 00:21:01 2006
@@ -16,6 +16,7 @@
 + bugfix/mincore-hang.patch
 + bugfix/mincore-error-value-cases.patch
 + bugfix/mincore-typo.patch
++ bugfix/2.6.16.30
 + bugfix/2.6.16.33
 + bugfix/2.6.16.34
 + bugfix/2.6.16.35



More information about the Kernel-svn-changes mailing list