packages (LINUX_2_6_27): kernel/kernel.spec, kernel/linux-2.6-grsec_full.pa...
arekm
arekm at pld-linux.org
Mon Aug 17 08:35:46 CEST 2009
Author: arekm Date: Mon Aug 17 06:35:46 2009 GMT
Module: packages Tag: LINUX_2_6_27
---- Log message:
- up to 2.6.27.30 (doesn't build - new version will be released shortly by upstream)
---- Files affected:
packages/kernel:
kernel.spec (1.441.2.2036.2.32 -> 1.441.2.2036.2.33) , linux-2.6-grsec_full.patch (1.1.2.51.2.5 -> 1.1.2.51.2.6) , kernel-sock-sendpage.patch (1.1.2.1 -> NONE) (REMOVED)
---- Diffs:
================================================================
Index: packages/kernel/kernel.spec
diff -u packages/kernel/kernel.spec:1.441.2.2036.2.32 packages/kernel/kernel.spec:1.441.2.2036.2.33
--- packages/kernel/kernel.spec:1.441.2.2036.2.32 Thu Aug 13 22:55:29 2009
+++ packages/kernel/kernel.spec Mon Aug 17 08:35:37 2009
@@ -103,7 +103,7 @@
%endif
%define basever 2.6.27
-%define postver .29
+%define postver .30
%define rel 1
%define _enable_debug_packages 0
@@ -144,7 +144,7 @@
# Source0-md5: b3e78977aa79d3754cb7f8143d7ddabd
%if "%{postver}" != "%{nil}"
Source1: http://www.kernel.org/pub/linux/kernel/v2.6/patch-%{version}.bz2
-# Source1-md5: ab19d1f101f8711e7963cbe254557f33
+# Source1-md5: f55adbeb6e3a44e814ce2a192a9ecf8b
%endif
Source3: kernel-autoconf.h
@@ -316,7 +316,6 @@
Patch2001: linux-2.6.21.1-pwc-uncompress.patch
Patch2002: kernel-atom-coretemp.patch
Patch2003: kernel-regressions.patch
-Patch2004: kernel-sock-sendpage.patch
# kill some thousands of warnings
# (only warnings, so just remove parts of this patch if conflics)
@@ -937,7 +936,6 @@
%patch2001 -p1
%patch2002 -p1
#%patch2003 -p1
-%patch2004 -p1
# Fix EXTRAVERSION in main Makefile
sed -i 's#EXTRAVERSION =.*#EXTRAVERSION = %{postver}%{?alt_kernel:_%{alt_kernel}}#g' Makefile
@@ -1672,6 +1670,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.441.2.2036.2.33 2009/08/17 06:35:37 arekm
+- up to 2.6.27.30 (doesn't build - new version will be released shortly by upstream)
+
Revision 1.441.2.2036.2.32 2009/08/13 20:55:29 arekm
- local root fix (http://lwn.net/Articles/347006/)
================================================================
Index: packages/kernel/linux-2.6-grsec_full.patch
diff -u packages/kernel/linux-2.6-grsec_full.patch:1.1.2.51.2.5 packages/kernel/linux-2.6-grsec_full.patch:1.1.2.51.2.6
--- packages/kernel/linux-2.6-grsec_full.patch:1.1.2.51.2.5 Wed May 20 08:44:02 2009
+++ packages/kernel/linux-2.6-grsec_full.patch Mon Aug 17 08:35:38 2009
@@ -31706,24 +31706,6 @@
/* Get rid of any cached register state */
deactivate_mm(tsk, mm);
-@@ -539,7 +579,7 @@ void mm_release(struct task_struct *tsk,
- if (tsk->clear_child_tid
- && !(tsk->flags & PF_SIGNALED)
- && atomic_read(&mm->mm_users) > 1) {
-- u32 __user * tidptr = tsk->clear_child_tid;
-+ pid_t __user * tidptr = tsk->clear_child_tid;
- tsk->clear_child_tid = NULL;
-
- /*
-@@ -547,7 +587,7 @@ void mm_release(struct task_struct *tsk,
- * not set up a proper pointer then tough luck.
- */
- put_user(0, tidptr);
-- sys_futex(tidptr, FUTEX_WAKE, 1, NULL, NULL, 0);
-+ sys_futex((u32 __user *)tidptr, FUTEX_WAKE, 1, NULL, NULL, 0);
- }
- }
-
@@ -942,6 +982,9 @@ static struct task_struct *copy_process(
DEBUG_LOCKS_WARN_ON(!p->softirqs_enabled);
#endif
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/kernel.spec?r1=1.441.2.2036.2.32&r2=1.441.2.2036.2.33&f=u
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kernel/linux-2.6-grsec_full.patch?r1=1.1.2.51.2.5&r2=1.1.2.51.2.6&f=u
More information about the pld-cvs-commit
mailing list