rpms/kernel/devel patch-2.6.28-git2.bz2.sign, NONE, 1.1 .cvsignore, 1.975, 1.976 config-generic, 1.205, 1.206 config-powerpc-generic, 1.28, 1.29 config-powerpc64, 1.26, 1.27 kernel.spec, 1.1185, 1.1186 linux-2.6-compile-fixes.patch, 1.183, 1.184 sources, 1.937, 1.938 upstream, 1.849, 1.850 patch-2.6.28-git1.bz2.sign, 1.1, NONE

Dave Jones davej at fedoraproject.org
Mon Dec 29 17:30:58 UTC 2008


Author: davej

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

Modified Files:
	.cvsignore config-generic config-powerpc-generic 
	config-powerpc64 kernel.spec linux-2.6-compile-fixes.patch 
	sources upstream 
Added Files:
	patch-2.6.28-git2.bz2.sign 
Removed Files:
	patch-2.6.28-git1.bz2.sign 
Log Message:
2.6.28-git2


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

iD8DBQBJWLw+yGugalF9Dw4RAskbAJ96WpvRpDFkAJmJg3lh0kngl6H+BQCfcD7k
R2aFhsepy/j8KNu1IJfadRA=
=fx70
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.975
retrieving revision 1.976
diff -u -r1.975 -r1.976
--- .cvsignore	29 Dec 2008 02:48:00 -0000	1.975
+++ .cvsignore	29 Dec 2008 17:30:27 -0000	1.976
@@ -4,4 +4,4 @@
 temp-*
 kernel-2.6.28
 linux-2.6.28.tar.bz2
-patch-2.6.28-git1.bz2
+patch-2.6.28-git2.bz2


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- config-generic	29 Dec 2008 05:44:55 -0000	1.205
+++ config-generic	29 Dec 2008 17:30:27 -0000	1.206
@@ -36,6 +36,7 @@
 CONFIG_KALLSYMS=y
 CONFIG_KALLSYMS_ALL=y
 CONFIG_KALLSYMS_EXTRA_PASS=y
+CONFIG_KALLSYMS_STRIP_GENERATED=y
 CONFIG_FUTEX=y
 CONFIG_EPOLL=y
 CONFIG_IOSCHED_NOOP=y


Index: config-powerpc-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-powerpc-generic,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- config-powerpc-generic	29 Dec 2008 02:48:00 -0000	1.28
+++ config-powerpc-generic	29 Dec 2008 17:30:27 -0000	1.29
@@ -278,3 +278,5 @@
 
 CONFIG_RELOCATABLE=y
 
+# CONFIG_HVC_UDBG is not set
+CONFIG_PRINT_STACK_DEPTH=64


Index: config-powerpc64
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-powerpc64,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- config-powerpc64	14 Nov 2008 01:09:03 -0000	1.26
+++ config-powerpc64	29 Dec 2008 17:30:27 -0000	1.27
@@ -15,6 +15,7 @@
 # CONFIG_PPC_PASEMI_IOMMU_DMA_FORCE is not set
 CONFIG_PPC_PS3=y
 CONFIG_PPC_CELLEB=y
+CONFIG_PPC_CELL_QPACE=y
 CONFIG_PS3_HTAB_SIZE=20
 # CONFIG_PS3_DYNAMIC_DMA is not set
 # CONFIG_PS3_USE_LPAR_ADDR is not set
@@ -174,3 +175,4 @@
 CONFIG_PPC_IBM_CELL_RESETBUTTON=y
 CONFIG_PPC_IBM_CELL_POWERBUTTON=m
 CONFIG_CBE_CPUFREQ_SPU_GOVERNOR=m
+


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1185
retrieving revision 1.1186
diff -u -r1.1185 -r1.1186
--- kernel.spec	29 Dec 2008 03:52:45 -0000	1.1185
+++ kernel.spec	29 Dec 2008 17:30:27 -0000	1.1186
@@ -57,7 +57,7 @@
 # The rc snapshot level
 %define rcrev 0
 # The git snapshot level
-%define gitrev 1
+%define gitrev 2
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1762,6 +1762,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Mon Dec 29 2008 Dave Jones <davej at redhat.com>
+- 2.6.28-git2
+
 * Sun Dec 28 2008 Roland McGrath <roland at redhat.com>
 - utrace rebase
 

linux-2.6-compile-fixes.patch:

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- linux-2.6-compile-fixes.patch	29 Dec 2008 05:44:13 -0000	1.183
+++ linux-2.6-compile-fixes.patch	29 Dec 2008 17:30:27 -0000	1.184
@@ -5,71 +5,3 @@
 # to do a compile to figure out what your diff is fixing. Thanks.
 #
 
-commit bf66542bef3771a42ad3b1d5dc503c804bc22b33
-Author: Stephen Rothwell <sfr at canb.auug.org.au>
-Date:   Wed Dec 3 13:49:23 2008 +1100
-
-    cifs: update for new IP4/6 address printing
-    
-    Signed-off-by: Stephen Rothwell <sfr at canb.auug.org.au>
-    Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>
-
-diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c
-index 974c8f0..0005a19 100644
---- a/fs/cifs/cifsfs.c
-+++ b/fs/cifs/cifsfs.c
-@@ -361,12 +361,12 @@ cifs_show_options(struct seq_file *s, struct vfsmount *m)
- 					switch (server->addr.sockAddr6.
- 						sin6_family) {
- 					case AF_INET6:
--						seq_printf(s, NIP6_FMT,
--							   NIP6(server->addr.sockAddr6.sin6_addr));
-+						seq_printf(s, "%pI6",
-+							   &server->addr.sockAddr6.sin6_addr);
- 						break;
- 					case AF_INET:
--						seq_printf(s, NIPQUAD_FMT,
--							   NIPQUAD(server->addr.sockAddr.sin_addr.s_addr));
-+						seq_printf(s, "%pI4",
-+							   &server->addr.sockAddr.sin_addr.s_addr);
- 						break;
- 					}
- 				}
-commit c4c9f0183b7c4e97836e8fecbb67898b06c47e78
-Author: Stephen Rothwell <sfr at canb.auug.org.au>
-Date:   Mon Dec 29 10:46:13 2008 +1100
-
-    net: ehea NAPI interface cleanup fix
-    
-    Commit 908a7a16b852ffd618a9127be8d62432182d81b4 ("net: Remove unused
-    netdev arg from some NAPI interfaces") missed two spots.
-    
-    Signed-off-by: Stephen Rothwell <sfr at canb.auug.org.au>
-    Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>
-
-diff --git a/drivers/net/ehea/ehea_main.c b/drivers/net/ehea/ehea_main.c
-index 035aa7d..a2f1905 100644
---- a/drivers/net/ehea/ehea_main.c
-+++ b/drivers/net/ehea/ehea_main.c
-@@ -841,7 +841,7 @@ static int ehea_poll(struct napi_struct *napi, int budget)
- 		if (!cqe && !cqe_skb)
- 			return rx;
- 
--		if (!netif_rx_reschedule(dev, napi))
-+		if (!netif_rx_reschedule(napi))
- 			return rx;
- 
- 		cqe_skb = ehea_proc_cqes(pr, EHEA_POLL_MAX_CQES);
-diff --git a/drivers/net/ibmveth.c b/drivers/net/ibmveth.c
-index 1f055a9..9bc0f17 100644
---- a/drivers/net/ibmveth.c
-+++ b/drivers/net/ibmveth.c
-@@ -1031,7 +1031,7 @@ static int ibmveth_poll(struct napi_struct *napi, int budget)
- 		netif_rx_complete(napi);
- 
- 		if (ibmveth_rxq_pending_buffer(adapter) &&
--		    netif_rx_reschedule(netdev, napi)) {
-+		    netif_rx_reschedule(napi)) {
- 			lpar_rc = h_vio_signal(adapter->vdev->unit_address,
- 					       VIO_IRQ_DISABLE);
- 			goto restart_poll;


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.937
retrieving revision 1.938
diff -u -r1.937 -r1.938
--- sources	29 Dec 2008 02:48:00 -0000	1.937
+++ sources	29 Dec 2008 17:30:27 -0000	1.938
@@ -1,2 +1,2 @@
 d351e44709c9810b85e29b877f50968a  linux-2.6.28.tar.bz2
-01edb6eda1678cd31dade67f3802da0c  patch-2.6.28-git1.bz2
+05062803de94ad255ba72885d6a46617  patch-2.6.28-git2.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.849
retrieving revision 1.850
diff -u -r1.849 -r1.850
--- upstream	29 Dec 2008 02:48:00 -0000	1.849
+++ upstream	29 Dec 2008 17:30:27 -0000	1.850
@@ -1,2 +1,2 @@
 linux-2.6.28.tar.bz2
-patch-2.6.28-git1.bz2
+patch-2.6.28-git2.bz2


--- patch-2.6.28-git1.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list