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);
}
}
}
--