rpms/kernel/F-10 patch-2.6.29-rc4-git7.bz2.sign, NONE, 1.1 .cvsignore, 1.982, 1.983 config-x86_64-generic, 1.58, 1.59 kernel.spec, 1.1258, 1.1259 sources, 1.944, 1.945 upstream, 1.855, 1.856 linux-2.6-net-sch-drr-fix-u32-type.patch, 1.1, NONE patch-2.6.29-rc4-git6.bz2.sign, 1.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Fri Feb 13 20:26:30 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1763

Modified Files:
	.cvsignore config-x86_64-generic kernel.spec sources upstream 
Added Files:
	patch-2.6.29-rc4-git7.bz2.sign 
Removed Files:
	linux-2.6-net-sch-drr-fix-u32-type.patch 
	patch-2.6.29-rc4-git6.bz2.sign 
Log Message:
2.6.29-rc4-git7
Enable DMAR, set the default to 'off'.


--- NEW FILE patch-2.6.29-rc4-git7.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBJlWE7yGugalF9Dw4RAlecAJwKRegxQ0UaqjI31m4L0tkMIeinogCeK7Ot
CZ5Yz5nR3QUOoMZxDue7mY0=
=kEN7
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/.cvsignore,v
retrieving revision 1.982
retrieving revision 1.983
diff -u -r1.982 -r1.983
--- .cvsignore	13 Feb 2009 07:16:48 -0000	1.982
+++ .cvsignore	13 Feb 2009 20:25:59 -0000	1.983
@@ -5,4 +5,4 @@
 kernel-2.6.28
 linux-2.6.28.tar.bz2
 patch-2.6.29-rc4.bz2
-patch-2.6.29-rc4-git6.bz2
+patch-2.6.29-rc4-git7.bz2


Index: config-x86_64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/config-x86_64-generic,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- config-x86_64-generic	29 Jan 2009 23:52:22 -0000	1.58
+++ config-x86_64-generic	13 Feb 2009 20:25:59 -0000	1.59
@@ -27,7 +27,11 @@
 # CONFIG_EDD_OFF is not set
 CONFIG_PCI_BIOS=y
 CONFIG_PCI_MMCONFIG=y
-# CONFIG_DMAR is not set
+
+CONFIG_DMAR=y
+CONFIG_DMAR_GFX_WA=y
+CONFIG_DMAR_FLOPPY_WA=y
+# CONFIG_DMAR_DEFAULT_ON is not set
 
 CONFIG_EFI=y
 CONFIG_EFI_VARS=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1258
retrieving revision 1.1259
diff -u -r1.1258 -r1.1259
--- kernel.spec	13 Feb 2009 07:16:48 -0000	1.1258
+++ kernel.spec	13 Feb 2009 20:25:59 -0000	1.1259
@@ -57,7 +57,7 @@
 # The rc snapshot level
 %define rcrev 4
 # The git snapshot level
-%define gitrev 6
+%define gitrev 7
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -661,8 +661,6 @@
 
 Patch9001: revert-fix-modules_install-via-nfs.patch
 
-Patch9090: linux-2.6-net-sch-drr-fix-u32-type.patch
-
 %endif
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1167,8 +1165,6 @@
 # revert 8b249b6856f16f09b0e5b79ce5f4d435e439b9d6
 ApplyPatch revert-fix-modules_install-via-nfs.patch
 
-ApplyPatch linux-2.6-net-sch-drr-fix-u32-type.patch
-
 # ======= END OF PATCH APPLICATIONS =============================
 
 %endif
@@ -1745,6 +1741,10 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Fri Feb 13 2009 Chuck Ebbert <cebbert at redhat.com>  2.6.29-0.29.rc4.git7
+- 2.6.29-rc4-git7
+- Enable DMAR, set the default to 'off'.
+
 * Fri Feb 13 2009 Chuck Ebbert <cebbert at redhat.com>  2.6.29-0.28.rc4.git6
 - 2.6.29-rc4-git6
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/sources,v
retrieving revision 1.944
retrieving revision 1.945
diff -u -r1.944 -r1.945
--- sources	13 Feb 2009 07:16:48 -0000	1.944
+++ sources	13 Feb 2009 20:25:59 -0000	1.945
@@ -1,3 +1,3 @@
 d351e44709c9810b85e29b877f50968a  linux-2.6.28.tar.bz2
 c5daf3d0f43873d5c2b36ddaf8d77bab  patch-2.6.29-rc4.bz2
-38debef108de97bf2d5b4340ec2b592e  patch-2.6.29-rc4-git6.bz2
+2e2cef36efb682da6a4e0f003672a47a  patch-2.6.29-rc4-git7.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/upstream,v
retrieving revision 1.855
retrieving revision 1.856
diff -u -r1.855 -r1.856
--- upstream	13 Feb 2009 07:16:48 -0000	1.855
+++ upstream	13 Feb 2009 20:25:59 -0000	1.856
@@ -1,3 +1,3 @@
 linux-2.6.28.tar.bz2
 patch-2.6.29-rc4.bz2
-patch-2.6.29-rc4-git6.bz2
+patch-2.6.29-rc4-git7.bz2


--- linux-2.6-net-sch-drr-fix-u32-type.patch DELETED ---


--- patch-2.6.29-rc4-git6.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list