rpms/kernel/devel patch-2.6.17-rc1.bz2.sign, NONE, 1.1 .cvsignore, 1.401, 1.402 kernel-2.6.spec, 1.2115, 1.2116 linux-2.6-compile-fixes.patch, 1.63, 1.64 linux-2.6-random-patches.patch, 1.4, 1.5 sources, 1.342, 1.343 upstream, 1.315, 1.316 patch-2.6.16-git20.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 3 04:16:58 UTC 2006


Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-compile-fixes.patch 
	linux-2.6-random-patches.patch sources upstream 
Added Files:
	patch-2.6.17-rc1.bz2.sign 
Removed Files:
	patch-2.6.16-git20.bz2.sign 
Log Message:
rc1



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

iD8DBQBEMJwMyGugalF9Dw4RAl/NAJ0dwQZ8sMyTPzC5iA+MKntc2HpHkgCgjgdi
Nv6YG+cBhoEIA4wOgmRxxSc=
=DL03
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.401
retrieving revision 1.402
diff -u -r1.401 -r1.402
--- .cvsignore	1 Apr 2006 21:26:06 -0000	1.401
+++ .cvsignore	3 Apr 2006 04:16:49 -0000	1.402
@@ -3,4 +3,4 @@
 kernel-2.6.16
 linux-2.6.16.tar.bz2
 xen-20060320.tar.bz2
-patch-2.6.16-git20.bz2
+patch-2.6.17-rc1.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2115
retrieving revision 1.2116
diff -u -r1.2115 -r1.2116
--- kernel-2.6.spec	2 Apr 2006 07:24:38 -0000	1.2115
+++ kernel-2.6.spec	3 Apr 2006 04:16:49 -0000	1.2116
@@ -217,7 +217,7 @@
 #
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
-Patch1: patch-2.6.16-git20.bz2
+Patch1: patch-2.6.17-rc1.bz2
 
 # Patches 100 through 500 are meant for architecture patches
 Patch100: linux-2.6-bzimage.patch
@@ -1594,6 +1594,9 @@
 %endif
 
 %changelog
+* Sun Apr  2 2006 Dave Jones <davej at redhat.com>
+- 2.6.17rc1
+
 * Sun Apr  2 2006 James Morris <jmorris at redhat.com>
 - Rework dom0 sedf scheduler defaults patch, bz # 181856
 

linux-2.6-compile-fixes.patch:
 atomic.h |    2 ++
 1 files changed, 2 insertions(+)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- linux-2.6-compile-fixes.patch	1 Apr 2006 05:09:18 -0000	1.63
+++ linux-2.6-compile-fixes.patch	3 Apr 2006 04:16:49 -0000	1.64
@@ -1,23 +1,3 @@
---- linux-2.6.16.noarch/arch/powerpc/platforms/cell/spufs/run.c~	2006-03-30 15:48:17.000000000 -0500
-+++ linux-2.6.16.noarch/arch/powerpc/platforms/cell/spufs/run.c	2006-03-30 15:48:25.000000000 -0500
-@@ -2,6 +2,7 @@
- #include <linux/ptrace.h>
- 
- #include <asm/spu.h>
-+#include <asm/unistd.h>
- 
- #include "spufs.h"
- 
---- linux-2.6.16.noarch/arch/powerpc/platforms/cell/spu_callbacks.c~	2006-03-31 21:53:04.000000000 -0500
-+++ linux-2.6.16.noarch/arch/powerpc/platforms/cell/spu_callbacks.c	2006-03-31 21:53:43.000000000 -0500
-@@ -316,6 +316,7 @@ void *spu_syscall_table[] = {
- 	[__NR_pselect6]			sys_ni_syscall, /* sys_pselect */
- 	[__NR_ppoll]			sys_ni_syscall, /* sys_ppoll */
- 	[__NR_unshare]			sys_unshare,
-+	[__NR_splice]			sys_splice,
- };
- 
- long spu_sys_callback(struct spu_syscall_block *s)
 
 include/asm/atomic.h:94: warning: implicit declaration of function 'unlikely'
 include/asm/atomic.h:97: warning: implicit declaration of function 'likely'

linux-2.6-random-patches.patch:
 linux-2.6.15.noarch/drivers/char/dtlk.c                    |    2 +-
 linux-2.6.15.noarch/drivers/char/watchdog/machzwd.c        |    3 +--
 linux-2.6.15.noarch/drivers/char/watchdog/sc1200wdt.c      |    2 +-
 linux-2.6.15.noarch/drivers/media/dvb/ttpci/av7110.c       |    2 +-
 linux-2.6.15.noarch/drivers/media/dvb/ttpci/budget-ci.c    |    2 +-
 linux-2.6.15.noarch/drivers/media/dvb/ttpci/budget-patch.c |    2 +-
 linux-2.6.15.noarch/drivers/media/dvb/ttpci/budget.c       |    5 +----
 linux-2.6.15/kernel/power/snapshot.c                       |    1 +
 8 files changed, 8 insertions(+), 11 deletions(-)

Index: linux-2.6-random-patches.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-random-patches.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linux-2.6-random-patches.patch	24 Mar 2006 22:43:38 -0000	1.4
+++ linux-2.6-random-patches.patch	3 Apr 2006 04:16:53 -0000	1.5
@@ -1,20 +1,4 @@
 
-Missing newline.
-
-Signed-off-by: Dave Jones <davej at redhat.com>
-
---- linux-2.6.15.noarch/drivers/media/video/cpia.c~	2006-02-01 22:36:07.000000000 -0500
-+++ linux-2.6.15.noarch/drivers/media/video/cpia.c	2006-02-01 22:36:24.000000000 -0500
-@@ -4042,7 +4042,7 @@ static int __init cpia_init(void)
- 	       "allowed, it is disabled by default now. Users should fix the "
- 	       "applications in case they don't work without conversion "
- 	       "reenabled by setting the 'colorspace_conv' module "
--	       "parameter to 1");
-+	       "parameter to 1\n");
- 
- #ifdef CONFIG_PROC_FS
- 	proc_cpia_create();
-
 Doubletalk printk's an extraneous \n
 
 Signed-off-by: Dave Jones <davej at redhat.com>


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -r1.342 -r1.343
--- sources	1 Apr 2006 21:26:06 -0000	1.342
+++ sources	3 Apr 2006 04:16:54 -0000	1.343
@@ -1,3 +1,3 @@
 9a91b2719949ff0856b40bc467fd47be  linux-2.6.16.tar.bz2
 8c70806f9075ebc0087f7ce1b8911700  xen-20060320.tar.bz2
-9a7d6fd1f2b53ed419f351a1b7cedd80  patch-2.6.16-git20.bz2
+ee1b5bf019ec60a34ef7bf1b2a0c1291  patch-2.6.17-rc1.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -r1.315 -r1.316
--- upstream	1 Apr 2006 21:26:06 -0000	1.315
+++ upstream	3 Apr 2006 04:16:54 -0000	1.316
@@ -1,2 +1,2 @@
 linux-2.6.16.tar.bz2
-patch-2.6.16-git20.bz2
+patch-2.6.17-rc1.bz2


--- patch-2.6.16-git20.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list