rpms/kernel/FC-4 linux-2.6.11-execshield-vdso.patch,1.6,1.7

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed May 25 21:39:06 UTC 2005


Author: davej

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

Modified Files:
	linux-2.6.11-execshield-vdso.patch 
Log Message:
needs config.h


linux-2.6.11-execshield-vdso.patch:
 linux-2.6.11/arch/i386/kernel/sysenter.c  |   76 +++++++++++++++++++-----------
 linux-2.6.11/fs/binfmt_elf.c              |   17 ++----
 linux-2.6.11/include/asm-i386/elf.h       |    7 ++
 linux-2.6.11/include/asm-i386/page.h      |    5 +
 linux-2.6.11/include/linux/mm.h           |    5 +
 linux-2.6.11/mm/mmap.c                    |   39 +++++++++++++++
 linux-2.6.8/arch/i386/kernel/cpu/common.c |    6 ++
 7 files changed, 117 insertions(+), 38 deletions(-)

Index: linux-2.6.11-execshield-vdso.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-4/linux-2.6.11-execshield-vdso.patch,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- linux-2.6.11-execshield-vdso.patch	25 May 2005 21:34:39 -0000	1.6
+++ linux-2.6.11-execshield-vdso.patch	25 May 2005 21:39:04 -0000	1.7
@@ -263,8 +263,16 @@
  	compute_creds(bprm);
  	current->flags &= ~PF_FORKNOEXEC;
  	create_elf_tables(bprm, &loc->elf_ex, (interpreter_type == INTERPRETER_AOUT),
---- linux-2.6.11/arch/i386/kernel/sysenter.c~	2005-05-25 16:49:59.000000000 -0400
-+++ linux-2.6.11/arch/i386/kernel/sysenter.c	2005-05-25 16:51:28.000000000 -0400
+--- linux-2.6.11/arch/i386/kernel/sysenter.c~	2005-05-25 17:38:16.000000000 -0400
++++ linux-2.6.11/arch/i386/kernel/sysenter.c	2005-05-25 17:38:25.000000000 -0400
+@@ -14,6 +14,7 @@
+ #include <linux/string.h>
+ #include <linux/elf.h>
+ #include <linux/mman.h>
++#include <linux/config.h>
+ 
+ #include <asm/cpufeature.h>
+ #include <asm/msr.h>
 @@ -69,7 +69,11 @@ __initcall(sysenter_setup);
  
  extern void SYSENTER_RETURN_OFFSET;
@@ -277,3 +285,4 @@
  
  /*
   * This is called from binfmt_elf, we create the special vma for the
+




More information about the fedora-cvs-commits mailing list