Anton Ivanov d5e3f5cbe5 um: Prevent IRQ handler reentrancy
The existing IRQ handler design in UML does not prevent reentrancy

This is mitigated by fd-enable/fd-disable semantics for the IO
portion of the UML subsystem. The timer, however, can and is
re-entered resulting in very deep stack usage and occasional
stack exhaustion.

This patch prevents this by checking if there is a timer
interrupt in-flight before processing any pending timer interrupts.

Signed-off-by: Anton Ivanov <aivanov@brocade.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2016-01-10 21:49:47 +01:00
..
2015-11-06 22:54:49 +01:00
2013-09-07 10:56:58 +02:00
2015-11-06 22:54:49 +01:00
2014-04-20 23:10:44 +02:00
2015-11-06 22:54:49 +01:00
2013-09-07 10:56:58 +02:00
2016-01-10 21:49:47 +01:00
2016-01-10 21:49:47 +01:00
2015-11-06 22:54:49 +01:00
2013-09-07 10:56:58 +02:00