All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Vyukov <dvyukov@google.com>
To: gregkh@linuxfoundation.org, peter@hurleysoftware.com,
	jslaby@suse.com, linux-kernel@vger.kernel.org
Cc: jslaby@suse.cz, andreyknvl@google.com, kcc@google.com,
	glider@google.com, paulmck@linux.vnet.ibm.com, hboehm@google.com,
	Dmitry Vyukov <dvyukov@google.com>
Subject: [PATCH v5 0/3] Fix several data races in tty
Date: Thu, 17 Sep 2015 17:17:07 +0200	[thread overview]
Message-ID: <cover.1442502173.git.dvyukov@google.com> (raw)

v5: Combine the 3 patches into single series 

v4: Corrected commit log and patch revision notes

v3: Added code comment re: paired smp barrier
in "tty: fix data race in tty_buffer_flush"

v2: Split "tty: fix data race in tty_buffer_flush"
from "tty: fix data races on tty_buffer.commit". 
Removed WRITE_ONCE when updating port->itty in
"tty: fix data race in flush_to_ldisc".

Dmitry Vyukov (3):
  tty: fix data race in flush_to_ldisc
  tty: fix data race in tty_buffer_flush
  tty: fix data race on tty_buffer.commit

 drivers/tty/tty_buffer.c | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

-- 
2.6.0.rc0.131.gf624c3d


             reply	other threads:[~2015-09-17 15:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-17 15:17 Dmitry Vyukov [this message]
2015-09-17 15:17 ` [PATCH v5 1/3] tty: fix data race in flush_to_ldisc Dmitry Vyukov
2015-09-17 17:37   ` Peter Hurley
2015-09-17 15:17 ` [PATCH v5 2/3] tty: fix data race in tty_buffer_flush Dmitry Vyukov
2015-09-17 17:38   ` Peter Hurley
2015-09-17 15:17 ` [PATCH v5 3/3] tty: fix data race on tty_buffer.commit Dmitry Vyukov
2015-09-17 17:42   ` Peter Hurley

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=cover.1442502173.git.dvyukov@google.com \
    --to=dvyukov@google.com \
    --cc=andreyknvl@google.com \
    --cc=glider@google.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=hboehm@google.com \
    --cc=jslaby@suse.com \
    --cc=jslaby@suse.cz \
    --cc=kcc@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulmck@linux.vnet.ibm.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.