SOURCES (LINUX_2_6_20): pax-linux-2.6.20.patch - fix for include/a...

mguevara mguevara at pld-linux.org
Tue Apr 10 00:13:21 CEST 2007


Author: mguevara                     Date: Mon Apr  9 22:13:21 2007 GMT
Module: SOURCES                       Tag: LINUX_2_6_20
---- Log message:
- fix for include/asm-i386/elf.h (vs2.3.0.12 update)

---- Files affected:
SOURCES:
   pax-linux-2.6.20.patch (1.1.2.16 -> 1.1.2.17) 

---- Diffs:

================================================================
Index: SOURCES/pax-linux-2.6.20.patch
diff -u SOURCES/pax-linux-2.6.20.patch:1.1.2.16 SOURCES/pax-linux-2.6.20.patch:1.1.2.17
--- SOURCES/pax-linux-2.6.20.patch:1.1.2.16	Mon Mar 19 10:37:59 2007
+++ SOURCES/pax-linux-2.6.20.patch	Tue Apr 10 00:13:16 2007
@@ -12974,7 +12974,7 @@
 +#ifdef CONFIG_PAX_SEGMEXEC
 +#define ELF_ET_DYN_BASE         ((current->mm->pax_flags & MF_PAX_SEGMEXEC) ? SEGMEXEC_TASK_SIZE/3*2 : TASK_SIZE/3*2)
 +#else
- #define ELF_ET_DYN_BASE		((TASK_UNMAPPED_BASE) * 2)
+ #define ELF_ET_DYN_BASE         (TASK_SIZE / 3 * 2)
 +#endif
 +
 +#ifdef CONFIG_PAX_ASLR
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/pax-linux-2.6.20.patch?r1=1.1.2.16&r2=1.1.2.17&f=u



More information about the pld-cvs-commit mailing list