rpms/kernel/devel linux-2.6-execshield.patch,1.113,1.114

Dave Jones davej at fedoraproject.org
Mon Jan 11 22:15:39 UTC 2010


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24318

Modified Files:
	linux-2.6-execshield.patch 
Log Message:
remove unnecessary line that broke the build

linux-2.6-execshield.patch:
 b/arch/x86/include/asm/desc.h              |   25 +++++
 b/arch/x86/include/asm/mmu.h               |    7 +
 b/arch/x86/include/asm/paravirt.h          |    6 +
 b/arch/x86/include/asm/paravirt_types.h    |    3 
 b/arch/x86/include/asm/processor.h         |    3 
 b/arch/x86/kernel/cpu/common.c             |   14 +++
 b/arch/x86/kernel/paravirt.c               |    3 
 b/arch/x86/kernel/process_32.c             |   48 ++++++++++
 b/arch/x86/kernel/traps.c                  |  129 ++++++++++++++++++++++++++---
 b/arch/x86/mm/mmap.c                       |    5 -
 b/arch/x86/mm/tlb.c                        |    7 +
 b/arch/x86/vdso/vdso32-setup.c             |    2 
 b/arch/x86/xen/enlighten.c                 |   21 ++++
 b/fs/binfmt_elf.c                          |   21 ++++
 b/include/linux/mm.h                       |    8 +
 b/include/linux/mm_types.h                 |    3 
 b/include/linux/resource.h                 |    5 -
 b/include/linux/sched.h                    |    7 +
 b/kernel/sysctl.c                          |   28 ++++++
 b/mm/mmap.c                                |  121 +++++++++++++++++++++++++--
 b/mm/mprotect.c                            |   10 ++
 linux-2.6.32.noarch/arch/x86/mm/setup_nx.c |    6 +
 linux-2.6.32.noarch/mm/mremap.c            |    4 
 23 files changed, 459 insertions(+), 27 deletions(-)

Index: linux-2.6-execshield.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-execshield.patch,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -p -r1.113 -r1.114
--- linux-2.6-execshield.patch	11 Jan 2010 21:44:11 -0000	1.113
+++ linux-2.6-execshield.patch	11 Jan 2010 22:15:38 -0000	1.114
@@ -681,12 +681,11 @@ index 0d949c5..12ca319 100644
  #ifdef CONFIG_RCU_TORTURE_TEST
  extern int rcutorture_runnable;
  #endif /* #ifdef CONFIG_RCU_TORTURE_TEST */
-@@ -430,6 +430,15 @@ static struct ctl_table kern_table[] = {
+@@ -430,6 +430,14 @@ static struct ctl_table kern_table[] = {
  		.mode		= 0644,
  		.proc_handler	= proc_dointvec,
  	},
 +	{
-+		.ctl_name	= CTL_UNNUMBERED,
 +		.procname	= "exec-shield",
 +		.data		= &exec_shield,
 +		.maxlen		= sizeof(int),



More information about the scm-commits mailing list