SOURCES (LINUX_2_6): linux-2.6-grsec-minimal.patch - shm now uses ...
hawk
hawk at pld-linux.org
Thu Jun 22 23:10:32 CEST 2006
Author: hawk Date: Thu Jun 22 21:10:32 2006 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- shm now uses mutexes not semaphores, merged from
kernel-desktop-grsec-minimal.patch
---- Files affected:
SOURCES:
linux-2.6-grsec-minimal.patch (1.1.2.8 -> 1.1.2.9)
---- Diffs:
================================================================
Index: SOURCES/linux-2.6-grsec-minimal.patch
diff -u SOURCES/linux-2.6-grsec-minimal.patch:1.1.2.8 SOURCES/linux-2.6-grsec-minimal.patch:1.1.2.9
--- SOURCES/linux-2.6-grsec-minimal.patch:1.1.2.8 Thu Jun 22 16:05:41 2006
+++ SOURCES/linux-2.6-grsec-minimal.patch Thu Jun 22 23:10:27 2006
@@ -1108,7 +1108,7 @@
+ shm_destroy(shp);
+ } else
+ shm_unlock(shp);
-+ up(&shm_ids.sem);
++ mutex_unlock(&shm_ids.mutex);
+ return;
+ }
+#endif
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/linux-2.6-grsec-minimal.patch?r1=1.1.2.8&r2=1.1.2.9&f=u
More information about the pld-cvs-commit
mailing list