Re: [new PATCH] Re: 8139too: defunct threads

2001-04-15 Thread Rod Stewart
On Sun, 15 Apr 2001, Manfred Spraul wrote: > Alan, which fix would you prefer: > * init could use wait3 and set __WALL. > * all kernel thread users could set SIGCHLD. Some already do that > (__call_usermodehelper). > * the kernel_thread implementations could force the exit signal to > SIGCHLD. >

Re: [PATCH] Re: 8139too: defunct threads

2001-04-14 Thread Rod Stewart
On Sat, 14 Apr 2001, Manfred Spraul wrote: > From: "Alan Cox" <[EMAIL PROTECTED]> > > > > That has an implicit race, a zombie can always appear as we are > execing init. > > I think init wants fixing > > > Rod, could you boot again with the unpatched kernel and send a sigchild > to init? > > #kil

Re: 8139too: defunct threads

2001-04-14 Thread Rod Stewart
On Sat, 14 Apr 2001, Manfred Spraul wrote: > >> Ah. Of course. All (or most) kernel initialisation is > >> done by PID 1. Search for "kernel_thread" in init/main.c > >> > >> So it seems that in your setup, process 1 is not reaping > >> children, which is why this hasn't been reported before. > >

Re: 8139too: defunct threads

2001-04-13 Thread Rod Stewart
On Thu, 12 Apr 2001, Andrew Morton wrote: > Rod Stewart wrote: > > > > On Thu, 12 Apr 2001, Andrew Morton wrote: > > > Rod Stewart wrote: > > > > > > > > Hello, > > > > > > > > Using the 8139too driver, 0.9.15c, we have noti

Re: 8139too: defunct threads

2001-04-12 Thread Rod Stewart
On Thu, 12 Apr 2001, Andrew Morton wrote: > Rod Stewart wrote: > > > > On Thu, 12 Apr 2001, Andrew Morton wrote: > > > Is there something unusual about your setup? > > > > One box is standard PIII with RH 7.0, the other is a custom Crusoe TM5400 > >

Re: 8139too: defunct threads

2001-04-12 Thread Rod Stewart
On Thu, 12 Apr 2001, Andrew Morton wrote: > Rod Stewart wrote: > > > > On Thu, 12 Apr 2001, Andrew Morton wrote: > > > Rod Stewart wrote: > > > > > > > > Hello, > > > > > > > > Using the 8139too driver, 0.9.15c, we have noti

Re: 8139too: defunct threads

2001-04-12 Thread Rod Stewart
On Thu, 12 Apr 2001, Andrew Morton wrote: > Rod Stewart wrote: > > > > Hello, > > > > Using the 8139too driver, 0.9.15c, we have noticed that we get a defunct > > thread for each device we have; if the driver is built into the kernel. > > If the driver i

8139too: defunct threads

2001-04-12 Thread Rod Stewart
Hello, Using the 8139too driver, 0.9.15c, we have noticed that we get a defunct thread for each device we have; if the driver is built into the kernel. If the driver is built as a module, no defunct threads appear. This has happened with any 2.4 kernel we've used, up to and including 2.4.3. Be

Re: modutils-2.3.21: modprobe looping

2000-11-28 Thread Rod Stewart
On Wed, 29 Nov 2000, Keith Owens wrote: > On Tue, 28 Nov 2000 20:22:59 +0100, > Kurt Garloff <[EMAIL PROTECTED]> wrote: > >Find attached the modules.dep that caused this: There is a circular > >dependency of pppoe on pppox on pppoe on > > The kernel code is broken. Circular dependencies m