SOURCES (Titanium): linux-2.6-grsecurity.patch - updated for 2.6.27.15
hawk
hawk at pld-linux.org
Sat Feb 7 23:33:53 CET 2009
Author: hawk Date: Sat Feb 7 22:33:53 2009 GMT
Module: SOURCES Tag: Titanium
---- Log message:
- updated for 2.6.27.15
---- Files affected:
SOURCES:
linux-2.6-grsecurity.patch (1.1.2.33 -> 1.1.2.34)
---- Diffs:
================================================================
Index: SOURCES/linux-2.6-grsecurity.patch
diff -u SOURCES/linux-2.6-grsecurity.patch:1.1.2.33 SOURCES/linux-2.6-grsecurity.patch:1.1.2.34
--- SOURCES/linux-2.6-grsecurity.patch:1.1.2.33 Thu Jan 15 14:37:49 2009
+++ SOURCES/linux-2.6-grsecurity.patch Sat Feb 7 23:33:47 2009
@@ -8666,7 +8666,7 @@
- " jmp 2b\n" \
- ".previous\n" \
- _ASM_EXTABLE(0b,3b) \
-- : "=d"(res), "=c"(count), "=&a" (__d0), "=&S" (__d1), \
+- : "=&d"(res), "=&c"(count), "=&a" (__d0), "=&S" (__d1), \
- "=&D" (__d2) \
- : "i"(-EFAULT), "0"(count), "1"(count), "3"(src), "4"(dst) \
- : "memory"); \
@@ -8696,7 +8696,7 @@
+ " jmp 2b\n"
+ ".previous\n"
+ _ASM_EXTABLE(0b,3b)
-+ : "=d"(res), "=c"(count), "=&a" (__d0), "=&S" (__d1),
++ : "=&d"(res), "=&c"(count), "=&a" (__d0), "=&S" (__d1),
+ "=&D" (__d2)
+ : "i"(-EFAULT), "0"(count), "1"(count), "3"(src), "4"(dst),
+ "r"(__USER_DS)
@@ -8816,7 +8816,7 @@
@@ -212,7 +225,7 @@ long strnlen_user(const char __user *s,
" .long 0b,2b\n"
".previous"
- :"=r" (n), "=D" (s), "=a" (res), "=c" (tmp)
+ :"=&r" (n), "=&D" (s), "=&a" (res), "=&c" (tmp)
- :"0" (n), "1" (s), "2" (0), "3" (mask)
+ :"0" (n), "1" (s), "2" (0), "3" (mask), "r" (__USER_DS)
:"cc");
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-grsecurity.patch?r1=1.1.2.33&r2=1.1.2.34&f=u
More information about the pld-cvs-commit
mailing list