Vineet Gupta bb143f814e ARCv2: SMP: Emulate IPI to self using software triggered interrupt
ARConnect/MCIP Inter-Core-Interrupt module can't send interrupt to
local core. So use core intc capability to trigger software
interrupt to self, using an unsued IRQ #21.

This showed up as csd deadlock with LTP trace_sched on a dual core
system. This test acts as scheduler fuzzer, triggering all sorts of
schedulting activity. Trouble starts with IPI to self, which doesn't get
delivered (effectively lost due to H/w capability), but the msg intended
to be sent remain enqueued in per-cpu @ipi_data.

All subsequent IPIs to this core from other cores get elided due to the
IPI coalescing optimization in ipi_send_msg_one() where a pending msg
implies an IPI already sent and assumes other core is yet to ack it.
After the elided IPI, other core simply goes into csd_lock_wait()
but never comes out as this core never sees the interrupt.

Fixes STAR 9001008624

Cc: Peter Zijlstra <peterz@infradead.org>
Cc: <stable@vger.kernel.org>        [4.2]
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
2016-02-24 11:07:28 +05:30
..
2013-01-28 12:34:21 +05:30
2015-06-25 06:00:17 +05:30
2015-12-21 12:10:40 +05:30
2013-02-15 23:15:54 +05:30
2013-11-06 10:41:45 +05:30
2015-10-29 18:41:30 +05:30
2013-02-15 23:16:02 +05:30
2015-10-29 18:41:30 +05:30
2015-10-29 18:41:30 +05:30
2015-08-05 11:48:21 +05:30
2013-02-11 20:00:31 +05:30
2015-08-04 09:26:33 +05:30
2013-06-22 19:23:26 +05:30
2013-02-11 20:00:39 +05:30
2013-06-22 13:46:42 +05:30
2013-06-22 13:46:42 +05:30