Received: by 2002:ac0:a679:0:0:0:0:0 with SMTP id p54csp587123imp; Wed, 20 Feb 2019 05:39:17 -0800 (PST) X-Google-Smtp-Source: AHgI3IaiXddIHrM5RSUaMjBH9u+FLW06sxvx4qfBQok/TS+iDn87fYiDYw4GVNvRAzA+t1Bo2toC X-Received: by 2002:a17:902:32b:: with SMTP id 40mr35448867pld.327.1550669957051; Wed, 20 Feb 2019 05:39:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550669957; cv=none; d=google.com; s=arc-20160816; b=gZ6Yuk/iUUjtDEB2AzMLWh6H4xz909bp1OGW0O4TFOKP8djQBneOLrT2HHQ8BRjO1l Ek5y15b4Ov4C71vfb4IBuy8JmaUBEGlwhKoNZ5Zmp/pL/bFiu5HUGxgrfR3FAvZZzxH9 0S3mPFoj5oNKSLzEf3x/FJ6y6l9vpDEeK+LaqVk2G6Jlkk3Ji0gjwWVsfd0ryH0ir9w8 R1vAr22BtjpJV2bfONMLHTUWK8istMZb0Pri0uC0ZWCJ4drz+zUMcQPdbBNb1aN3jnIM h2knEHKhwaURI67PMyXsmuSactlGd848M6nWL+Hde0m/9m0R9H6BiM0tqq3iPeJd2i8U JvTA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=ulFlKpqsmnYS7i6ozgachiw6hqhKjeGJXFeb86pgR5U=; b=lpaf2qMJtTLMSsgcVUk3qTOdKI60KLUZaQ8usaomhIq5/WZX7RKvDBaX4sSQb6Bla9 AqCF5Q7cmhjhLQ/rdn62mU3ggByedViCwrFTFHyarEFeauvz8dSPQxrNI5VIW2ocBuyX 0rg3NWTvLvfKsym/Bn5krRRNlmevrbO7etl2QX/EawnZTOYyni8pt/QIrdj4jsLaSeQQ ImRpcGv9nfS+UEMooKgWEXDzIRNU4V10aLCObAkwu20CSuyGXp1Eqzfp84pzECHHAqk7 jkZh7KiCZ4z1DIOiBH6a8U/+z2lvw0PpQkZdHa22C/hDhJSQnCtIrmT793L69tGKurtM 3raA== 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 f11si17539661pgv.101.2019.02.20.05.39.00; Wed, 20 Feb 2019 05:39:17 -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 S1727532AbfBTNhc (ORCPT + 99 others); Wed, 20 Feb 2019 08:37:32 -0500 Received: from ozlabs.org ([203.11.71.1]:59927 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726213AbfBTNhc (ORCPT ); Wed, 20 Feb 2019 08:37:32 -0500 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 444JZ212zBz9s5R; Thu, 21 Feb 2019 00:37:30 +1100 (AEDT) From: Michael Ellerman To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH] powerpc: Move page table dump files in a dedicated subdirectory In-Reply-To: <913780421c7b73d731bbbe04c215e29667f7c938.1550492751.git.christophe.leroy@c-s.fr> References: <913780421c7b73d731bbbe04c215e29667f7c938.1550492751.git.christophe.leroy@c-s.fr> Date: Thu, 21 Feb 2019 00:37:30 +1100 Message-ID: <87d0nm7f8l.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Christophe Leroy writes: > This patch moves the files related to page table dump in a > dedicated subdirectory. > > The purpose is to clean a bit arch/powerpc/mm by regrouping > multiple files handling a dedicated function. > > Signed-off-by: Christophe Leroy > --- > arch/powerpc/Kconfig.debug | 4 ---- > arch/powerpc/mm/Makefile | 10 +--------- > arch/powerpc/mm/ptdump/Makefile | 9 +++++++++ > arch/powerpc/mm/{ => ptdump}/dump_bats.c | 0 > arch/powerpc/mm/{ => ptdump}/dump_hashpagetable.c | 0 > arch/powerpc/mm/{ => ptdump}/dump_linuxpagetables-8xx.c | 0 > arch/powerpc/mm/{ => ptdump}/dump_linuxpagetables-book3s64.c | 0 > arch/powerpc/mm/{ => ptdump}/dump_linuxpagetables-generic.c | 0 > arch/powerpc/mm/{ => ptdump}/dump_linuxpagetables.c | 0 > arch/powerpc/mm/{ => ptdump}/dump_linuxpagetables.h | 0 > arch/powerpc/mm/{ => ptdump}/dump_sr.c | 0 > 11 files changed, 10 insertions(+), 13 deletions(-) > create mode 100644 arch/powerpc/mm/ptdump/Makefile > rename arch/powerpc/mm/{ => ptdump}/dump_bats.c (100%) > rename arch/powerpc/mm/{ => ptdump}/dump_hashpagetable.c (100%) > rename arch/powerpc/mm/{ => ptdump}/dump_linuxpagetables-8xx.c (100%) > rename arch/powerpc/mm/{ => ptdump}/dump_linuxpagetables-book3s64.c (100%) > rename arch/powerpc/mm/{ => ptdump}/dump_linuxpagetables-generic.c (100%) > rename arch/powerpc/mm/{ => ptdump}/dump_linuxpagetables.c (100%) > rename arch/powerpc/mm/{ => ptdump}/dump_linuxpagetables.h (100%) > rename arch/powerpc/mm/{ => ptdump}/dump_sr.c (100%) I'd like to shorten the file names as well, now that they're namespaced in the ptdump directory, how about: arch/powerpc/Kconfig.debug | 4 ---- arch/powerpc/mm/Makefile | 10 +--------- arch/powerpc/mm/{dump_linuxpagetables-8xx.c => ptdump/8xx.c} | 2 +- arch/powerpc/mm/ptdump/Makefile | 9 +++++++++ arch/powerpc/mm/{dump_bats.c => ptdump/bats.c} | 0 arch/powerpc/mm/{dump_linuxpagetables-book3s64.c => ptdump/book3s64.c} | 2 +- arch/powerpc/mm/{dump_hashpagetable.c => ptdump/hashpagetable.c} | 0 arch/powerpc/mm/{dump_linuxpagetables.c => ptdump/ptdump.c} | 2 +- arch/powerpc/mm/{dump_linuxpagetables.h => ptdump/ptdump.h} | 0 arch/powerpc/mm/{dump_sr.c => ptdump/segment_regs.c} | 0 arch/powerpc/mm/{dump_linuxpagetables-generic.c => ptdump/shared.c} | 2 +- cheers