SOURCES (LINUX_2_6): grsecurity-2.1.7-2.6.14.2-200511120003.patch ...
pluto
pluto at pld-linux.org
Mon Nov 14 20:40:29 CET 2005
Author: pluto Date: Mon Nov 14 19:40:29 2005 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- build fix.
---- Files affected:
SOURCES:
grsecurity-2.1.7-2.6.14.2-200511120003.patch (1.1 -> 1.1.2.1)
---- Diffs:
================================================================
Index: SOURCES/grsecurity-2.1.7-2.6.14.2-200511120003.patch
diff -u SOURCES/grsecurity-2.1.7-2.6.14.2-200511120003.patch:1.1 SOURCES/grsecurity-2.1.7-2.6.14.2-200511120003.patch:1.1.2.1
--- SOURCES/grsecurity-2.1.7-2.6.14.2-200511120003.patch:1.1 Mon Nov 14 20:37:36 2005
+++ SOURCES/grsecurity-2.1.7-2.6.14.2-200511120003.patch Mon Nov 14 20:40:24 2005
@@ -8046,12 +8046,16 @@
if (m->count < m->size) /* vma is copied successfully */
m->version = (vma != get_gate_vma(task))? vma->vm_start: 0;
-@@ -444,7 +497,7 @@ static int show_numa_map(struct seq_file
+@@ -444,7 +497,12 @@ static int show_numa_map(struct seq_file
if (!md)
return 0;
-- seq_printf(m, "%08lx", vma->vm_start);
++#ifdef CONFIG_GRKERNSEC_PROC_MEMMAP
+ seq_printf(m, "%08lx", PAX_RAND_FLAGS(vma->vm_mm) ? 0UL : vma->vm_start);
++#else
+ seq_printf(m, "%08lx", vma->vm_start);
++#endif
++
pol = get_vma_policy(task, vma, vma->vm_start);
/* Print policy */
switch (pol->policy) {
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/grsecurity-2.1.7-2.6.14.2-200511120003.patch?r1=1.1&r2=1.1.2.1&f=u
More information about the pld-cvs-commit
mailing list