rpms/kernel/devel patch-2.6.17-git14.bz2.sign, NONE, 1.1 .cvsignore, 1.468, 1.469 kernel-2.6.spec, 1.2329, 1.2330 linux-2.6-execshield.patch, 1.24, 1.25 sources, 1.412, 1.413 upstream, 1.379, 1.380 patch-2.6.17-git12.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jun 29 08:38:24 UTC 2006


Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-execshield.patch sources 
	upstream 
Added Files:
	patch-2.6.17-git14.bz2.sign 
Removed Files:
	patch-2.6.17-git12.bz2.sign 
Log Message:
git14


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

iD8DBQBEo3swyGugalF9Dw4RAjVXAJ4g4+yjdlIbvzsxE4NwfD9JXiBCtACfY1U+
Y0dtZ9T0/GKgk2JhfVhGXz0=
=7yOx
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.468
retrieving revision 1.469
diff -u -r1.468 -r1.469
--- .cvsignore	29 Jun 2006 08:30:45 -0000	1.468
+++ .cvsignore	29 Jun 2006 08:38:20 -0000	1.469
@@ -3,4 +3,4 @@
 kernel-2.6.17
 xen-20060610.tar.bz2
 linux-2.6.17.tar.bz2
-patch-2.6.17-git13.bz2
+patch-2.6.17-git14.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2329
retrieving revision 1.2330
diff -u -r1.2329 -r1.2330
--- kernel-2.6.spec	29 Jun 2006 08:27:51 -0000	1.2329
+++ kernel-2.6.spec	29 Jun 2006 08:38:20 -0000	1.2330
@@ -239,7 +239,7 @@
 #
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
-Patch1: patch-2.6.17-git13.bz2
+Patch1: patch-2.6.17-git14.bz2
 
 #
 # Clean up and export kernel headers to userspace
@@ -1581,7 +1581,7 @@
 
 %changelog
 * Thu Jun 28 2006 Dave Jones <davej at redhat.com>
-- 2.6.17-git13
+- 2.6.17-git13 & git14
 
 * Tue Jun 27 2006 Dave Jones <davej at redhat.com>
 - 2.6.17-git12

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                     |   99 ++++++++++--
 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(+), 135 deletions(-)

Index: linux-2.6-execshield.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-execshield.patch,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- linux-2.6-execshield.patch	29 Jun 2006 08:27:51 -0000	1.24
+++ linux-2.6-execshield.patch	29 Jun 2006 08:38:20 -0000	1.25
@@ -1058,16 +1058,16 @@
  
  extern unsigned int vdso_enabled;
  
-@@ -213,4 +213,8 @@ do {									      \
+@@ -214,4 +214,7 @@ do {									      \
  
  #endif
-+
+ 
 +#define __HAVE_ARCH_RANDOMIZE_BRK
 +extern void randomize_brk(unsigned long old_brk);
 +
  #endif
---- linux-2.6.17.noarch/include/asm-i386/mmu.h~	2006-06-29 00:54:50.000000000 -0400
-+++ linux-2.6.17.noarch/include/asm-i386/mmu.h	2006-06-29 00:55:22.000000000 -0400
+--- linux-2.6.17.noarch/include/asm-i386/mmu.h~	2006-06-29 04:33:38.000000000 -0400
++++ linux-2.6.17.noarch/include/asm-i386/mmu.h	2006-06-29 04:33:58.000000000 -0400
 @@ -7,11 +7,15 @@
   * we put the segment information here.
   *


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.412
retrieving revision 1.413
diff -u -r1.412 -r1.413
--- sources	29 Jun 2006 08:30:45 -0000	1.412
+++ sources	29 Jun 2006 08:38:20 -0000	1.413
@@ -1,3 +1,3 @@
 37ddefe96625502161f075b9d907f21e  linux-2.6.17.tar.bz2
 7f29344672bce4bd7304f61abc7893c1  xen-20060610.tar.bz2
-efb60adb7dd3076d3dbb9592f66e60be  patch-2.6.17-git13.bz2
+ed71d76fabac9e9b239cba592460e51b  patch-2.6.17-git14.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.379
retrieving revision 1.380
diff -u -r1.379 -r1.380
--- upstream	29 Jun 2006 08:27:51 -0000	1.379
+++ upstream	29 Jun 2006 08:38:21 -0000	1.380
@@ -1,2 +1,2 @@
 linux-2.6.17.tar.bz2
-patch-2.6.17-git13.bz2
+patch-2.6.17-git14.bz2


--- patch-2.6.17-git12.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list