SOURCES (Titanium): linux-2.6-grsecurity.patch - updated for 2.6.27.18
hawk
hawk at pld-linux.org
Wed Feb 18 00:48:45 CET 2009
Author: hawk Date: Tue Feb 17 23:48:45 2009 GMT
Module: SOURCES Tag: Titanium
---- Log message:
- updated for 2.6.27.18
---- Files affected:
SOURCES:
linux-2.6-grsecurity.patch (1.1.2.35 -> 1.1.2.36)
---- Diffs:
================================================================
Index: SOURCES/linux-2.6-grsecurity.patch
diff -u SOURCES/linux-2.6-grsecurity.patch:1.1.2.35 SOURCES/linux-2.6-grsecurity.patch:1.1.2.36
--- SOURCES/linux-2.6-grsecurity.patch:1.1.2.35 Fri Feb 13 16:42:08 2009
+++ SOURCES/linux-2.6-grsecurity.patch Wed Feb 18 00:48:38 2009
@@ -1284,7 +1284,7 @@
addr = frame;
- if (vdso32_rt_sigtramp && current->mm->context.vdso_base) {
+ if (vdso32_rt_sigtramp && current->mm->context.vdso_base != ~0UL) {
- if (save_user_regs(regs, frame, 0))
+ if (save_user_regs(regs, frame, 0, 1))
goto badframe;
regs->link = current->mm->context.vdso_base + vdso32_rt_sigtramp;
diff -urNp linux-2.6.27.10/arch/powerpc/kernel/signal_64.c linux-2.6.27.10/arch/powerpc/kernel/signal_64.c
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/linux-2.6-grsecurity.patch?r1=1.1.2.35&r2=1.1.2.36&f=u
More information about the pld-cvs-commit
mailing list