From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C090C0015E for ; Fri, 23 Jun 2023 20:32:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231910AbjFWUcg (ORCPT ); Fri, 23 Jun 2023 16:32:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50098 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231911AbjFWUce (ORCPT ); Fri, 23 Jun 2023 16:32:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A18E2268C; Fri, 23 Jun 2023 13:32:22 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3977D61B0D; Fri, 23 Jun 2023 20:32:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5C2DBC433C8; Fri, 23 Jun 2023 20:32:20 +0000 (UTC) Date: Fri, 23 Jun 2023 21:32:17 +0100 From: Catalin Marinas To: Jonathan Corbet Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Chaitanya S Prakash , Will Deacon , Anshuman.Khandual@arm.com, linux-doc@vger.kernel.org Subject: Re: [PATCH V2] Documentation/arm64: Add ptdump documentation Message-ID: References: <20230619083802.76092-1-chaitanyas.prakash@arm.com> <168736253462.605140.8006082140297031307.b4-ty@arm.com> <87ttv0pzt8.fsf@meer.lwn.net> <87352im0yv.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87352im0yv.fsf@meer.lwn.net> Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri, Jun 23, 2023 at 01:29:28PM -0600, Jonathan Corbet wrote: > Catalin Marinas writes: > > On Wed, Jun 21, 2023 at 10:04:03AM -0600, Jonathan Corbet wrote: > >> Catalin Marinas writes: > >> > On Mon, 19 Jun 2023 14:08:02 +0530, Chaitanya S Prakash wrote: > >> >> ptdump is a debugfs interface used to dump the kernel page tables. It > >> >> provides a comprehensive overview about the kernel's virtual memory > >> >> layout, page table entries and associated page attributes. A document > >> >> detailing how to enable ptdump in the kernel and analyse its output has > >> >> been added. > >> >> > >> >> Changes in V2: > >> >> > >> >> [...] > >> > > >> > Applied to arm64 (for-next/doc), thanks! I did some tidying up, minor > >> > fixes. > >> > > >> > [1/1] Documentation/arm64: Add ptdump documentation > >> > https://git.kernel.org/arm64/c/a0238ada560f > >> > >> Note that this will generate a conflict with the arm64 documentation > >> move, which I dropped into -next today. It's easily enough fixed up > >> top, but if you'd rather carry the directory move in your tree just say > >> the word. > > > > Ah, I forgot about this move. Are you ok to pull the arm64 for-next/doc > > into your tree to avoid the conflict? There's also the arm64 > > for-next/acpi-doc branch that you could also pull. > > That sounds a bit like the sort of merge-to-avoid-a-conflict that Linus > gets annoyed about. There's nothing too serious here, I can just warn > him in my pull request. Yeah, this should work as well. Thanks. -- Catalin