From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarek Poplawski Subject: Re: N_PPP_SYNC ldisc BUG: sleeping function called from invalid context Date: Wed, 30 Sep 2009 22:28:18 +0200 Message-ID: <4AC3BF62.9020706@gmail.com> References: <4AC37032.4030901@imap.cc> <20090930174704.796b24b9@lxorguk.ukuu.org.uk> <4AC3A986.4080808@imap.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Alan Cox , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, Alan Cox To: Tilman Schmidt Return-path: In-Reply-To: <4AC3A986.4080808@imap.cc> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Tilman Schmidt wrote, On 09/30/2009 08:55 PM: > Alan Cox schrieb: >>> [] tty_unthrottle+0x10/0x38 >>> [] ppp_sync_receive+0x168/0x170 [ppp_synctty] >>> [] handle_minor_recv+0x187/0x1cd [capi] >>> [] capi_recv_message+0x1d9/0x24e [capi] >> Really need to see the rest of the call trace to be sure > > There wasn't more than what I posted. I had six of them, they looked all > identical, and all of them ended after the kernel_thread_helper line. ... > Why then does mutex_lock() complain? Maybe it doesn't matter here, but this: > INFO: lockdep is turned off. suggests there was some lockdep issue/warning earlier. Jarek P.