rpms/kernel/devel patch-2.6.24-rc5-git5.bz2.sign, NONE, 1.1 .cvsignore, 1.738, 1.739 config-ia64-generic, 1.6, 1.7 config-powerpc64, 1.8, 1.9 config-sparc64-generic, 1.8, 1.9 config-x86_64-generic, 1.18, 1.19 kernel.spec, 1.319, 1.320 linux-2.6-powerpc-generic-suspend-005-proper-sleep-management.patch, 1.1, 1.2 sources, 1.698, 1.699 upstream, 1.620, 1.621 patch-2.6.24-rc5-git4.bz2.sign, 1.1, NONE

Kyle McMartin (kyle) fedora-extras-commits at redhat.com
Tue Dec 18 18:10:47 UTC 2007


Author: kyle

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4360

Modified Files:
	.cvsignore config-ia64-generic config-powerpc64 
	config-sparc64-generic config-x86_64-generic kernel.spec 
	linux-2.6-powerpc-generic-suspend-005-proper-sleep-management.patch 
	sources upstream 
Added Files:
	patch-2.6.24-rc5-git5.bz2.sign 
Removed Files:
	patch-2.6.24-rc5-git4.bz2.sign 
Log Message:
* Tue Dec 18 2007 Kyle McMartin <kmcmartin at redhat.com>
- 2.6.24-rc5-git5



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

iD8DBQBHZ3DkyGugalF9Dw4RAvbMAJ0aEiyC9EdQi4vsonVxLKti9QtKRQCdHdEP
jRS5VwK2HToFJsT3hXeZGKU=
=3DR1
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.738
retrieving revision 1.739
diff -u -r1.738 -r1.739
--- .cvsignore	17 Dec 2007 22:34:49 -0000	1.738
+++ .cvsignore	18 Dec 2007 18:09:51 -0000	1.739
@@ -5,3 +5,4 @@
 linux-2.6.23.tar.bz2
 patch-2.6.24-rc5.bz2
 patch-2.6.24-rc5-git4.bz2
+patch-2.6.24-rc5-git5.bz2


Index: config-ia64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-ia64-generic,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- config-ia64-generic	27 Nov 2007 19:18:54 -0000	1.6
+++ config-ia64-generic	18 Dec 2007 18:09:51 -0000	1.7
@@ -190,3 +190,5 @@
 CONFIG_DMIID=y
 
 CONFIG_SENSORS_I5K_AMB=m
+
+CONFIG_SPARSEMEM_VMEMMAP=y


Index: config-powerpc64
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-powerpc64,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- config-powerpc64	3 Dec 2007 23:11:57 -0000	1.8
+++ config-powerpc64	18 Dec 2007 18:09:51 -0000	1.9
@@ -149,3 +149,4 @@
 # CONFIG_VIRQ_DEBUG is not set
 CONFIG_ELECTRA_CF=m
 
+CONFIG_SPARSEMEM_VMEMMAP=y


Index: config-sparc64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-sparc64-generic,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- config-sparc64-generic	19 Sep 2007 22:19:45 -0000	1.8
+++ config-sparc64-generic	18 Dec 2007 18:09:51 -0000	1.9
@@ -159,3 +159,4 @@
 # CONFIG_DEBUG_PAGEALLOC is not set
 # CONFIG_STACK_DEBUG is not set
 
+CONFIG_SPARSEMEM_VMEMMAP=y


Index: config-x86_64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-x86_64-generic,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- config-x86_64-generic	27 Nov 2007 19:18:54 -0000	1.18
+++ config-x86_64-generic	18 Dec 2007 18:09:51 -0000	1.19
@@ -245,3 +245,4 @@
 
 # CONFIG_X86_MCE is not set
 
+CONFIG_SPARSEMEM_VMEMMAP=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -r1.319 -r1.320
--- kernel.spec	17 Dec 2007 23:04:26 -0000	1.319
+++ kernel.spec	18 Dec 2007 18:09:51 -0000	1.320
@@ -47,7 +47,7 @@
 # The rc snapshot level
 %define rcrev 5
 # The git snapshot level
-%define gitrev 4
+%define gitrev 5
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -622,7 +622,7 @@
 Patch610: linux-2.6-defaults-fat-utf8.patch
 Patch660: linux-2.6-libata-ali-atapi-dma.patch
 Patch670: linux-2.6-ata-quirk.patch
-Patch680: linux-2.6-wireless.patch
+#Patch680: linux-2.6-wireless.patch
 Patch681: linux-2.6-wireless-pending.patch
 Patch690: linux-2.6-at76.patch
 Patch691: linux-2.6-ath5k.patch
@@ -1121,7 +1121,7 @@
 ApplyPatch linux-2.6-ata-quirk.patch
 
 # wireless patches headed for 2.6.24
-ApplyPatch linux-2.6-wireless.patch
+#ApplyPatch linux-2.6-wireless.patch
 # wireless patches headed for 2.6.25
 ApplyPatch linux-2.6-wireless-pending.patch
 
@@ -1737,6 +1737,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL} -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf %{with_xen} xen
 
 %changelog
+* Tue Dec 18 2007 Kyle McMartin <kmcmartin at redhat.com>
+- 2.6.24-rc5-git5
+
 * Mon Dec 17 2007 John W. Linville <linville at redhat.com>
 - Some wireless stack and driver fixes headed towards 2.6.24
 - Some wireless stack and driver bits destined for 2.6.25

linux-2.6-powerpc-generic-suspend-005-proper-sleep-management.patch:

Index: linux-2.6-powerpc-generic-suspend-005-proper-sleep-management.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-powerpc-generic-suspend-005-proper-sleep-management.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-powerpc-generic-suspend-005-proper-sleep-management.patch	14 Dec 2007 06:49:10 -0000	1.1
+++ linux-2.6-powerpc-generic-suspend-005-proper-sleep-management.patch	18 Dec 2007 18:09:51 -0000	1.2
@@ -310,7 +310,7 @@
  	/* Stop environment and ADB interrupts */
  	pmu_request(&req, NULL, 2, PMU_SET_INTR_MASK, 0);
  	pmu_wait_complete(&req);
-@@ -2192,41 +2021,24 @@ powerbook_sleep_Core99(void)
+@@ -2192,42 +2021,24 @@ powerbook_sleep_Core99(void)
  	/* Restore LPJ, cpufreq will adjust the cpu frequency */
  	loops_per_jiffy /= 2;
  
@@ -349,6 +349,7 @@
 -	ret = pmac_suspend_devices();
 -	if (ret) {
 -		pbook_free_pci_save();
+-		iounmap(mem_ctrl);
 -		printk(KERN_ERR "Sleep rejected by devices\n");
 -		return ret;
 -	}


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.698
retrieving revision 1.699
diff -u -r1.698 -r1.699
--- sources	17 Dec 2007 22:34:49 -0000	1.698
+++ sources	18 Dec 2007 18:09:51 -0000	1.699
@@ -1,3 +1,4 @@
 2cc2fd4d521dc5d7cfce0d8a9d1b3472  linux-2.6.23.tar.bz2
 ae984c2ba6bf54e3f7d139c197563792  patch-2.6.24-rc5.bz2
 b816c9fd404c6074a8c2dd1dbd3c7f73  patch-2.6.24-rc5-git4.bz2
+a5bbc76c2381dda3ec17812ca036752c  patch-2.6.24-rc5-git5.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.620
retrieving revision 1.621
diff -u -r1.620 -r1.621
--- upstream	17 Dec 2007 22:34:49 -0000	1.620
+++ upstream	18 Dec 2007 18:09:51 -0000	1.621
@@ -1,3 +1,3 @@
 linux-2.6.23.tar.bz2
 patch-2.6.24-rc5.bz2
-patch-2.6.24-rc5-git4.bz2
+patch-2.6.24-rc5-git5.bz2


--- patch-2.6.24-rc5-git4.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list