]> git.baikalelectronics.ru Git - kernel.git/commit
serial/imx: read cts state only after acking cts change irq
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Mon, 11 Apr 2011 08:59:09 +0000 (10:59 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 19 Apr 2011 23:36:25 +0000 (16:36 -0700)
commit91a992063eaef5405a004aad9210ff585eecde24
tree6830132e5babaf0b39d7b460bff64558fd902467
parent2ed7ebea2360eadf592e8fcfedf6e690d3201cba
serial/imx: read cts state only after acking cts change irq

If cts changes between reading the level at the cts input (USR1_RTSS)
and acking the irq (USR1_RTSD) the last edge doesn't generate an irq and
uart_handle_cts_change is called with a outdated value for cts.

The race was introduced by commit

39c95fb ([ARM] 2971/1: i.MX uart handle rts irq)

Reported-by: Arwed Springer <Arwed.Springer@de.trumpf.com>
Tested-by: Arwed Springer <Arwed.Springer@de.trumpf.com>
Cc: stable@kernel.org # 2.6.14+
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/imx.c