From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: Kernel hang on PS3 with SMP From: Geoff Levand To: Peter Zijlstra In-Reply-To: <4EAA02A7.7010109@infradead.org> References: <1310808863.13765.3.camel@twins> <4EAA02A7.7010109@infradead.org> Content-Type: text/plain; charset="UTF-8" Date: Fri, 28 Oct 2011 18:33:25 -0700 Message-ID: <1319852005.24935.40.camel@gum> MIME-Version: 1.0 Cc: cbe-oss-dev@lists.ozlabs.org, Andre Heider , linuxppc-dev , Frank Rowand List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, On Thu, 2011-10-27 at 18:17 -0700, Geoff Levand wrote: > I verified that indeed 317f394160e9beb97d19a84c39b7e5eb3d7815a8 > 'sched: Move the second half of ttwu() to the remote cpu' introduces > the hang. After some more digging I found that it seems a short while after startup ps3_smp_message_pass() gets called with a PPC_MSG_RESCHEDULE, but then there is no corresponding call to scheduler_ipi() on the target cpu. I'll do some more work on it and verify that this is what is actually happening. -Geoff