[kernel] r15136 - in dists/lenny-security/linux-2.6/debian/patches: features/all/openvz series

Dann Frazier dannf at alioth.debian.org
Tue Feb 9 19:19:20 UTC 2010


Author: dannf
Date: Tue Feb  9 19:19:15 2010
New Revision: 15136

Log:
openvz needs to deal with the TIF_ABI_PENDING bit removal

Added:
   dists/lenny-security/linux-2.6/debian/patches/features/all/openvz/remove-TIF_ABI-bit.patch
   dists/lenny-security/linux-2.6/debian/patches/series/21lenny3-extra

Added: dists/lenny-security/linux-2.6/debian/patches/features/all/openvz/remove-TIF_ABI-bit.patch
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/lenny-security/linux-2.6/debian/patches/features/all/openvz/remove-TIF_ABI-bit.patch	Tue Feb  9 19:19:15 2010	(r15136)
@@ -0,0 +1,12 @@
+diff -urpN a/kernel/cpt/cpt_process.c b/kernel/cpt/cpt_process.c
+--- a/kernel/cpt/cpt_process.c	2010-02-09 12:02:40.000000000 -0700
++++ b/kernel/cpt/cpt_process.c	2010-02-09 12:13:10.000000000 -0700
+@@ -941,7 +941,7 @@ static int dump_one_process(cpt_object_t
+ 	v->cpt_64bit = 0;
+ #ifdef CONFIG_X86_64
+ 	/* Clear x86_64 specific flags */
+-	v->cpt_thrflags &= ~(_TIF_FORK|_TIF_ABI_PENDING|_TIF_IA32);
++	v->cpt_thrflags &= ~(_TIF_FORK|_TIF_IA32);
+ 	if (!(task_thread_info(tsk)->flags & _TIF_IA32)) {
+ 		ctx->tasks64++;
+ 		v->cpt_64bit = 1;

Added: dists/lenny-security/linux-2.6/debian/patches/series/21lenny3-extra
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/lenny-security/linux-2.6/debian/patches/series/21lenny3-extra	Tue Feb  9 19:19:15 2010	(r15136)
@@ -0,0 +1 @@
++ features/all/openvz/remove-TIF_ABI-bit.patch featureset=openvz



More information about the Kernel-svn-changes mailing list