linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: "Aneesh Kumar K.V" <aneesh.kumar@linux.ibm.com>
To: linux-mm@kvack.org
Cc: akpm@linux-foundation.org,
	Linus Torvalds <torvalds@linux-foundation.org>
Subject: Re: [PATCH 1/2] mm: Change pud_page_vaddr to return pmd_t *
Date: Mon, 14 Jun 2021 17:00:13 +0530	[thread overview]
Message-ID: <30cdb642-4419-a43f-0dbc-613e74a09338@linux.ibm.com> (raw)
In-Reply-To: <20210614110223.133678-1-aneesh.kumar@linux.ibm.com>

On 6/14/21 4:32 PM, Aneesh Kumar K.V wrote:
> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
> ---
>   arch/alpha/include/asm/pgtable.h             | 6 ++++--
>   arch/arm64/include/asm/pgtable.h             | 4 ++--
>   arch/ia64/include/asm/pgtable.h              | 2 +-
>   arch/m68k/include/asm/motorola_pgtable.h     | 2 +-
>   arch/mips/include/asm/pgtable-64.h           | 4 ++--
>   arch/parisc/include/asm/pgtable.h            | 2 +-
>   arch/powerpc/include/asm/book3s/64/pgtable.h | 6 +++++-
>   arch/powerpc/include/asm/nohash/64/pgtable.h | 6 +++++-
>   arch/powerpc/mm/book3s64/radix_pgtable.c     | 4 ++--
>   arch/riscv/include/asm/pgtable-64.h          | 4 ++--
>   arch/sh/include/asm/pgtable-3level.h         | 4 ++--
>   arch/sparc/include/asm/pgtable_32.h          | 4 ++--
>   arch/sparc/include/asm/pgtable_64.h          | 4 ++--
>   arch/um/include/asm/pgtable-3level.h         | 2 +-
>   arch/x86/include/asm/pgtable.h               | 4 ++--
>   arch/x86/mm/pat/set_memory.c                 | 4 ++--
>   arch/x86/mm/pgtable.c                        | 2 +-
>   include/asm-generic/pgtable-nopmd.h          | 2 +-
>   include/linux/pgtable.h                      | 2 +-
>   19 files changed, 39 insertions(+), 29 deletions(-)
> 
> diff --git a/arch/alpha/include/asm/pgtable.h b/arch/alpha/include/asm/pgtable.h
>

while we are doing this, should we rename pud_page_vaddr to pud_pgtable 
and p4d_page_vaddr to p4d_pgtable? I actually find the name 
pud_page_vaddr confusing (is it the vaddr of pud page kind of confusion)

-aneesh


  parent reply	other threads:[~2021-06-14 11:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-14 11:02 [PATCH 1/2] mm: Change pud_page_vaddr to return pmd_t * Aneesh Kumar K.V
2021-06-14 11:02 ` [PATCH 2/2] mm: Change p4d_page_vaddr to return pud_t * Aneesh Kumar K.V
2021-07-01  2:08   ` [mm] c0af5203b9: will-it-scale.per_process_ops 7.4% improvement kernel test robot
2021-06-14 11:30 ` Aneesh Kumar K.V [this message]
2021-06-14 18:32   ` [PATCH 1/2] mm: Change pud_page_vaddr to return pmd_t * Linus Torvalds

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=30cdb642-4419-a43f-0dbc-613e74a09338@linux.ibm.com \
    --to=aneesh.kumar@linux.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-mm@kvack.org \
    --cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).