Re: [PATCH] kvm-tool: fix zombie reaping in guest/init.c

2012-11-30 Thread Pekka Enberg
On Thu, 29 Nov 2012, Marc Zyngier wrote: > init.c is not very kind with processes that get reparented when > their own parent die, leaving them hanging around. Looking at the > code, it only seem to care about its own flesh and blood. Bad init. > > Teach it some basic zombie reaping skills. > > C

[PATCH] kvm-tool: fix zombie reaping in guest/init.c

2012-11-29 Thread Marc Zyngier
init.c is not very kind with processes that get reparented when their own parent die, leaving them hanging around. Looking at the code, it only seem to care about its own flesh and blood. Bad init. Teach it some basic zombie reaping skills. Cc: Pekka Enberg Signed-off-by: Marc Zyngier --- tool