SPECS: kernel-desktop.spec - wrr patch + config added (builds & wo...

czarny czarny at pld-linux.org
Wed Aug 22 20:57:31 CEST 2007


Author: czarny                       Date: Wed Aug 22 18:57:31 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- wrr patch + config added (builds & works)
- generic kernel.spec todo specified patch by patch

---- Files affected:
SPECS:
   kernel-desktop.spec (1.114 -> 1.115) 

---- Diffs:

================================================================
Index: SPECS/kernel-desktop.spec
diff -u SPECS/kernel-desktop.spec:1.114 SPECS/kernel-desktop.spec:1.115
--- SPECS/kernel-desktop.spec:1.114	Tue Aug 21 23:56:27 2007
+++ SPECS/kernel-desktop.spec	Wed Aug 22 20:57:26 2007
@@ -5,11 +5,23 @@
 # - dmi-decode patch already in upstream kernel?
 # - investigate hdaps_protect -- doesn't apply
 # - check patches > 90
-# - compare to kernel.spec and add any needed/missing patches
 # - put together a default .config that makes sense for desktops
 # - convert patches to common diff -uNp format
 # - make sure patch numbering is consistent and preapare it
 #   for the future
+# - PF_RING patch from kernel.spec
+# - hostap patch from kernel.spec
+# - ueagle patch from kernel.spec
+# - NFSv4 patches from kernel.spec
+# - nforce WON patches from kernel.spec
+# - unionfs patch from kernel.spec
+# - investigate ppc-ICE patches from kernel.spec
+# - routes patch from kernel.spec
+# - investigate pwc-uncompress patch from kernel.spec
+# - investigate apparmor-caps patch from kernel.spec
+# - actively search for other superb enhancing patches 
+#   (even the experimental ones, as kernel-desktop is not 
+#   mainline kernel)
 #
 # Conditional build:
 %bcond_without	source		# don't build kernel-source package
@@ -114,6 +126,7 @@
 Source44:	kernel-desktop-patches.config
 Source45:	kernel-desktop-netfilter.config
 Source46:	kernel-desktop-grsec.config
+Source47:	kernel-desktop-wrr.config
 
 ###
 #	Patches
@@ -182,6 +195,8 @@
 Patch71:	kernel-desktop-esfq.patch
 Patch72:	kernel-desktop-atm-vbr.patch
 Patch73:	kernel-desktop-atmdd.patch
+# wrr http://www.zz9.dk/patches/wrr-linux-070717-2.6.22.patch.gz
+Patch74:	kernel-desktop-wrr.patch
 
 # http://www.bullopensource.org/cpuset/ - virtual CPUs
 Patch85:	kernel-desktop-cpuset_virtualization.patch
@@ -615,6 +630,7 @@
 %patch71 -p1
 %patch72 -p1
 %patch73 -p1
+%patch74 -p1
 
 #%%patch80 -p1	NEEDS a lot of work
 
@@ -688,6 +704,9 @@
 	cat %{SOURCE46} >> .config
 %endif
 
+# wrr
+cat %{SOURCE47} >> .config
+
 %if %{with laptop}
 	sed -e "s:CONFIG_HZ_1000=y:# CONFIG_HZ_1000 is not set:"	\
 		-e "s:# CONFIG_HZ_100 is not set:CONFIG_HZ_100=y:"	\
@@ -1038,6 +1057,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.115  2007/08/22 18:57:26  czarny
+- wrr patch + config added (builds & works)
+- generic kernel.spec todo specified patch by patch
+
 Revision 1.114  2007/08/21 21:56:27  adamg
 - use NO_HZ on i386
 - disable e1000 on ppc, causes ICE
================================================================

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



More information about the pld-cvs-commit mailing list