]> err.no Git - linux-2.6/blobdiff - fs/binfmt_elf_fdpic.c
coredump: move mm->core_waiters into struct core_state
[linux-2.6] / fs / binfmt_elf_fdpic.c
index d051a32e6270ec31975da904476e1cefbaa9be1f..71bcc4b4d0884625868fa07f8e3397ffb3133ba2 100644 (file)
@@ -1626,6 +1626,9 @@ static int elf_fdpic_core_dump(long signr, struct pt_regs *regs,
                rcu_read_lock();
                do_each_thread(g,p)
                        if (current->mm == p->mm && current != p) {
+                               if (p->flags & PF_KTHREAD)
+                                       continue;
+
                                tmp = kzalloc(sizeof(*tmp), GFP_ATOMIC);
                                if (!tmp) {
                                        rcu_read_unlock();