rpms/kernel/devel patch-2.6.21-rc6-git5.bz2.sign, NONE, 1.1 .cvsignore, 1.603, 1.604 kernel-2.6.spec, 1.3060, 1.3061 linux-2.6-silence-noise.patch, 1.6, 1.7 sources, 1.566, 1.567 upstream, 1.494, 1.495 patch-2.6.21-rc6-git4.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 12 19:34:53 UTC 2007


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15548

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-silence-noise.patch 
	sources upstream 
Added Files:
	patch-2.6.21-rc6-git5.bz2.sign 
Removed Files:
	patch-2.6.21-rc6-git4.bz2.sign 
Log Message:
* Thu Apr 12 2007 Dave Jones <davej at redhat.com>
- 2.6.21-rc6-git5



--- NEW FILE patch-2.6.21-rc6-git5.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBGHeRxyGugalF9Dw4RAmXcAJ9XkhXTQg89XFmHakkiaTPtdETHugCbB1KH
wyRhvSO5UbhAKUG/Hfcz3Xo=
=Ouh5
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.603
retrieving revision 1.604
diff -u -r1.603 -r1.604
--- .cvsignore	11 Apr 2007 20:40:48 -0000	1.603
+++ .cvsignore	12 Apr 2007 19:34:51 -0000	1.604
@@ -5,4 +5,4 @@
 kernel-2.6.20
 linux-2.6.20.tar.bz2
 patch-2.6.21-rc6.bz2
-patch-2.6.21-rc6-git4.bz2
+patch-2.6.21-rc6-git5.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.3060
retrieving revision 1.3061
diff -u -r1.3060 -r1.3061
--- kernel-2.6.spec	12 Apr 2007 19:16:23 -0000	1.3060
+++ kernel-2.6.spec	12 Apr 2007 19:34:51 -0000	1.3061
@@ -371,7 +371,7 @@
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
 Patch1: patch-2.6.21-rc6.bz2
-Patch2: patch-2.6.21-rc6-git4.bz2
+Patch2: patch-2.6.21-rc6-git5.bz2
 Patch3: git-geode.patch
 
 # Patches 10 through 99 are for things that are going upstream really soon.
@@ -2264,6 +2264,9 @@
 
 %changelog
 * Thu Apr 12 2007 Dave Jones <davej at redhat.com>
+- 2.6.21-rc6-git5
+
+* Thu Apr 12 2007 Dave Jones <davej at redhat.com>
 - Update nouveau patch. (Richard Hughes)
 
 * Wed Apr 11 2007 Dave Jones <davej at redhat.com>

linux-2.6-silence-noise.patch:
 linux-2.6.18.noarch/arch/x86_64/mm/init.c     |    4 ----
 linux-2.6.18.noarch/drivers/pci/setup-res.c   |    4 ++--
 linux-2.6.19.noarch/arch/i386/pci/i386.c      |    4 ++--
 linux-2.6.20.noarch/drivers/base/power/main.c |    6 ------
 4 files changed, 4 insertions(+), 14 deletions(-)

Index: linux-2.6-silence-noise.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-silence-noise.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- linux-2.6-silence-noise.patch	4 Apr 2007 05:41:09 -0000	1.6
+++ linux-2.6-silence-noise.patch	12 Apr 2007 19:34:51 -0000	1.7
@@ -52,27 +52,25 @@
  						"resource region %d "
  						"of device %s\n",
  						idx, pci_name(dev));
---- linux-2.6.20.noarch/drivers/base/power/main.c~	2007-04-04 01:39:45.000000000 -0400
-+++ linux-2.6.20.noarch/drivers/base/power/main.c	2007-04-04 01:39:58.000000000 -0400
-@@ -53,8 +53,8 @@ int device_pm_add(struct device * dev)
+--- linux-2.6.20.noarch/drivers/base/power/main.c~	2007-04-12 15:29:10.000000000 -0400
++++ linux-2.6.20.noarch/drivers/base/power/main.c	2007-04-12 15:29:34.000000000 -0400
+@@ -53,9 +53,6 @@ int device_pm_add(struct device * dev)
  {
  	int error;
  
 -	pr_debug("PM: Adding info for %s:%s\n",
--		 dev->bus ? dev->bus->name : "No Bus", dev->kobj.name);
-+//	pr_debug("PM: Adding info for %s:%s\n",
-+//		 dev->bus ? dev->bus->name : "No Bus", dev->kobj.name);
+-		 dev->bus ? dev->bus->name : "No Bus",
+-		 kobject_name(&dev->kobj));
  	down(&dpm_list_sem);
  	list_add_tail(&dev->power.entry, &dpm_active);
  	device_pm_set_parent(dev, dev->parent);
-@@ -66,8 +66,8 @@ int device_pm_add(struct device * dev)
+@@ -67,9 +64,6 @@ int device_pm_add(struct device * dev)
  
  void device_pm_remove(struct device * dev)
  {
 -	pr_debug("PM: Removing info for %s:%s\n",
--		 dev->bus ? dev->bus->name : "No Bus", dev->kobj.name);
-+//	pr_debug("PM: Removing info for %s:%s\n",
-+//		 dev->bus ? dev->bus->name : "No Bus", dev->kobj.name);
+-		 dev->bus ? dev->bus->name : "No Bus",
+-		 kobject_name(&dev->kobj));
  	down(&dpm_list_sem);
  	dpm_sysfs_remove(dev);
  	put_device(dev->power.pm_parent);


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.566
retrieving revision 1.567
diff -u -r1.566 -r1.567
--- sources	11 Apr 2007 20:40:48 -0000	1.566
+++ sources	12 Apr 2007 19:34:51 -0000	1.567
@@ -1,4 +1,4 @@
 2618cbcc9c9ac1c3c04be903fe3338a7  sparse-0.2.tar.bz2
 34b0f354819217e6a345f48ebbd8f13e  linux-2.6.20.tar.bz2
 291cbc4c09c5111e4a2030a04ee69b65  patch-2.6.21-rc6.bz2
-7dd28cd22a68f082dead576313621c2c  patch-2.6.21-rc6-git4.bz2
+82bb55226ee8c8c33d88f233f936c384  patch-2.6.21-rc6-git5.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.494
retrieving revision 1.495
diff -u -r1.494 -r1.495
--- upstream	11 Apr 2007 20:40:48 -0000	1.494
+++ upstream	12 Apr 2007 19:34:51 -0000	1.495
@@ -1,3 +1,3 @@
 linux-2.6.20.tar.bz2
 patch-2.6.21-rc6.bz2
-patch-2.6.21-rc6-git4.bz2
+patch-2.6.21-rc6-git5.bz2


--- patch-2.6.21-rc6-git4.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list