summaryrefslogtreecommitdiff
path: root/mm
diff options
context:
space:
mode:
authorAnton Ivanov <aivanov@brocade.com>2015-12-21 11:28:02 (GMT)
committerRichard Weinberger <richard@nod.at>2016-01-10 20:49:47 (GMT)
commitd5e3f5cbe5cee7fe6da26566559a978547179b37 (patch)
tree7f40e2da3a070e811a412865ffbf5c317844e257 /mm
parent0754fb298f2f2719f0393491d010d46cfb25d043 (diff)
downloadlinux-d5e3f5cbe5cee7fe6da26566559a978547179b37.tar.xz
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>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions