From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754790Ab3A3Nhe (ORCPT ); Wed, 30 Jan 2013 08:37:34 -0500 Received: from mailout39.mail01.mtsvc.net ([216.70.64.83]:40348 "EHLO n12.mail01.mtsvc.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754625Ab3A3Nh3 (ORCPT ); Wed, 30 Jan 2013 08:37:29 -0500 Message-ID: <1359553043.3325.18.camel@thor.lan> Subject: Re: [PATCH 10/11] staging/fwserial: Fix premature unthrottle From: Peter Hurley To: Greg Kroah-Hartman Cc: linux1394-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Stefan Richter Date: Wed, 30 Jan 2013 08:37:23 -0500 In-Reply-To: <20130130133240.GA16591@kroah.com> References: <1359430485-5301-1-git-send-email-peter@hurleysoftware.com> <1359430485-5301-10-git-send-email-peter@hurleysoftware.com> <20130130042947.GA25371@kroah.com> <1359551465.3325.14.camel@thor.lan> <20130130133240.GA16591@kroah.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.3-0pjh1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Authenticated-User: 125194 peter@hurleysoftware.com X-MT-ID: 8fa290c2a27252aacf65dbc4a42f3ce3735fb2a4 X-MT-INTERNAL-ID: 8fa290c2a27252aacf65dbc4a42f3ce3735fb2a4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2013-01-30 at 14:32 +0100, Greg Kroah-Hartman wrote: > On Wed, Jan 30, 2013 at 08:11:05AM -0500, Peter Hurley wrote: > > On Tue, 2013-01-29 at 23:29 -0500, Greg Kroah-Hartman wrote: > > > On Mon, Jan 28, 2013 at 10:34:44PM -0500, Peter Hurley wrote: > > > > The unthrottle may restart the writer before the rx push > > > > has a chance to start emptying the rx buffer, resulting in an > > > > overflowed rx buffer and lost data. > > > > > > > > Perform the actual device unthrottle with the rx push instead. > > > > > > > > Signed-off-by: Peter Hurley > > > > --- > > > > drivers/staging/fwserial/fwserial.c | 30 ++++++++++++++---------------- > > > > 1 file changed, 14 insertions(+), 16 deletions(-) > > > > > > this patch fails to apply to my tree, but the 9 previous ones were fine, > > > so I'll not apply it, or ght 11/11 patch. Care to fix it up and resend > > > both of them? > > > > Hi Greg, > > > > I can rebase these against your staging-next, if you'd prefer, but it > > will make the -next merge non-trivial. > > > > Your tty-next tree is carrying patches to this driver from patch series > > "TTY: switch flipping functions to tty_port" > > which is already in -next. > > > > Let me know what you'd like me to do. > > Ugh, that's a mess. > > Can these wait until after 3.9-rc1 is out? Ok. Should I plan to resend patches 10 & 11 then (as 1 & 2)? Regards, Peter Hurley