Re: + itimers-fix-itimer-many-thread-hang.patch added to -mm tree

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: KAMEZAWA Hiroyuki
Date: Wednesday, September 17, 2008 - 1:21 am

On Fri, 12 Sep 2008 16:53:12 -0700
akpm@linux-foundation.org wrote:

Just a notification of confliction in the latext mmtom.
- with linux-next

==
Fix build error with selinux(from the change in linux-next.patch) and
patches/itimers-fix-itimer-many-thread-hang.patch


Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>


Index: linux-2.6.27-rc6+/security/selinux/hooks.c
===================================================================
--- linux-2.6.27-rc6+.orig/security/selinux/hooks.c
+++ linux-2.6.27-rc6+/security/selinux/hooks.c
@@ -2322,7 +2322,7 @@ static void selinux_bprm_committing_cred
 			 * This will cause RLIMIT_CPU calculations to be
 			 * refigured.
 			 */
-			current->it_prof_expires = jiffies_to_cputime(1);
+			current->signal->it_prof_expires = jiffies_to_cputime(1);
 		}
 	}
 }

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: + itimers-fix-itimer-many-thread-hang.patch added to - ..., KAMEZAWA Hiroyuki, (Wed Sep 17, 1:21 am)