From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sasl.smtp.pobox.com (a-sasl-quonix.sasl.smtp.pobox.com [208.72.237.25]) by ozlabs.org (Postfix) with ESMTP id C6A6EDE2D4 for ; Thu, 17 Jul 2008 08:42:18 +1000 (EST) Date: Wed, 16 Jul 2008 17:42:08 -0500 From: Nathan Lynch To: Arnd Bergmann Subject: Re: [PATCH] powerpc: fix support for latencytop Message-ID: <20080716224208.GF9594@localdomain> References: <48755237.9070701@nortel.com> <200807101608.18643.arnd@arndb.de> <20080716202236.GZ9594@localdomain> <200807170012.25859.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <200807170012.25859.arnd@arndb.de> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Arnd Bergmann wrote: > We need to pass the kernel stack pointer instead of the user space > stack pointer in save_stack_trace_tsk(). Thanks, this fixes it, and latencytop even seems to work. :)