rpms/kernel/devel patch-2.6.27-rc5-git5.bz2.sign, NONE, 1.1 .cvsignore, 1.913, 1.914 kernel.spec, 1.924, 1.925 linux-2.6-iwlwifi-use-dma_alloc_coherent.patch, 1.1, 1.2 sources, 1.876, 1.877 upstream, 1.789, 1.790 patch-2.6.27-rc5-git3.bz2.sign, 1.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Thu Sep 4 03:11:47 UTC 2008


Author: cebbert

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

Modified Files:
	.cvsignore kernel.spec 
	linux-2.6-iwlwifi-use-dma_alloc_coherent.patch sources 
	upstream 
Added Files:
	patch-2.6.27-rc5-git5.bz2.sign 
Removed Files:
	patch-2.6.27-rc5-git3.bz2.sign 
Log Message:
2.6.27-rc5-git5


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

iD4DBQBIvyW4yGugalF9Dw4RAoRGAJQO0rDVQvu1odrSmdLgodt1qQ/cAKCONkRs
1T6zFh3LQfmKuj7Xd9pCmw==
=Lf2p
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.913
retrieving revision 1.914
diff -u -r1.913 -r1.914
--- .cvsignore	3 Sep 2008 00:41:31 -0000	1.913
+++ .cvsignore	4 Sep 2008 03:11:16 -0000	1.914
@@ -5,4 +5,4 @@
 kernel-2.6.26
 linux-2.6.26.tar.bz2
 patch-2.6.27-rc5.bz2
-patch-2.6.27-rc5-git3.bz2
+patch-2.6.27-rc5-git5.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.924
retrieving revision 1.925
diff -u -r1.924 -r1.925
--- kernel.spec	3 Sep 2008 19:19:48 -0000	1.924
+++ kernel.spec	4 Sep 2008 03:11:17 -0000	1.925
@@ -45,7 +45,7 @@
 # The rc snapshot level
 %define rcrev 5
 # The git snapshot level
-%define gitrev 3
+%define gitrev 5
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1753,6 +1753,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Wed Sep 03 2008 Chuck Ebbert <cebbert at redhat.com>
+- 2.6.27-rc5-git5
+
 * Wed Sep 03 2008 Jarod Wilson <jarod at redhat.com>
 - Another series of checkpatch cleanups to lirc code,
   courtesy of Janne Grunau. This stuff might actually

linux-2.6-iwlwifi-use-dma_alloc_coherent.patch:

Index: linux-2.6-iwlwifi-use-dma_alloc_coherent.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-iwlwifi-use-dma_alloc_coherent.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-iwlwifi-use-dma_alloc_coherent.patch	2 Sep 2008 14:56:53 -0000	1.1
+++ linux-2.6-iwlwifi-use-dma_alloc_coherent.patch	4 Sep 2008 03:11:17 -0000	1.2
@@ -66,7 +66,7 @@
  				continue;
  		}
  
--		txq->cmd[i] = kmalloc(len, GFP_KERNEL | GFP_DMA);
+-		txq->cmd[i] = kmalloc(len, GFP_KERNEL);
 -		if (!txq->cmd[i])
 +		txq->cmd[i] = dma_alloc_coherent(dev, len,
 +				&txq->dma_addr_cmd[i], GFP_KERNEL);


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.876
retrieving revision 1.877
diff -u -r1.876 -r1.877
--- sources	3 Sep 2008 00:41:31 -0000	1.876
+++ sources	4 Sep 2008 03:11:17 -0000	1.877
@@ -1,3 +1,3 @@
 5169d01c405bc3f866c59338e217968c  linux-2.6.26.tar.bz2
 d91adda8bcf04852048b8eab06eeae3d  patch-2.6.27-rc5.bz2
-1ce15320844f500f7866e183948b8a93  patch-2.6.27-rc5-git3.bz2
+158f207e6cbc26ed8a5dc601c4f1883f  patch-2.6.27-rc5-git5.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.789
retrieving revision 1.790
diff -u -r1.789 -r1.790
--- upstream	3 Sep 2008 00:41:31 -0000	1.789
+++ upstream	4 Sep 2008 03:11:17 -0000	1.790
@@ -1,3 +1,3 @@
 linux-2.6.26.tar.bz2
 patch-2.6.27-rc5.bz2
-patch-2.6.27-rc5-git3.bz2
+patch-2.6.27-rc5-git5.bz2


--- patch-2.6.27-rc5-git3.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list