[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/kernel/devel patch-2.6.17-git19.bz2.sign, NONE, 1.1 .cvsignore, 1.472, 1.473 kernel-2.6.spec, 1.2341, 1.2342 linux-2.6-crash-driver.patch, 1.2, 1.3 linux-2.6-execshield.patch, 1.25, 1.26 sources, 1.416, 1.417 upstream, 1.383, 1.384 patch-2.6.17-git17.bz2.sign, 1.1, NONE



Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-crash-driver.patch 
	linux-2.6-execshield.patch sources upstream 
Added Files:
	patch-2.6.17-git19.bz2.sign 
Removed Files:
	patch-2.6.17-git17.bz2.sign 
Log Message:
git19


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

iD8DBQBEpscyyGugalF9Dw4RAloGAJ4w5RMJFAIKQmJHjpNfMouK9HlscACePzKL
iEoV2bwhjDWW4y4BiPmEGDE=
=wypg
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.472
retrieving revision 1.473
diff -u -r1.472 -r1.473
--- .cvsignore	1 Jul 2006 01:22:53 -0000	1.472
+++ .cvsignore	2 Jul 2006 03:23:39 -0000	1.473
@@ -3,4 +3,4 @@
 kernel-2.6.17
 xen-20060610.tar.bz2
 linux-2.6.17.tar.bz2
-patch-2.6.17-git17.bz2
+patch-2.6.17-git19.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2341
retrieving revision 1.2342
diff -u -r1.2341 -r1.2342
--- kernel-2.6.spec	1 Jul 2006 01:22:53 -0000	1.2341
+++ kernel-2.6.spec	2 Jul 2006 03:23:39 -0000	1.2342
@@ -238,7 +238,7 @@
 #
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
-Patch1: patch-2.6.17-git17.bz2
+Patch1: patch-2.6.17-git19.bz2
 
 #
 # Clean up and export kernel headers to userspace
@@ -1562,6 +1562,9 @@
 %endif
 
 %changelog
+* Sat Jul  1 2006 Dave Jones <davej redhat com>
+- 2.6.17-git19
+
 * Fri Jun 30 2006 Dave Jones <davej redhat com>
 - 2.6.17-git16 & git17
 

linux-2.6-crash-driver.patch:
 linux-1060/arch/i386/mm/init.c            |    2 
 linux-1060/arch/ia64/kernel/ia64_ksyms.c  |    3 
 linux-1060/arch/x86_64/mm/init.c          |    3 
 linux-1060/drivers/char/Kconfig           |    2 
 linux-1060/drivers/char/crash.c           |  129 ++++++++++++++++++++++++++++++
 linux-1060/include/asm-i386/crash.h       |   75 +++++++++++++++++
 linux-1060/include/asm-ia64/crash.h       |   90 ++++++++++++++++++++
 linux-1060/include/asm-x86_64/crash.h     |   75 +++++++++++++++++
 linux-2.6.16.noarch/drivers/char/Makefile |    1 
 9 files changed, 380 insertions(+)

Index: linux-2.6-crash-driver.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-crash-driver.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-2.6-crash-driver.patch	26 Mar 2006 00:13:38 -0000	1.2
+++ linux-2.6-crash-driver.patch	2 Jul 2006 03:23:40 -0000	1.3
@@ -26,10 +26,9 @@
 diff -urNp --exclude-from=/home/davej/.exclude linux-1050/arch/x86_64/mm/init.c linux-1060/arch/x86_64/mm/init.c
 --- linux-1050/arch/x86_64/mm/init.c
 +++ linux-1060/arch/x86_64/mm/init.c
-@@ -7,6 +7,7 @@
+@@ -6,5 +6,6 @@
   */
  
- #include <linux/config.h>
 +#include <linux/module.h>
  #include <linux/signal.h>
  #include <linux/sched.h>

linux-2.6-execshield.patch:
 linux-2.6.16.noarch/include/asm-powerpc/elf.h   |    3 
 linux-2.6.17.noarch/arch/i386/kernel/sysenter.c |    3 
 linux-2.6.17.noarch/include/asm-i386/elf.h      |    6 
 linux-2.6.17.noarch/include/asm-i386/mmu.h      |    4 
 linux/arch/i386/kernel/cpu/common.c             |    7 
 linux/arch/i386/kernel/process.c                |   59 +++++++
 linux/arch/i386/kernel/smp.c                    |    3 
 linux/arch/i386/kernel/traps.c                  |   93 +++++++++++-
 linux/arch/i386/mm/init.c                       |    6 
 linux/arch/i386/mm/mmap.c                       |    6 
 linux/arch/ia64/ia32/binfmt_elf32.c             |    2 
 linux/arch/powerpc/kernel/vdso.c                |    3 
 linux/arch/x86_64/ia32/ia32_binfmt.c            |    6 
 linux/arch/x86_64/ia32/syscall32.c              |    4 
 linux/arch/x86_64/kernel/process.c              |    6 
 linux/arch/x86_64/kernel/setup64.c              |   23 ---
 linux/arch/x86_64/mm/fault.c                    |    2 
 linux/arch/x86_64/mm/mmap.c                     |   98 ++++++++++--
 linux/drivers/char/random.c                     |    7 
 linux/fs/binfmt_elf.c                           |  147 ++++++++++++++-----
 linux/fs/proc/array.c                           |    8 -
 linux/fs/proc/base.c                            |    8 -
 linux/fs/proc/task_mmu.c                        |   22 ++
 linux/include/asm-i386/a.out.h                  |    2 
 linux/include/asm-i386/desc.h                   |   14 +
 linux/include/asm-i386/page.h                   |    5 
 linux/include/asm-i386/pgalloc.h                |    1 
 linux/include/asm-i386/processor.h              |    8 -
 linux/include/asm-ia64/pgalloc.h                |    4 
 linux/include/asm-powerpc/pgalloc.h             |    5 
 linux/include/asm-ppc/pgalloc.h                 |    5 
 linux/include/asm-s390/pgalloc.h                |    4 
 linux/include/asm-sparc/pgalloc.h               |    4 
 linux/include/asm-sparc64/pgalloc.h             |    4 
 linux/include/asm-x86_64/pgalloc.h              |    7 
 linux/include/asm-x86_64/pgtable.h              |    2 
 linux/include/linux/mm.h                        |   16 +-
 linux/include/linux/resource.h                  |    5 
 linux/include/linux/sched.h                     |    9 +
 linux/include/linux/sysctl.h                    |    3 
 linux/kernel/signal.c                           |   38 ++++
 linux/kernel/sysctl.c                           |   57 +++++++
 linux/mm/fremap.c                               |   16 +-
 linux/mm/mmap.c                                 |  183 ++++++++++++++++++++++--
 linux/mm/mprotect.c                             |    5 
 linux/mm/mremap.c                               |    4 
 46 files changed, 793 insertions(+), 134 deletions(-)

Index: linux-2.6-execshield.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-execshield.patch,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- linux-2.6-execshield.patch	29 Jun 2006 08:38:20 -0000	1.25
+++ linux-2.6-execshield.patch	2 Jul 2006 03:23:40 -0000	1.26
@@ -452,7 +452,7 @@
 ===================================================================
 --- linux.orig/arch/x86_64/mm/mmap.c
 +++ linux/arch/x86_64/mm/mmap.c
-@@ -1,30 +1,87 @@
+@@ -1,29 +1,87 @@
 -/* Copyright 2005 Andi Kleen, SuSE Labs.
 - * Licensed under GPL, v.2
 +/*
@@ -480,7 +480,6 @@
 + *
 + * Started by Ingo Molnar <mingo elte hu>
   */
--#include <linux/config.h>
 +
 +#include <linux/personality.h>
  #include <linux/mm.h>


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.416
retrieving revision 1.417
diff -u -r1.416 -r1.417
--- sources	1 Jul 2006 01:22:54 -0000	1.416
+++ sources	2 Jul 2006 03:23:40 -0000	1.417
@@ -1,3 +1,3 @@
 37ddefe96625502161f075b9d907f21e  linux-2.6.17.tar.bz2
 7f29344672bce4bd7304f61abc7893c1  xen-20060610.tar.bz2
-d3cb1b54465eb43fda556c190869d9dc  patch-2.6.17-git17.bz2
+ff1394160c5fdcc9a19cb72a8073c438  patch-2.6.17-git19.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -r1.383 -r1.384
--- upstream	1 Jul 2006 01:22:54 -0000	1.383
+++ upstream	2 Jul 2006 03:23:40 -0000	1.384
@@ -1,2 +1,2 @@
 linux-2.6.17.tar.bz2
-patch-2.6.17-git17.bz2
+patch-2.6.17-git19.bz2


--- patch-2.6.17-git17.bz2.sign DELETED ---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]