linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/3] Fix several data races in tty
@ 2015-09-17 15:17 Dmitry Vyukov
  2015-09-17 15:17 ` [PATCH v5 1/3] tty: fix data race in flush_to_ldisc Dmitry Vyukov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Dmitry Vyukov @ 2015-09-17 15:17 UTC (permalink / raw)
  To: gregkh, peter, jslaby, linux-kernel
  Cc: jslaby, andreyknvl, kcc, glider, paulmck, hboehm, Dmitry Vyukov

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-09-17 17:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-17 15:17 [PATCH v5 0/3] Fix several data races in tty Dmitry Vyukov
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).