lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4D641936.90404@versanet.de>
Date:	Tue, 22 Feb 2011 21:14:46 +0100
From:	"pantherchen@...sanet.de" <pantherchen@...sanet.de>
To:	Dmitry Torokhov <dmitry.torokhov@...il.com>
CC:	Tejun Heo <tj@...nel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: Boot time regression in 2.6.38 after initial wq merge

On 02/22/2011 08:52 PM, Dmitry Torokhov wrote:
> Ewww... tty/ldisc...
>
> Does it help if you change drivers/input/serio/serio.c::serio_queue_event()
> from calling
>
> 	schedule_work(&serio_event_work);
>
> to call
>
> 	queue_work(system_long_wq,&serio_event_work);
>
> ?

Yes, that works: http://img.xrmb2.net/images/499337.png

Regards,

Hernando Torque
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ