SOURCES (LINUX_2_6): grsecurity-2.1.9-2.6.16.14.patch - Badness in...
mguevara
mguevara at pld-linux.org
Fri May 19 12:49:31 CEST 2006
Author: mguevara Date: Fri May 19 10:49:31 2006 GMT
Module: SOURCES Tag: LINUX_2_6
---- Log message:
- Badness in local_bh_enable at kernel/softirq.c:144
see http://forums.grsecurity.net/viewtopic.php?p=5775&
---- Files affected:
SOURCES:
grsecurity-2.1.9-2.6.16.14.patch (1.1.2.1 -> 1.1.2.2)
---- Diffs:
================================================================
Index: SOURCES/grsecurity-2.1.9-2.6.16.14.patch
diff -u SOURCES/grsecurity-2.1.9-2.6.16.14.patch:1.1.2.1 SOURCES/grsecurity-2.1.9-2.6.16.14.patch:1.1.2.2
--- SOURCES/grsecurity-2.1.9-2.6.16.14.patch:1.1.2.1 Sun May 7 12:30:56 2006
+++ SOURCES/grsecurity-2.1.9-2.6.16.14.patch Fri May 19 12:49:26 2006
@@ -15885,9 +15885,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/SOURCES/grsecurity-2.1.9-2.6.16.14.patch?r1=1.1.2.1&r2=1.1.2.2&f=u
More information about the pld-cvs-commit
mailing list