Re: daemon-less kmod & Alpha no-go!

Richard Henderson (rth@dot.cygnus.com)
Wed, 22 Apr 1998 10:49:43 -0700


On Wed, Apr 22, 1998 at 07:07:37AM -0400, Steven N. Hirsch wrote:
> > > The following quick hack brings kmod to life:
> > >...
> > > ! sigfillset(&current->blocked);
> > >...
> > > ! memset (&current->blocked, '\0xff', sizeof(current->blocked));

What?? You've just completely munged the kernel.

When I asked if you were blocking all signals last time, I meant
that as a problem not a suggestion. I make kmod_exec_modprobe do
a sigemptyset just for this reason.

Why don't you send me all the patches involved.

r~

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu