From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zKq5720qwzDr53 for ; Mon, 15 Jan 2018 21:16:27 +1100 (AEDT) In-Reply-To: <20180110141946.20127-1-mpe@ellerman.id.au> To: Michael Ellerman , linuxppc-dev@ozlabs.org From: Michael Ellerman Subject: Re: powerpc/xmon: Don't print hashed pointers in paca dump Message-Id: <3zKq514PfDz9sP1@ozlabs.org> Date: Mon, 15 Jan 2018 21:16:20 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2018-01-10 at 14:19:46 UTC, Michael Ellerman wrote: > Remember when the biggest problem we had to worry about was hashed > pointers, those were the days. > > These were missed in my earlier patch because they don't match "%p", > but the macro is hiding a "%p", so these all end up being hashed, > which is not what we want in xmon. Convert them to "%px". > > Signed-off-by: Michael Ellerman Applied to powerpc fixes. https://git.kernel.org/powerpc/c/2248fade965a5f1ba2a8e6e63f84df cheers