From 7962fce9a052f34390b6dab9f11df1d2e48c138d Mon Sep 17 00:00:00 2001 From: Ilya Zykov Date: Mon, 7 Nov 2011 11:32:46 +0400 Subject: [PATCH] tty: n_hdlc not atomic use tty->flags. N_HDLC can spoil tty->flags because use not atomic operations on tty->flags. I use n_hdlc line discipline and it happens. Signed-off-by: Ilya Zykov Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed