rpms/kernel/FC-5 patch-2.6.17.12.bz2.sign, NONE, 1.1 .cvsignore, 1.417, 1.418 kernel-2.6.spec, 1.2180, 1.2181 linux-2.6-execshield.patch, 1.14, 1.15 sources, 1.357, 1.358 upstream, 1.325, 1.326 patch-2.6.17.11.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 8 23:19:01 UTC 2006


Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-execshield.patch sources 
	upstream 
Added Files:
	patch-2.6.17.12.bz2.sign 
Removed Files:
	patch-2.6.17.11.bz2.sign 
Log Message:
.17.12



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

iD8DBQBFAetEyGugalF9Dw4RAhi2AJ95YQdB81COpLXlUJCEAXH0QSCVPQCfXCGc
NyC9k1rTxYPnfQkANQv/YWk=
=3Vr2
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/.cvsignore,v
retrieving revision 1.417
retrieving revision 1.418
diff -u -r1.417 -r1.418
--- .cvsignore	24 Aug 2006 21:37:44 -0000	1.417
+++ .cvsignore	8 Sep 2006 23:18:59 -0000	1.418
@@ -1,9 +1,7 @@
+clog
 kernel-2.6.*.config
 temp-*
 kernel-2.6.17
 linux-2.6.17.tar.bz2
-patch-2.6.17.8.bz2
-clog
 xen-11061.tar.bz2
-patch-2.6.17.10.bz2
-patch-2.6.17.11.bz2
+patch-2.6.17.12.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/kernel-2.6.spec,v
retrieving revision 1.2180
retrieving revision 1.2181
diff -u -r1.2180 -r1.2181
--- kernel-2.6.spec	24 Aug 2006 19:34:42 -0000	1.2180
+++ kernel-2.6.spec	8 Sep 2006 23:18:59 -0000	1.2181
@@ -231,7 +231,7 @@
 #
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
-Patch1: patch-2.6.17.11.bz2
+Patch1: patch-2.6.17.12.bz2
 
 # Patches 100 through 500 are meant for architecture patches
 
@@ -1537,6 +1537,9 @@
 %endif
 
 %changelog
+* Fri Sep  8 2006 Dave Jones <davej at redhat.com>
+- 2.6.17.12
+
 * Thu Aug 24 2006 Jarod Wilson <jwilson at redhat.com>
 - update to 2.6.17.11
 

linux-2.6-execshield.patch:
 linux-2.6.16.noarch/arch/i386/kernel/sysenter.c |  123 ++++++++--------
 linux-2.6.16.noarch/include/asm-powerpc/elf.h   |    3 
 linux/arch/i386/kernel/asm-offsets.c            |    1 
 linux/arch/i386/kernel/cpu/common.c             |    7 
 linux/arch/i386/kernel/entry.S                  |    8 -
 linux/arch/i386/kernel/process.c                |   59 +++++++
 linux/arch/i386/kernel/signal.c                 |    4 
 linux/arch/i386/kernel/smp.c                    |    3 
 linux/arch/i386/kernel/traps.c                  |   93 +++++++++++-
 linux/arch/i386/kernel/vsyscall-sysenter.S      |    6 
 linux/arch/i386/kernel/vsyscall.lds.S           |    4 
 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                           |  151 +++++++++++++++----
 linux/fs/proc/array.c                           |    8 -
 linux/fs/proc/base.c                            |    8 -
 linux/fs/proc/task_mmu.c                        |   34 +++-
 linux/include/asm-i386/a.out.h                  |    2 
 linux/include/asm-i386/desc.h                   |   14 +
 linux/include/asm-i386/elf.h                    |   50 ++++--
 linux/include/asm-i386/mmu.h                    |    6 
 linux/include/asm-i386/page.h                   |    5 
 linux/include/asm-i386/pgalloc.h                |    1 
 linux/include/asm-i386/processor.h              |    8 -
 linux/include/asm-i386/thread_info.h            |    1 
 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 
 52 files changed, 919 insertions(+), 215 deletions(-)

Index: linux-2.6-execshield.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/linux-2.6-execshield.patch,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- linux-2.6-execshield.patch	18 Jun 2006 04:45:03 -0000	1.14
+++ linux-2.6-execshield.patch	8 Sep 2006 23:18:59 -0000	1.15
@@ -869,8 +869,8 @@
  		.min_coredump	= ELF_EXEC_PAGESIZE
  };
  
--#define BAD_ADDR(x)	((unsigned long)(x) > TASK_SIZE)
-+#define BAD_ADDR(x)	((unsigned long)(x) > PAGE_MASK)
+-#define BAD_ADDR(x)	((unsigned long)(x) >= TASK_SIZE)
++#define BAD_ADDR(x)	((unsigned long)(x) >= PAGE_MASK)
  
  static int set_brk(unsigned long start, unsigned long end)
  {


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/sources,v
retrieving revision 1.357
retrieving revision 1.358
diff -u -r1.357 -r1.358
--- sources	24 Aug 2006 21:37:44 -0000	1.357
+++ sources	8 Sep 2006 23:18:59 -0000	1.358
@@ -1,3 +1,3 @@
 37ddefe96625502161f075b9d907f21e  linux-2.6.17.tar.bz2
 71780125173fe1359fec8dabfbd0bc45  xen-11061.tar.bz2
-e2449d6cbef24200a5ee65831edb8806  patch-2.6.17.11.bz2
+c6f8fca17114d7ac3a3be31aefc8d514  patch-2.6.17.12.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/upstream,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -r1.325 -r1.326
--- upstream	24 Aug 2006 21:41:55 -0000	1.325
+++ upstream	8 Sep 2006 23:18:59 -0000	1.326
@@ -1,2 +1,2 @@
 linux-2.6.17.tar.bz2
-patch-2.6.17.11.bz2
+patch-2.6.17.12.bz2


--- patch-2.6.17.11.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list