Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp8000281imu; Tue, 4 Dec 2018 00:56:27 -0800 (PST) X-Google-Smtp-Source: AFSGD/WUzexx7isl8ETN2oflOQzMqwkTzQABIU3znQXlC2wQEC76G2cWHQebullf952gsB58Y6CI X-Received: by 2002:a63:c503:: with SMTP id f3mr15596267pgd.431.1543913787310; Tue, 04 Dec 2018 00:56:27 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543913787; cv=none; d=google.com; s=arc-20160816; b=KtPkffB7eP2jmiHFCXBLXDAIY0OnFwT0jhEDIapHp6E36MjVj9117Ct+e+//m4TeFt D7D6jhcsyKnc2D3I1bSUcYtw27z2LybCSNu091V0Dcb1aZta8TflVFsnlksdnLJNL5sP t3dSWYSAXK2Y5QkUbaSY+1vpteWTdONNUHDTQj5/zAYbZXO7Fv2/iEl3TEfG8bEeFqCk lYIaLDRX+6qYVYY9qYjSp4oxXeI551ox5plmEXglY4aMkCPwk90ApUl0D2fdb9OJZslN 5A/3CEvoPuhdMgny9yUECy1kV1k1E9aSbZ2yPEOlkHxOBGupvJjhSAvkSc0Shbahi6R1 R6CA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:references:in-reply-to:subject:cc:to:from; bh=UmMP0DwTjNOaf6Inf0n0mZfG94+1Zb/lzU1Xr7hOgfE=; b=cnQ8OBOF4eCoRPniWlAop9jw6RwEBqhbBvFqNDR14uZwlSVDqQC5bn78ms1dzXQe1j QnojMCkOhZzuvwzK9CcTnrXQHNSDPRuJe+kJWM1Ch8LJv90EY6RQjpwGTqMtrcfr9LtF GaUvnFxB3zOChnyhoYAVVCNmaBRpGa0Wyo11M9xFpT/yzVBpem5Nh3yQhxI5mGFQqGkm eHyuSjzuKq/mPogNkCXH8Qy6fLbBmwbvpzdgFkYptcKd7rRg7sKvdOKZiR0u1uiN94tI pHeAHLLvGje5DFq/Ac1CdEsRTnnqmoOCAJT6UrxgmSSFdHlCwirNzXDF/uPYJdoNWmbV Y+DA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h3si17270414pll.116.2018.12.04.00.56.13; Tue, 04 Dec 2018 00:56:27 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725871AbeLDIzh convert rfc822-to-8bit (ORCPT + 99 others); Tue, 4 Dec 2018 03:55:37 -0500 Received: from ozlabs.org ([203.11.71.1]:42849 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725613AbeLDIzh (ORCPT ); Tue, 4 Dec 2018 03:55:37 -0500 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 438G0l354Mz9s55; Tue, 4 Dec 2018 19:55:35 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Christophe LEROY , Benjamin Herrenschmidt , Paul Mackerras , npiggin@gmail.com, rashmicy@gmail.com Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] powerpc/mm: dump block address translation on book3s/32 In-Reply-To: References: <26cc609706833f78e3195e3d35c0372b2f40cae3.1542181167.git.christophe.leroy@c-s.fr> <878t1uva0q.fsf@concordia.ellerman.id.au> <9cb14c1f-02ce-a2a5-94e6-95afb4d3e168@c-s.fr> <87o9ap2uif.fsf@concordia.ellerman.id.au> Date: Tue, 04 Dec 2018 19:55:34 +1100 Message-ID: <87zhtlhdrt.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christophe LEROY writes: > Le 16/11/2018 à 11:20, Michael Ellerman a écrit : >> Christophe LEROY writes: >> >>> Le 15/11/2018 à 12:46, Michael Ellerman a écrit : >>>> Christophe Leroy writes: >>>> >>>>> This patch adds a debugfs file to dump block address translation: >>>>> >>>>> ~# cat /sys/kernel/debug/block_address_translation >>>> >>>> My instinct is it should be in /sys/kernel/debug/powerpc. But I guess >>>> the other page table dump files are not. >>> >>> Lol. >>> >>> Looks like we have the same instinct ... >>> >>> But you rejected my patch https://patchwork.ozlabs.org/patch/750426/ :) >> >> Haha. My argument was that the kernel page table dump is not powerpc >> specific, but this file *is* powerpc specific. Though I guess it's in >> the same are as the page table / hash table dump, so it may as well live >> next to them. > > I see you took the first version in next-test. It doesn't handle the > case of 64bits phys addresses. v3 does. > > I just sent v4 which does to v3 the changes you did (__init and powerpc/ > subdir) Thanks, have picked up v4. cheers