packages (LINUX_2_6_28): kernel/linux-2.6-grsec_full.patch - update

arekm arekm at pld-linux.org
Wed May 6 15:16:36 CEST 2009


Author: arekm                        Date: Wed May  6 13:16:35 2009 GMT
Module: packages                      Tag: LINUX_2_6_28
---- Log message:
- update

---- Files affected:
packages/kernel:
   linux-2.6-grsec_full.patch (1.1.2.55.4.4 -> 1.1.2.55.4.5) 

---- Diffs:

================================================================
Index: packages/kernel/linux-2.6-grsec_full.patch
diff -u packages/kernel/linux-2.6-grsec_full.patch:1.1.2.55.4.4 packages/kernel/linux-2.6-grsec_full.patch:1.1.2.55.4.5
--- packages/kernel/linux-2.6-grsec_full.patch:1.1.2.55.4.4	Mon Apr  6 10:13:12 2009
+++ packages/kernel/linux-2.6-grsec_full.patch	Wed May  6 15:16:26 2009
@@ -34708,15 +34708,6 @@
  		if (locked > limit && !capable(CAP_IPC_LOCK))
  			return -ENOMEM;
  	}
-@@ -1582,7 +1791,7 @@
- 	 * Overcommit..  This must be the final test, as it will
- 	 * update security statistics.
- 	 */
--	if (security_vm_enough_memory(grow))
-+	if (security_vm_enough_memory_mm(mm, grow))
- 		return -ENOMEM;
- 
- 	/* Ok, everything looks good - let it rip */
 @@ -1603,35 +1812,40 @@
  #endif
  int expand_upwards(struct vm_area_struct *vma, unsigned long address)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/linux-2.6-grsec_full.patch?r1=1.1.2.55.4.4&r2=1.1.2.55.4.5&f=u



More information about the pld-cvs-commit mailing list