linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cpu_kill/cpu_die coordination
@ 2013-04-06 12:37 Kevin Bracey
  2013-04-06 12:37 ` [PATCH] ARM: smp: call platform's cpu_die in ipi_cpu_stop Kevin Bracey
  0 siblings, 1 reply; 10+ messages in thread
From: Kevin Bracey @ 2013-04-06 12:37 UTC (permalink / raw)
  To: linux-arm-kernel

I've been having problems handshaking between cpu_kill and cpu_die, due to the
fact that they don't always occur together. It seems to me that this patch is
basically what's needed. I'm working on 3.4-based code, but the logic doesn't
seem to have changed since then.

Searches didn't show much activity in this area - it appears that I'm on the
only upstream platform actually implementing cpu_kill, which may explain why
it's not been noticed.

Only related topic I found was this discussion:

     https://patchwork.kernel.org/patch/1898311/

which could maybe be short-circuited by this patch.

Kevin Bracey (1):
  ARM: smp: call platform's cpu_die in ipi_cpu_stop

 arch/arm/kernel/smp.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
1.8.2.445.gfcda34b

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-05-02 17:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-06 12:37 [PATCH] cpu_kill/cpu_die coordination Kevin Bracey
2013-04-06 12:37 ` [PATCH] ARM: smp: call platform's cpu_die in ipi_cpu_stop Kevin Bracey
2013-04-18 17:18   ` Russell King - ARM Linux
2013-04-18 18:25     ` Russell King - ARM Linux
2013-04-18 19:09       ` Russell King - ARM Linux
2013-05-01 13:06         ` Rob Herring
2013-05-02 17:55           ` Russell King - ARM Linux
2013-04-18 19:44       ` Kevin Bracey
2013-04-18 19:57         ` Russell King - ARM Linux
2013-04-22 17:03           ` Kevin Bracey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).