From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Spiegle Subject: Re: [Bugme-new] [Bug 12201] New: long wait in call_usermodehelper() / queue_work() / wait_for_completion() Date: Fri, 12 Dec 2008 11:47:16 -0800 Message-ID: <4942BFC4.2030203@nauticaltech.com> References: <20081211143758.510b51b6.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Andrew Morton , bugme-daemon@bugzilla.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Al Viro To: Kay Sievers Return-path: Received: from nauticaltech.com ([64.34.252.43]:34518 "EHLO nauticaltech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751558AbYLLTx6 (ORCPT ); Fri, 12 Dec 2008 14:53:58 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: > If you replace /sbin/modprobe in the kernel module loader, does the > delay go away: > echo /bin/true > /proc/sys/kernel/modprobe Yes, that does reduce the delay significantly. The timing of the socket() call went from about 1500000us to 430000us. This points the finger at modprobe it seems? Michael Spiegle mike@nauticaltech.com