From: Catalin Marinas <catalin.marinas@arm.com>
To: Jonathan Corbet <corbet@lwn.net>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Chaitanya S Prakash <chaitanyas.prakash@arm.com>,
Will Deacon <will@kernel.org>,
Anshuman.Khandual@arm.com, linux-doc@vger.kernel.org
Subject: Re: [PATCH V2] Documentation/arm64: Add ptdump documentation
Date: Fri, 23 Jun 2023 21:32:17 +0100 [thread overview]
Message-ID: <ZJYBUbRTo2cqCLQ5@arm.com> (raw)
In-Reply-To: <87352im0yv.fsf@meer.lwn.net>
On Fri, Jun 23, 2023 at 01:29:28PM -0600, Jonathan Corbet wrote:
> Catalin Marinas <catalin.marinas@arm.com> writes:
> > On Wed, Jun 21, 2023 at 10:04:03AM -0600, Jonathan Corbet wrote:
> >> Catalin Marinas <catalin.marinas@arm.com> 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
WARNING: multiple messages have this Message-ID (diff)
From: Catalin Marinas <catalin.marinas@arm.com>
To: Jonathan Corbet <corbet@lwn.net>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org,
Chaitanya S Prakash <chaitanyas.prakash@arm.com>,
Will Deacon <will@kernel.org>,
Anshuman.Khandual@arm.com, linux-doc@vger.kernel.org
Subject: Re: [PATCH V2] Documentation/arm64: Add ptdump documentation
Date: Fri, 23 Jun 2023 21:32:17 +0100 [thread overview]
Message-ID: <ZJYBUbRTo2cqCLQ5@arm.com> (raw)
In-Reply-To: <87352im0yv.fsf@meer.lwn.net>
On Fri, Jun 23, 2023 at 01:29:28PM -0600, Jonathan Corbet wrote:
> Catalin Marinas <catalin.marinas@arm.com> writes:
> > On Wed, Jun 21, 2023 at 10:04:03AM -0600, Jonathan Corbet wrote:
> >> Catalin Marinas <catalin.marinas@arm.com> 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
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-06-23 20:32 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-19 8:38 [PATCH V2] Documentation/arm64: Add ptdump documentation Chaitanya S Prakash
2023-06-19 8:38 ` Chaitanya S Prakash
2023-06-21 15:49 ` Catalin Marinas
2023-06-21 15:49 ` Catalin Marinas
2023-06-21 16:04 ` Jonathan Corbet
2023-06-21 16:04 ` Jonathan Corbet
2023-06-22 7:51 ` Catalin Marinas
2023-06-22 7:51 ` Catalin Marinas
2023-06-23 19:29 ` Jonathan Corbet
2023-06-23 19:29 ` Jonathan Corbet
2023-06-23 20:32 ` Catalin Marinas [this message]
2023-06-23 20:32 ` Catalin Marinas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ZJYBUbRTo2cqCLQ5@arm.com \
--to=catalin.marinas@arm.com \
--cc=Anshuman.Khandual@arm.com \
--cc=chaitanyas.prakash@arm.com \
--cc=corbet@lwn.net \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.