From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Mon, 07 Jun 2004 02:20:15 +0000 Subject: Re: udev zombies Message-Id: <20040607022015.GA8152@kroah.com> List-Id: References: <200406011914.13245.mbuesch@freenet.de> In-Reply-To: <200406011914.13245.mbuesch@freenet.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Mon, Jun 07, 2004 at 01:37:19AM +0200, Kay Sievers wrote: > On Sun, Jun 06, 2004 at 03:38:52PM +0200, Michael Buesch wrote: > > On Sunday 06 June 2004 15:16, you wrote: > > > It would be great, if you are able to test it another time with the reenabled > > > regparms. > > > > The attached patch fixes the whole stuff for me. > > I imported some macros from the kernel. Ok, or do > > you prefer other macro-names? > > > +#define asmlinkage __attribute__((regparm(0))) > > +#define FASTCALL(x) x __attribute__((regparm(3))) > > +#define fastcall __attribute__((regparm(3))) > > Hmm, I prefer no macro at all. > > Greg, here is the usual bk text: > => fix udevd zombies > > The recent version of klibc switched to -mregparm=3. This broke the > signal handlers parameter, cause it is called directly from the kernel > with the parameter on the stack not in a register. > = Applied, thanks. greg k-h ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel