Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752395AbaGGStt (ORCPT ); Mon, 7 Jul 2014 14:49:49 -0400 Received: from mail-we0-f174.google.com ([74.125.82.174]:42153 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750897AbaGGStr (ORCPT ); Mon, 7 Jul 2014 14:49:47 -0400 Date: Mon, 7 Jul 2014 20:50:05 +0200 From: Olivier Sobrie To: Dan Williams Cc: Jan Dumon , linux-usb@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] hso: fix deadlock when receiving bursts of data Message-ID: <20140707185005.GA1105@thinkoso.home> Reply-To: Olivier Sobrie References: <1404723967-24245-1-git-send-email-olivier@sobrie.be> <1404723967-24245-2-git-send-email-olivier@sobrie.be> <1404751280.22000.11.camel@dcbw.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1404751280.22000.11.camel@dcbw.local> X-PGP-Key: http://olivier.sobrie.be/pgp/public.key User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dan, On Mon, Jul 07, 2014 at 11:41:20AM -0500, Dan Williams wrote: > On Mon, 2014-07-07 at 11:06 +0200, Olivier Sobrie wrote: > > When the module sends bursts of data, sometimes a deadlock happens in > > the hso driver when the tty buffer doesn't get the chance to be flushed > > quickly enough. > > > > To avoid this, first, we remove the endless while loop in > > put_rx_bufdata() which is the root cause of the deadlock. > > Secondly, when there is no room anymore in the tty buffer, we set up a > > timer of 100 msecs to give a chance to the upper layer to flush the tty > > buffer and make room for new data. > > I assume this problem happens when using PPP for data transfer, instead > of using the network port that the modules expose? Or maybe the NMEA > port? I can't imagine that AT commands would make this happen... Yes it happens when using ppp for data transfer. The transfer of a large file sometimes triggers the problem. -- Olivier -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/