Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp9019469imu; Tue, 4 Dec 2018 19:28:12 -0800 (PST) X-Google-Smtp-Source: AFSGD/UZJDU5Gicuh/YRrmg5G/8+bLNg+V0FwDlcFzNWziuGmIUk5FNFmZYbC2dm8eRNl61VKZu4 X-Received: by 2002:a65:6094:: with SMTP id t20mr18799482pgu.285.1543980492034; Tue, 04 Dec 2018 19:28:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543980491; cv=none; d=google.com; s=arc-20160816; b=PzvuAPCypymued4tMBCOTzBq/nKuGusGbmcvREFFL+uwtYOOLpQL7H6S4gvli3pPkm n/zfwSgIAL44nUFUP/FxO15Xaz0/FIaF3Dy5Xdb0CRCvH+9zkTWwqTKLZG2MxjyFAtZ0 OQUY/C8/rkXvHC/ocAxNExc8eFVgXDYmCZ1rA9YzJeBWVIjNxceYv0ZhR+13mqx2bSPo 4lQCk5ZnthW3bh2pwq5LOtLKbDMRg0Q4OIKgXqXDeV+vvhSh1Od+89Zss2mpgokxnPW5 g1ch3CF7GMEDhzQXeTr8tjBTwaKUFXMSHBkWVttBFt8vRarJ9D4VHHW+ROANxD2HvBGd cTVw== 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=nso3UVON96bkV6zcsbebfElOgNKEp8XubCkodqnAdbY=; b=H0Lc7TqFIIvpu19ZF7RCZNjx9YBjdGMZoUUb9F/zzNmLJESFIkNb4jJQ+MaUZMuy+/ zw/pm1MSFxKCTvFXARzHQ9RwIvSyyfgXshzhXOhGqtVUa3oVldQxW3yVOFdt4Pc2rZxp Wtnj5KrDbbnGgu+V+4de5MSKplX/QH95A4fvdnBOVyYyR1mH8BpbTqA5yQOKY0j1cujA Sc2GYumgch+P1eMZJDXp2OWsHyRYriJazLutwZxkNmYedqNiWlXI5tNktOSlwU17vb8F 8e5WP3iPF7kRuWKshEHsKLlSr0t7smm4DO0OvW+wZC/bzoa59soJVcGWvF6OYfgo9nWP h2iw== 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 y17si18535068pll.10.2018.12.04.19.27.56; Tue, 04 Dec 2018 19:28:11 -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 S1726102AbeLED1W convert rfc822-to-8bit (ORCPT + 99 others); Tue, 4 Dec 2018 22:27:22 -0500 Received: from ozlabs.org ([203.11.71.1]:59699 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725878AbeLED1W (ORCPT ); Tue, 4 Dec 2018 22:27:22 -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 438kgX1yKvz9s7W; Wed, 5 Dec 2018 14:27:20 +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: Wed, 05 Dec 2018 14:27:20 +1100 Message-ID: <87r2ewhcvb.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. cheers