[PATCH 1/1] 8250_core.c

2015-01-21 Thread Dick Hollenbeck
harmless because so long as the fifo is empty, it should be legal to re-fill it fully anyways. Signed-off-by: Dick Hollenbeck === modified file 'drivers/tty/serial/8250/8250_core.c' --- old/drivers/tty/serial/8250/8250_core.c 2014-07-14 18:39:13 + +++ new/drivers/tty/serial/8250/82

crap

2015-01-22 Thread Dick Hollenbeck
unsubscribe linux-kernel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] 8250_core: fix buggy interrupts bit test

2015-01-22 Thread Dick Hollenbeck
ervicing a recv interrupt, you could recover from the broken transmit chain. But if you are only transmitting, not receiving, then this bug can manifest itself. This is the fix. It is harmless because so long as the fifo is empty, it should be legal to re-fill it fully anyways. Signe