The patch titled Use is_global_init() in arch/m32r/mm/fault.c has been added to the -mm tree. Its filename is pid-namespaces-define-is_global_init-and-is_container_init-m32r-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Use is_global_init() in arch/m32r/mm/fault.c From: Sukadev Bhattiprolu <sukadev@xxxxxxxxxx> Use is_global_init() in arch/m32r/mm/fault.c. Signed-off-by: Sukadev Bhattiprolu <sukadev@xxxxxxxxxx> Cc: Adrian Bunk <bunk@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/m32r/mm/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/m32r/mm/fault.c~pid-namespaces-define-is_global_init-and-is_container_init-m32r-fix arch/m32r/mm/fault.c --- a/arch/m32r/mm/fault.c~pid-namespaces-define-is_global_init-and-is_container_init-m32r-fix +++ a/arch/m32r/mm/fault.c @@ -271,7 +271,7 @@ no_context: */ out_of_memory: up_read(&mm->mmap_sem); - if (is_init(tsk)) { + if (is_global_init(tsk)) { yield(); down_read(&mm->mmap_sem); goto survive; _ Patches currently in -mm which might be from sukadev@xxxxxxxxxx are pid-namespaces-round-up-the-api.patch pid-namespaces-make-get_pid_ns-return-the-namespace-itself.patch pid-namespaces-dynamic-kmem-cache-allocator-for-pid-namespaces.patch pid-namespaces-dynamic-kmem-cache-allocator-for-pid-namespaces-fix.patch pid-namespaces-define-and-use-task_active_pid_ns-wrapper.patch pid-namespaces-rename-child_reaper-function.patch pid-namespaces-use-task_pid-to-find-leaders-pid.patch pid-namespaces-define-is_global_init-and-is_container_init.patch pid-namespaces-define-is_global_init-and-is_container_init-fix.patch pid-namespaces-define-is_global_init-and-is_container_init-m32r-fix.patch pid-namespaces-move-alloc_pid-to-copy_process.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html