[PATCH 0/1] Revert "kmod: handle UMH_WAIT_PROC from system unbound workqueue"

2015-10-14 Thread Oleg Nesterov
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

[PATCH 0/1] Revert "kmod: handle UMH_WAIT_PROC from system unbound workqueue"

2015-10-14 Thread Oleg Nesterov
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