SPECS (LINUX_2_6_22): kernel.spec - rel 3; fix issue where htb was...

arekm arekm at pld-linux.org
Tue Dec 11 09:38:30 CET 2007


Author: arekm                        Date: Tue Dec 11 08:38:30 2007 GMT
Module: SPECS                         Tag: LINUX_2_6_22
---- Log message:
- rel 3; fix issue where htb was not limiting packets correctly for sizes > 1600

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1796.2.27 -> 1.441.2.1796.2.28) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1796.2.27 SPECS/kernel.spec:1.441.2.1796.2.28
--- SPECS/kernel.spec:1.441.2.1796.2.27	Wed Dec  5 08:30:00 2007
+++ SPECS/kernel.spec	Tue Dec 11 09:38:24 2007
@@ -118,7 +118,7 @@
 %define		_prepatch		%{nil}
 %define		_pre_rc			%{nil}
 %define		_rc			%{nil}
-%define		_rel			2.1
+%define		_rel			3
 %define		subname			%{?with_pax:-pax}%{?with_grsec_full:-grsecurity}%{?with_xen0:-xen0}%{?with_xenU:-xenU}
 
 %define		_netfilter_snap		20070806
@@ -275,6 +275,9 @@
 Patch53:	esfq-kernel.patch
 Patch531:	esfq-kernel-2.6.22-rc5.diff
 
+# update htb to 2.6.23 version (fixes handling larger packets than 1600)
+Patch532:	linux-htb.patch
+
 # http://memebeam.org/free-software/toshiba_acpi/toshiba_acpi-dev_toshiba_test5-linux_2.6.21.patch
 Patch54:	linux-2.6-toshiba_acpi.patch
 # by Baggins request:
@@ -871,6 +874,9 @@
 %patch53 -p1
 %patch531 -p1
 
+# htb
+%patch532 -p1
+
 %if %{with wrr}
 %patch52 -p1
 %endif
@@ -1698,6 +1704,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1796.2.28  2007-12-11 08:38:24  arekm
+- rel 3; fix issue where htb was not limiting packets correctly for sizes > 1600
+
 Revision 1.441.2.1796.2.27  2007-12-05 07:30:00  arekm
 - fix vserver 2.3 context leak which became unacessible leaving vserver mounts alive
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel.spec?r1=1.441.2.1796.2.27&r2=1.441.2.1796.2.28&f=u



More information about the pld-cvs-commit mailing list