SOURCES (Titanium): linux-2.6-grsecurity.patch - merged fix from http://www...

hawk hawk at pld-linux.org
Sat Aug 30 13:22:40 CEST 2008


Author: hawk                         Date: Sat Aug 30 11:22:40 2008 GMT
Module: SOURCES                       Tag: Titanium
---- Log message:
- merged fix from http://www.grsecurity.net/~paxguy1/pax-linux-2.6.26.3-test18.patch

---- Files affected:
SOURCES:
   linux-2.6-grsecurity.patch (1.1.2.21 -> 1.1.2.22) 

---- Diffs:

================================================================
Index: SOURCES/linux-2.6-grsecurity.patch
diff -u SOURCES/linux-2.6-grsecurity.patch:1.1.2.21 SOURCES/linux-2.6-grsecurity.patch:1.1.2.22
--- SOURCES/linux-2.6-grsecurity.patch:1.1.2.21	Fri Aug 29 14:00:11 2008
+++ SOURCES/linux-2.6-grsecurity.patch	Sat Aug 30 13:22:34 2008
@@ -4115,8 +4115,8 @@
 -		    swapper_pg_dir[pgd_index(temp)].pgd;
 -	}
 +	clone_pgd_range(efi_bak_pg_dir_pointer, swapper_pg_dir, KERNEL_PGD_PTRS);
-+	clone_pgd_range(swapper_pg_dir, swapper_pg_dir + USER_PGD_PTRS,
-+			min_t(unsigned long, KERNEL_PGD_PTRS, USER_PGD_PTRS));
++	clone_pgd_range(swapper_pg_dir, swapper_pg_dir + KERNEL_PGD_BOUNDARY,
++			min_t(unsigned long, KERNEL_PGD_PTRS, KERNEL_PGD_BOUNDARY));
  
  	/*
  	 * After the lock is released, the original page table is restored.
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-grsecurity.patch?r1=1.1.2.21&r2=1.1.2.22&f=u



More information about the pld-cvs-commit mailing list