rpms/kernel/devel patch-2.6.19-git19.bz2.sign, NONE, 1.1 .cvsignore, 1.551, 1.552 kernel-2.6.spec, 1.2866, 1.2867 linux-2.6-compile-fixes.patch, 1.116, 1.117 sources, 1.514, 1.515 upstream, 1.442, 1.443 patch-2.6.19-git18.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Dec 13 15:00:16 UTC 2006


Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-compile-fixes.patch 
	sources upstream 
Added Files:
	patch-2.6.19-git19.bz2.sign 
Removed Files:
	patch-2.6.19-git18.bz2.sign 
Log Message:
git19


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

iD8DBQBFfnFRyGugalF9Dw4RAlPoAJ99ltWxnOucJGXXqtLykLWAcKs6bgCgggtu
uFFM2NuipV8GnjpmAkYtIlc=
=Zgbx
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.551
retrieving revision 1.552
diff -u -r1.551 -r1.552
--- .cvsignore	12 Dec 2006 15:03:47 -0000	1.551
+++ .cvsignore	13 Dec 2006 15:00:13 -0000	1.552
@@ -4,4 +4,4 @@
 kernel-2.6.19
 xen-11633.tar.bz2
 linux-2.6.19.tar.bz2
-patch-2.6.19-git18.bz2
+patch-2.6.19-git19.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2866
retrieving revision 1.2867
diff -u -r1.2866 -r1.2867
--- kernel-2.6.spec	13 Dec 2006 14:04:18 -0000	1.2866
+++ kernel-2.6.spec	13 Dec 2006 15:00:14 -0000	1.2867
@@ -305,7 +305,7 @@
 #
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
-Patch1: patch-2.6.19-git18.bz2
+Patch1: patch-2.6.19-git19.bz2
 #Patch2: patch-2.6.19-rc6-git10.bz2
 Patch3: git-geode.patch
 
@@ -1794,6 +1794,9 @@
 # - kill off kdump
 %changelog
 * Tue Dec 12 2006 Dave Jones <davej at redhat.com>
+- 2.6.19-git19
+
+* Tue Dec 12 2006 Dave Jones <davej at redhat.com>
 - 2.6.19-git18
 
 * Fri Dec  8 2006 Dave Jones <davej at redhat.com>

linux-2.6-compile-fixes.patch:
 drivers/char/tty_io.c          |    1 +
 drivers/macintosh/via-pmu.c    |    1 +
 drivers/s390/char/fs3270.c     |    1 +
 include/asm-i386/desc.h        |   28 ++++++++++++++--------------
 include/asm-ia64/scatterlist.h |    8 ++++++++
 5 files changed, 25 insertions(+), 14 deletions(-)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- linux-2.6-compile-fixes.patch	12 Dec 2006 19:17:19 -0000	1.116
+++ linux-2.6-compile-fixes.patch	13 Dec 2006 15:00:14 -0000	1.117
@@ -1,31 +1,4 @@
---- a/include/asm-powerpc/Kbuild
-+++ b/include/asm-powerpc/Kbuild
-@@ -17,7 +17,6 @@ header-y += ipc.h
- header-y += poll.h
- header-y += shmparam.h
- header-y += sockios.h
--header-y += spu_info.h
- header-y += ucontext.h
- header-y += ioctl.h
- header-y += linkage.h
-@@ -37,6 +36,7 @@ unifdef-y += posix_types.h
- unifdef-y += ptrace.h
- unifdef-y += seccomp.h
- unifdef-y += signal.h
-+unifdef-y += spu_info.h
- unifdef-y += termios.h
- unifdef-y += types.h
- unifdef-y += unistd.h
---- linux-2.6.19.ppc64.orig/arch/powerpc/sysdev/rom.c
-+++ linux-2.6.19.ppc64/arch/powerpc/sysdev/rom.c
-@@ -9,6 +9,7 @@
- 
- #include <linux/kernel.h>
- #include <asm/of_device.h>
-+#include <asm/of_platform.h>
  
- static int __init powerpc_flash_init(void)
- {
 --- linux-2.6.19.noarch/include/asm-i386/desc.h~	2006-12-08 06:52:55.000000000 -0500
 +++ linux-2.6.19.noarch/include/asm-i386/desc.h	2006-12-08 06:53:14.000000000 -0500
 @@ -185,6 +185,20 @@ static inline unsigned long get_desc_bas
@@ -137,19 +110,3 @@
 +
  #endif /* _ASM_IA64_SCATTERLIST_H */
 
-arch/powerpc/platforms/cell/spufs/coredump.c: In function 'spufs_arch_notes_size':
-arch/powerpc/platforms/cell/spufs/coredump.c:150: error: 'struct fdtable' has no member named 'max_fdset'
-
-Signed-off-by: Dave Jones <davej at redhat.com>
-
---- linux-2.6.19.noarch/arch/powerpc/platforms/cell/spufs/coredump.c~	2006-12-12 14:15:00.000000000 -0500
-+++ linux-2.6.19.noarch/arch/powerpc/platforms/cell/spufs/coredump.c	2006-12-12 14:16:34.000000000 -0500
-@@ -147,7 +147,7 @@ static int spufs_arch_notes_size(void)
- 	struct fdtable *fdt = files_fdtable(current->files);
- 	int size = 0, fd;
- 
--	for (fd = 0; fd < fdt->max_fdset && fd < fdt->max_fds; fd++) {
-+	for (fd = 0; fd < fdt->max_fds; fd++) {
- 		if (FD_ISSET(fd, fdt->open_fds)) {
- 			struct file *file = fcheck(fd);
- 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.514
retrieving revision 1.515
diff -u -r1.514 -r1.515
--- sources	12 Dec 2006 15:03:47 -0000	1.514
+++ sources	13 Dec 2006 15:00:14 -0000	1.515
@@ -1,3 +1,3 @@
 93d8d8f6c51f3c01beadbae1aa1fd548  xen-11633.tar.bz2
 443c265b57e87eadc0c677c3acc37e20  linux-2.6.19.tar.bz2
-de36ec924cc97914044bf2cb81b4b6ab  patch-2.6.19-git18.bz2
+9ffbd198433be84941abbed15da0bb2a  patch-2.6.19-git19.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.442
retrieving revision 1.443
diff -u -r1.442 -r1.443
--- upstream	12 Dec 2006 15:03:47 -0000	1.442
+++ upstream	13 Dec 2006 15:00:14 -0000	1.443
@@ -1,2 +1,2 @@
 linux-2.6.19.tar.bz2
-patch-2.6.19-git18.bz2
+patch-2.6.19-git19.bz2


--- patch-2.6.19-git18.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list