public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Revert "kmod: handle UMH_WAIT_PROC from system unbound workqueue"
@ 2015-10-14 18:51 Oleg Nesterov
  2015-10-14 18:52 ` [PATCH 1/1] " Oleg Nesterov
  2015-10-15 14:37 ` [PATCH 0/1] kmod: don't run async usermode helper as a child of kworker thread Oleg Nesterov
  0 siblings, 2 replies; 12+ messages in thread
From: Oleg Nesterov @ 2015-10-14 18:51 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Frederic Weisbecker, Rik van Riel, Christoph Lameter, Tejun Heo,
	Rusty Russell, linux-kernel

Hello,

I noticed by accident the kworker zombies on my testing machine.
Can't reproduce (although I think it won't be hard to make a
test-case), but I think the reason is clear, see the changelog.

We could fix this by using kthread_create() if !UMH_WAIT_PROC,
but imo it would be better to revert this change at least for
now. If we really want to avoid the extra kernel_thread(), we
can make another patch which also avoids sys_wait4() and the
games with SIGCHLD; we can rely on wait_chldexit.

Oleg.


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-10-15 17:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-14 18:51 [PATCH 0/1] Revert "kmod: handle UMH_WAIT_PROC from system unbound workqueue" Oleg Nesterov
2015-10-14 18:52 ` [PATCH 1/1] " Oleg Nesterov
2015-10-15 13:37   ` Frederic Weisbecker
2015-10-15 15:18     ` Oleg Nesterov
2015-10-15 15:34       ` Frederic Weisbecker
2015-10-15 14:37 ` [PATCH 0/1] kmod: don't run async usermode helper as a child of kworker thread Oleg Nesterov
2015-10-15 14:37   ` Oleg Nesterov
2015-10-15 15:52     ` Frederic Weisbecker
2015-10-15 16:32       ` Oleg Nesterov
2015-10-15 16:53         ` Frederic Weisbecker
2015-10-15 17:51           ` Oleg Nesterov
2015-10-15 17:52   ` [PATCH v2 1/1] " Oleg Nesterov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox