rpms/kernel/F-10 patch-2.6.29-rc5-git2.bz2.sign, NONE, 1.1 .cvsignore, 1.984, 1.985 kernel.spec, 1.1263, 1.1264 linux-2.6-crash-driver.patch, 1.12, 1.13 sources, 1.946, 1.947 upstream, 1.857, 1.858 linux-2.6-ext4-write-cyclic-fix.patch, 1.1, NONE linux-2.6-hwmon-superio-fix-acpi-resource-check-error-handling.patch, 1.1, NONE linux-2.6-iommu-write-buf.patch, 1.1, NONE linux-2.6-kvmclock-unsync-tsc-workaround.patch, 1.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Wed Feb 18 23:06:06 UTC 2009


Author: cebbert

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

Modified Files:
	.cvsignore kernel.spec linux-2.6-crash-driver.patch sources 
	upstream 
Added Files:
	patch-2.6.29-rc5-git2.bz2.sign 
Removed Files:
	linux-2.6-ext4-write-cyclic-fix.patch 
	linux-2.6-hwmon-superio-fix-acpi-resource-check-error-handling.patch 
	linux-2.6-iommu-write-buf.patch 
	linux-2.6-kvmclock-unsync-tsc-workaround.patch 
Log Message:
2.6.29-rc5-git2


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

iD8DBQBJm/i7yGugalF9Dw4RAuC6AJwP5/0Y1f38Z8wyFSkDL4Kh14ys3gCfeSvz
LU6I1UpYHEL/w2uO5supxV4=
=rbZk
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/.cvsignore,v
retrieving revision 1.984
retrieving revision 1.985
diff -u -r1.984 -r1.985
--- .cvsignore	14 Feb 2009 00:11:43 -0000	1.984
+++ .cvsignore	18 Feb 2009 23:05:36 -0000	1.985
@@ -5,3 +5,4 @@
 kernel-2.6.28
 linux-2.6.28.tar.bz2
 patch-2.6.29-rc5.bz2
+patch-2.6.29-rc5-git2.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1263
retrieving revision 1.1264
diff -u -r1.1263 -r1.1264
--- kernel.spec	14 Feb 2009 23:37:16 -0000	1.1263
+++ kernel.spec	18 Feb 2009 23:05:36 -0000	1.1264
@@ -57,7 +57,7 @@
 # The rc snapshot level
 %define rcrev 5
 # The git snapshot level
-%define gitrev 0
+%define gitrev 2
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -583,8 +583,6 @@
 # Git trees.
 Patch10: git-cpufreq.patch
 
-Patch15: linux-2.6-iommu-write-buf.patch
-
 # Standalone patches
 Patch20: linux-2.6-hotfixes.patch
 
@@ -613,7 +611,6 @@
 Patch382: linux-2.6-defaults-pciehp.patch
 Patch390: linux-2.6-defaults-acpi-video.patch
 Patch391: linux-2.6-acpi-video-dos.patch
-Patch394: linux-2.6-hwmon-superio-fix-acpi-resource-check-error-handling.patch
 Patch400: linux-2.6-scsi-cpqarray-set-master.patch
 Patch450: linux-2.6-input-kill-stupid-messages.patch
 Patch460: linux-2.6-serial-460800.patch
@@ -622,8 +619,6 @@
 Patch570: linux-2.6-selinux-mprotect-checks.patch
 Patch580: linux-2.6-sparc-selinux-mprotect-checks.patch
 
-Patch590: linux-2.6-ext4-write-cyclic-fix.patch
-
 Patch600: linux-2.6-defaults-alsa-hda-beep-off.patch
 
 Patch670: linux-2.6-ata-quirk.patch
@@ -650,9 +645,6 @@
 # Fix DEBUG_SHIRQ problem in tulip driver.  (454575)
 Patch2030: linux-2.6-net-tulip-interrupt.patch
 
-# kvmclock is broken with unsync TSC (#475598)
-Patch2040: linux-2.6-kvmclock-unsync-tsc-workaround.patch
-
 # olpc fixes
 
 # linux1394 git patches
@@ -1021,8 +1013,6 @@
 
 ApplyPatch linux-2.6-hotfixes.patch
 
-ApplyPatch linux-2.6-iommu-write-buf.patch
-
 # Roland's utrace ptrace replacement.
 ApplyPatch linux-2.6-utrace.patch
 
@@ -1067,7 +1057,6 @@
 #
 
 # ext4
-ApplyPatch linux-2.6-ext4-write-cyclic-fix.patch
 
 # xfs
 
@@ -1078,7 +1067,6 @@
 # ACPI
 ApplyPatch linux-2.6-defaults-acpi-video.patch
 ApplyPatch linux-2.6-acpi-video-dos.patch
-ApplyPatch linux-2.6-hwmon-superio-fix-acpi-resource-check-error-handling.patch
 
 # Various low-impact patches to aid debugging.
 ApplyPatch linux-2.6-debug-sizeof-structs.patch
@@ -1155,8 +1143,6 @@
 
 ApplyPatch linux-2.6-net-tulip-interrupt.patch
 
-ApplyPatch linux-2.6-kvmclock-unsync-tsc-workaround.patch
-
 # Nouveau DRM + drm fixes
 ApplyPatch drm-modesetting-radeon.patch
 ApplyPatch drm-nouveau.patch
@@ -1755,6 +1741,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Wed Feb 18 2009 Chuck Ebbert <cebbert at redhat.com>  2.6.29-0.34.rc5.git2
+- 2.6.29-rc5-git2
+
 * Sat Feb 14 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29-0.33.rc5
 - Fix ext4 hang on livecd-creator (F10#484522)
 

linux-2.6-crash-driver.patch:

Index: linux-2.6-crash-driver.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/linux-2.6-crash-driver.patch,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- linux-2.6-crash-driver.patch	12 Jan 2009 19:51:28 -0000	1.12
+++ linux-2.6-crash-driver.patch	18 Feb 2009 23:05:36 -0000	1.13
@@ -118,8 +118,8 @@
  }
 +EXPORT_SYMBOL_GPL(page_is_ram);
  
- int pagerange_is_ram(unsigned long start, unsigned long end)
- {
+ /*
+  * Fix up the linear direct mapping of the kernel to avoid cache attribute
 diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig
 index 43d6ba8..0d81c9a 100644
 --- a/drivers/char/Kconfig


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/sources,v
retrieving revision 1.946
retrieving revision 1.947
diff -u -r1.946 -r1.947
--- sources	14 Feb 2009 00:11:43 -0000	1.946
+++ sources	18 Feb 2009 23:05:36 -0000	1.947
@@ -1,2 +1,3 @@
 d351e44709c9810b85e29b877f50968a  linux-2.6.28.tar.bz2
 60193569887cb6fe98b9c0d483f911e7  patch-2.6.29-rc5.bz2
+1eb4c57c52b64f8d325d9da7f1f64382  patch-2.6.29-rc5-git2.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/upstream,v
retrieving revision 1.857
retrieving revision 1.858
diff -u -r1.857 -r1.858
--- upstream	14 Feb 2009 00:11:43 -0000	1.857
+++ upstream	18 Feb 2009 23:05:36 -0000	1.858
@@ -1,2 +1,3 @@
 linux-2.6.28.tar.bz2
 patch-2.6.29-rc5.bz2
+patch-2.6.29-rc5-git2.bz2


--- linux-2.6-ext4-write-cyclic-fix.patch DELETED ---


--- linux-2.6-hwmon-superio-fix-acpi-resource-check-error-handling.patch DELETED ---


--- linux-2.6-iommu-write-buf.patch DELETED ---


--- linux-2.6-kvmclock-unsync-tsc-workaround.patch DELETED ---




More information about the scm-commits mailing list