SOURCES (LINUX_2_6): grsecurity-2.1.9-2.6.18.patch - missing #incl...
zbyniu
zbyniu at pld-linux.org
Thu Sep 28 02:33:42 CEST 2006
Author: zbyniu Date: Thu Sep 28 00:33:42 2006 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- missing #include; small junk removed
---- Files affected:
SOURCES:
grsecurity-2.1.9-2.6.18.patch (1.1.2.1 -> 1.1.2.2)
---- Diffs:
================================================================
Index: SOURCES/grsecurity-2.1.9-2.6.18.patch
diff -u SOURCES/grsecurity-2.1.9-2.6.18.patch:1.1.2.1 SOURCES/grsecurity-2.1.9-2.6.18.patch:1.1.2.2
--- SOURCES/grsecurity-2.1.9-2.6.18.patch:1.1.2.1 Wed Sep 27 21:10:58 2006
+++ SOURCES/grsecurity-2.1.9-2.6.18.patch Thu Sep 28 02:33:37 2006
@@ -4213,7 +4213,7 @@
diff -urNp linux-2.6.18/arch/i386/mm/boot_ioremap.c linux-2.6.18/arch/i386/mm/boot_ioremap.c
--- linux-2.6.18/arch/i386/mm/boot_ioremap.c 2006-09-19 23:42:06.000000000 -0400
+++ linux-2.6.18/arch/i386/mm/boot_ioremap.c 2006-09-22 20:45:03.000000000 -0400
-@@ -7,53 +7,36 @@
+@@ -7,53 +7,35 @@
* Written by Dave Hansen <haveblue at us.ibm.com>
*/
@@ -4273,7 +4273,7 @@
+ pmd = pmd_offset(pud, vaddr);
+ pte = pte_offset_kernel(pmd, vaddr);
- pte = boot_vaddr_to_pte(virtual_source);
+- pte = boot_vaddr_to_pte(virtual_source);
for (i=0; i < nrpages; i++, phys_addr += PAGE_SIZE, pte++) {
set_pte(pte, pfn_pte(phys_addr>>PAGE_SHIFT, PAGE_KERNEL));
- __flush_tlb_one(&vaddr[i*PAGE_SIZE]);
@@ -15941,7 +15941,7 @@
diff -urNp linux-2.6.18/grsecurity/gracl_shm.c linux-2.6.18/grsecurity/gracl_shm.c
--- linux-2.6.18/grsecurity/gracl_shm.c 1969-12-31 19:00:00.000000000 -0500
+++ linux-2.6.18/grsecurity/gracl_shm.c 2006-09-22 20:04:35.000000000 -0400
-@@ -0,0 +1,33 @@
+@@ -0,0 +1,34 @@
+#include <linux/kernel.h>
+#include <linux/mm.h>
+#include <linux/sched.h>
@@ -15950,6 +15950,7 @@
+#include <linux/gracl.h>
+#include <linux/grsecurity.h>
+#include <linux/grinternal.h>
++#include <linux/vs_pid.h>
+
+int
+gr_handle_shmat(const pid_t shm_cprid, const pid_t shm_lapid,
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/grsecurity-2.1.9-2.6.18.patch?r1=1.1.2.1&r2=1.1.2.2&f=u
More information about the pld-cvs-commit
mailing list