diff options
Diffstat (limited to 'fs/binfmt_elf_fdpic.c')
-rw-r--r-- | fs/binfmt_elf_fdpic.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/binfmt_elf_fdpic.c b/fs/binfmt_elf_fdpic.c index d051a32e6270..71bcc4b4d088 100644 --- a/fs/binfmt_elf_fdpic.c +++ b/fs/binfmt_elf_fdpic.c | |||
@@ -1626,6 +1626,9 @@ static int elf_fdpic_core_dump(long signr, struct pt_regs *regs, | |||
1626 | rcu_read_lock(); | 1626 | rcu_read_lock(); |
1627 | do_each_thread(g,p) | 1627 | do_each_thread(g,p) |
1628 | if (current->mm == p->mm && current != p) { | 1628 | if (current->mm == p->mm && current != p) { |
1629 | if (p->flags & PF_KTHREAD) | ||
1630 | continue; | ||
1631 | |||
1629 | tmp = kzalloc(sizeof(*tmp), GFP_ATOMIC); | 1632 | tmp = kzalloc(sizeof(*tmp), GFP_ATOMIC); |
1630 | if (!tmp) { | 1633 | if (!tmp) { |
1631 | rcu_read_unlock(); | 1634 | rcu_read_unlock(); |