SOURCES (LINUX_2_6): linux-2.6-grsec_full.patch - merged changes from grsec...
zbyniu
zbyniu at pld-linux.org
Sun Nov 2 21:56:27 CET 2008
Author: zbyniu Date: Sun Nov 2 20:56:27 2008 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- merged changes from grsecurity-2.1.12-2.6.27.4-200811011834.patch
---- Files affected:
SOURCES:
linux-2.6-grsec_full.patch (1.1.2.46 -> 1.1.2.47)
---- Diffs:
================================================================
Index: SOURCES/linux-2.6-grsec_full.patch
diff -u SOURCES/linux-2.6-grsec_full.patch:1.1.2.46 SOURCES/linux-2.6-grsec_full.patch:1.1.2.47
--- SOURCES/linux-2.6-grsec_full.patch:1.1.2.46 Tue Oct 28 22:08:26 2008
+++ SOURCES/linux-2.6-grsec_full.patch Sun Nov 2 21:56:20 2008
@@ -24100,9 +24100,9 @@
+void gr_del_task_from_ip_table(struct task_struct *task)
+{
+#ifdef CONFIG_GRKERNSEC
-+ spin_lock_bh(&gr_conn_table_lock);
++ spin_lock(&gr_conn_table_lock);
+ gr_del_task_from_ip_table_nolock(task->signal);
-+ spin_unlock_bh(&gr_conn_table_lock);
++ spin_unlock(&gr_conn_table_lock);
+#endif
+ return;
+}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-grsec_full.patch?r1=1.1.2.46&r2=1.1.2.47&f=u
More information about the pld-cvs-commit
mailing list