public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
Cc: Manfred Schlaegl <manfred.schlaegl@gmx.at>,
	Jiri Slaby <jslaby@suse.cz>,
	Peter Hurley <peter@hurleysoftware.com>,
	Alan Cox <alan@redhat.com>,
	linux-kernel@vger.kernel.org,
	Manfred Schlaegl <manfred.schlaegl@ginzinger.com>
Subject: Re: [PATCH] tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc
Date: Tue, 22 Apr 2014 04:16:51 -0700	[thread overview]
Message-ID: <20140422111651.GA26268@kroah.com> (raw)
In-Reply-To: <20140422115552.253b69c4@alan.etchedpixels.co.uk>

On Tue, Apr 22, 2014 at 11:55:52AM +0100, One Thousand Gnomes wrote:
> On Fri, 18 Apr 2014 10:10:17 +0200
> Manfred Schlaegl <manfred.schlaegl@gmx.at> wrote:
> 
> > On 2014-04-08 14:42, Manfred Schlaegl wrote:
> > > The race was introduced while development of linux-3.11 by
> > > e8437d7ecbc50198705331449367d401ebb3181f and
> > > e9975fdec0138f1b2a85b9624e41660abd9865d4.
> > > Originally it was found and reproduced on linux-3.12.15 and
> > > linux-3.12.15-rt25, by sending 500 byte blocks with 115kbaud to the
> > > target uart in a loop with 100 milliseconds delay.
> > > 
> > > In short:
> > >  1. The consumer flush_to_ldisc is on to remove the head tty_buffer.
> > >  2. The producer adds a number of bytes, so that a new tty_buffer must
> > > 	be allocated and added by __tty_buffer_request_room.
> > >  3. The consumer removes the head tty_buffer element, without handling
> > > 	newly committed data.
> > 
> > Hi!
> > 
> > Reminder: The Problem is still existent in linux-3.11, 3.12, 3.13. 3.14 and pre 3.15 kernels.
> > 
> > The lastly delivered patch cleanly applies to pre 3.15 (torvalds tree) and 3.14(.1).
> 
> Greg ?? what is happening about this one. We can't just ignore losing
> bytes caused by incorrect lock removal. We are seeing breakages in things
> like bluetooth over serial which are quite probably down to this problem.

It's in my queue, sorry, been traveling...

  reply	other threads:[~2014-04-22 11:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-08 12:42 [PATCH] tty: Fix race condition between __tty_buffer_request_room and flush_to_ldisc Manfred Schlaegl
2014-04-18  8:10 ` Manfred Schlaegl
2014-04-22 10:55   ` One Thousand Gnomes
2014-04-22 11:16     ` Greg Kroah-Hartman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-04-08 12:40 Manfred Schlaegl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140422111651.GA26268@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=alan@redhat.com \
    --cc=gnomes@lxorguk.ukuu.org.uk \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manfred.schlaegl@ginzinger.com \
    --cc=manfred.schlaegl@gmx.at \
    --cc=peter@hurleysoftware.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox