rpms/kernel/devel .cvsignore, 1.901, 1.902 config-generic, 1.161, 1.162 kernel.spec, 1.895, 1.896 linux-2.6-silence-noise.patch, 1.19, 1.20 sources, 1.864, 1.865 upstream, 1.779, 1.780

Dave Jones davej at fedoraproject.org
Sat Aug 23 01:01:52 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26412

Modified Files:
	.cvsignore config-generic kernel.spec 
	linux-2.6-silence-noise.patch sources upstream 
Log Message:
2.6.27-rc4-git1


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.901
retrieving revision 1.902
diff -u -r1.901 -r1.902
--- .cvsignore	22 Aug 2008 14:16:23 -0000	1.901
+++ .cvsignore	23 Aug 2008 01:01:21 -0000	1.902
@@ -5,3 +5,4 @@
 kernel-2.6.26
 linux-2.6.26.tar.bz2
 patch-2.6.27-rc4.bz2
+patch-2.6.27-rc4-git1.bz2


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- config-generic	22 Aug 2008 14:16:23 -0000	1.161
+++ config-generic	23 Aug 2008 01:01:21 -0000	1.162
@@ -3566,6 +3566,7 @@
 CONFIG_UIO_CIF=m
 CONFIG_UIO_SMX=m
 CONFIG_UIO_PDRV=m
+CONFIG_UIO_PDRV_GENIRQ=m
 
 CONFIG_INSTRUMENTATION=y
 CONFIG_MARKERS=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.895
retrieving revision 1.896
diff -u -r1.895 -r1.896
--- kernel.spec	22 Aug 2008 14:16:23 -0000	1.895
+++ kernel.spec	23 Aug 2008 01:01:21 -0000	1.896
@@ -45,7 +45,7 @@
 # The rc snapshot level
 %define rcrev 4
 # The git snapshot level
-%define gitrev 0
+%define gitrev 1
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1739,6 +1739,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Fri Aug 22 2008 Dave Jones <davej at redhat.com>
+- 2.6.27-rc4-git1
+
 * Thu Aug 21 2008 Dave Jones <davej at redhat.com>
 - 2.6.27-rc4
 

linux-2.6-silence-noise.patch:

Index: linux-2.6-silence-noise.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-silence-noise.patch,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- linux-2.6-silence-noise.patch	29 Jul 2008 04:16:47 -0000	1.19
+++ linux-2.6-silence-noise.patch	23 Aug 2008 01:01:21 -0000	1.20
@@ -1,12 +1,12 @@
---- linux-2.6.26.noarch/drivers/base/power/main.c~	2008-07-17 13:12:20.000000000 -0400
-+++ linux-2.6.26.noarch/drivers/base/power/main.c	2008-07-17 13:12:44.000000000 -0400
-@@ -71,9 +71,6 @@ int device_pm_add(struct device *dev)
+--- linux-2.6.26.noarch/drivers/base/power/main.c~	2008-08-22 20:57:57.000000000 -0400
++++ linux-2.6.26.noarch/drivers/base/power/main.c	2008-08-22 20:58:05.000000000 -0400
+@@ -69,9 +69,6 @@ void device_pm_unlock(void)
+  */
+ void device_pm_add(struct device *dev)
  {
- 	int error;
- 
 -	pr_debug("PM: Adding info for %s:%s\n",
 -		 dev->bus ? dev->bus->name : "No Bus",
 -		 kobject_name(&dev->kobj));
  	mutex_lock(&dpm_list_mtx);
  	if (dev->parent) {
- 		if (dev->parent->power.status >= DPM_SUSPENDING) {
+ 		if (dev->parent->power.status >= DPM_SUSPENDING)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.864
retrieving revision 1.865
diff -u -r1.864 -r1.865
--- sources	22 Aug 2008 16:47:47 -0000	1.864
+++ sources	23 Aug 2008 01:01:21 -0000	1.865
@@ -1,2 +1,3 @@
 5169d01c405bc3f866c59338e217968c  linux-2.6.26.tar.bz2
 607be9151a8683822cc2778efd1d844f  patch-2.6.27-rc4.bz2
+8da8a15f68a7733bd1ac9830798d6cf3  patch-2.6.27-rc4-git1.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.779
retrieving revision 1.780
diff -u -r1.779 -r1.780
--- upstream	22 Aug 2008 14:16:24 -0000	1.779
+++ upstream	23 Aug 2008 01:01:21 -0000	1.780
@@ -1,2 +1,3 @@
 linux-2.6.26.tar.bz2
 patch-2.6.27-rc4.bz2
+patch-2.6.27-rc4-git1.bz2




More information about the fedora-extras-commits mailing list