SOURCES (Titanium): linux-2.6-grsecurity.patch - updated for 2.6.27.9
hawk
hawk at pld-linux.org
Tue Dec 16 12:45:54 CET 2008
Author: hawk Date: Tue Dec 16 11:45:54 2008 GMT
Module: SOURCES Tag: Titanium
---- Log message:
- updated for 2.6.27.9
---- Files affected:
SOURCES:
linux-2.6-grsecurity.patch (1.1.2.31 -> 1.1.2.32)
---- Diffs:
================================================================
Index: SOURCES/linux-2.6-grsecurity.patch
diff -u SOURCES/linux-2.6-grsecurity.patch:1.1.2.31 SOURCES/linux-2.6-grsecurity.patch:1.1.2.32
--- SOURCES/linux-2.6-grsecurity.patch:1.1.2.31 Tue Dec 16 10:09:36 2008
+++ SOURCES/linux-2.6-grsecurity.patch Tue Dec 16 12:45:47 2008
@@ -15229,9 +15229,9 @@
--- linux-2.6.27.8/fs/fcntl.c 2008-11-07 12:55:34.000000000 -0500
+++ linux-2.6.27.8/fs/fcntl.c 2008-11-18 03:38:45.000000000 -0500
@@ -19,6 +19,7 @@
- #include <linux/signal.h>
#include <linux/rcupdate.h>
#include <linux/pid_namespace.h>
+ #include <linux/smp_lock.h>
+#include <linux/grsecurity.h>
#include <asm/poll.h>
@@ -36136,7 +36136,7 @@
+}
+
+
- static inline struct sock *udp_v4_mcast_next(struct sock *sk,
+ static inline struct sock *udp_v4_mcast_next(struct net *net, struct sock *sk,
__be16 loc_port, __be32 loc_addr,
__be16 rmt_port, __be32 rmt_addr,
@@ -591,9 +604,16 @@ int udp_sendmsg(struct kiocb *iocb, stru
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-grsecurity.patch?r1=1.1.2.31&r2=1.1.2.32&f=u
More information about the pld-cvs-commit
mailing list