All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qi Zheng <zhengqi.arch@bytedance.com>
To: akpm@linux-foundation.org
Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-mm@kvack.org, songmuchun@bytedance.com, tglx@linutronix.de,
	hannes@cmpxchg.org, mhocko@kernel.org, vdavydov.dev@gmail.com,
	mika.penttila@nextfour.com, david@redhat.com,
	kirill.shutemov@linux.intel.com, vbabka@suse.cz
Subject: Re: [PATCH v3 0/2] Do some code cleanups related to mm
Date: Wed, 15 Sep 2021 16:11:06 +0800	[thread overview]
Message-ID: <5dc4516a-4425-864b-8ea3-ab5e29b6d9cc@bytedance.com> (raw)
In-Reply-To: <20210901102722.47686-1-zhengqi.arch@bytedance.com>

Hi Andrew,

This patch series seems to have no other problems.
Can it be merged into your mm tree?

Thanks,
Qi

On 9/1/21 6:27 PM, Qi Zheng wrote:
> Hi,
> 
> This patch series aims to do some code cleanups related to mm.
> 
> This series is based on next-20210827.
> 
> Comments and suggestions are welcome.
> 
> Thanks,
> Qi.
> 
> Changelog in v2 -> v3:
>   - Move the declaration of pmd_install() to mm/internal.h
> 
> Changelog in v1 -> v2:
>   - Fix some typo and code style problems.
> 
> Qi Zheng (2):
>    mm: introduce pmd_install() helper
>    mm: remove redundant smp_wmb()
> 
>   mm/filemap.c        | 11 ++-----
>   mm/internal.h       |  1 +
>   mm/memory.c         | 86 ++++++++++++++++++++++++-----------------------------
>   mm/sparse-vmemmap.c |  2 +-
>   4 files changed, 43 insertions(+), 57 deletions(-)
> 

      parent reply	other threads:[~2021-09-15  8:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-01 10:27 [PATCH v3 0/2] Do some code cleanups related to mm Qi Zheng
2021-09-01 10:27 ` [PATCH v3 1/2] mm: introduce pmd_install() helper Qi Zheng
2021-09-01 10:27 ` [PATCH v3 2/2] mm: remove redundant smp_wmb() Qi Zheng
2021-09-15  8:11 ` Qi Zheng [this message]

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=5dc4516a-4425-864b-8ea3-ab5e29b6d9cc@bytedance.com \
    --to=zhengqi.arch@bytedance.com \
    --cc=akpm@linux-foundation.org \
    --cc=david@redhat.com \
    --cc=hannes@cmpxchg.org \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mhocko@kernel.org \
    --cc=mika.penttila@nextfour.com \
    --cc=songmuchun@bytedance.com \
    --cc=tglx@linutronix.de \
    --cc=vbabka@suse.cz \
    --cc=vdavydov.dev@gmail.com \
    /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.