linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Muchun Song <songmuchun@bytedance.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Shakeel Butt <shakeelb@google.com>,
	 Vladimir Davydov <vdavydov.dev@gmail.com>,
	Johannes Weiner <hannes@cmpxchg.org>,
	 Linux Memory Management List <linux-mm@kvack.org>,
	Xiongchun duan <duanxiongchun@bytedance.com>,
	 Michal Hocko <mhocko@kernel.org>, Roman Gushchin <guro@fb.com>
Subject: Re: [PATCH v3 0/8] memcontrol code cleanup and simplification
Date: Mon, 26 Apr 2021 15:49:47 +0800	[thread overview]
Message-ID: <CAMZfGtXmav_HoafN4HjDoK6GwzyeuFxLmd3+0QdiZS0ONdYDJg@mail.gmail.com> (raw)
In-Reply-To: <20210417043538.9793-1-songmuchun@bytedance.com>

On Sat, Apr 17, 2021 at 12:37 PM Muchun Song <songmuchun@bytedance.com> wrote:
>
> This patch series is part of [1] patch series. Because those patches are
> code cleanup or simplification. I gather those patches into a separate
> series to make it easier to review.
>
> [1] https://lore.kernel.org/linux-mm/20210409122959.82264-1-songmuchun@bytedance.com/
>

Hi Andrew,

Since all the patches in this series have at least three
Acked-by/Reviewed-by tags, I think that it is ready to
merge this to mm-tree. Maybe you forgot this. So this
is a reminder. :-) Thanks.


> Changlogs in v3:
>   1. Collect Acked-by and Review-by tags.
>   2. Add a comment to patch 5 (suggested by Johannes).
>
>   Thanks to Johannes, Shakeel and Michal's review.
>
> Changlogs in v2:
>   1. Collect Acked-by and Review-by tags.
>   2. Add a new patch to rename lruvec_holds_page_lru_lock to page_matches_lruvec.
>   3. Add a comment to patch 2.
>
>   Thanks to Roman, Johannes, Shakeel and Michal's review.
>
> Muchun Song (8):
>   mm: memcontrol: fix page charging in page replacement
>   mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mm
>   mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec
>   mm: memcontrol: simplify lruvec_holds_page_lru_lock
>   mm: memcontrol: rename lruvec_holds_page_lru_lock to
>     page_matches_lruvec
>   mm: memcontrol: simplify the logic of objcg pinning memcg
>   mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lock
>   mm: vmscan: remove noinline_for_stack
>
>  include/linux/memcontrol.h | 43 ++++++++++--------------------
>  mm/compaction.c            |  2 +-
>  mm/memcontrol.c            | 65 +++++++++++++++++++++-------------------------
>  mm/swap.c                  |  2 +-
>  mm/vmscan.c                |  8 +++---
>  mm/workingset.c            |  2 +-
>  6 files changed, 50 insertions(+), 72 deletions(-)
>
> --
> 2.11.0
>


      parent reply	other threads:[~2021-04-26  7:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-17  4:35 Muchun Song
2021-04-17  4:35 ` [PATCH v3 1/8] mm: memcontrol: fix page charging in page replacement Muchun Song
2021-04-17  4:35 ` [PATCH v3 2/8] mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mm Muchun Song
2021-04-17  4:35 ` [PATCH v3 3/8] mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec Muchun Song
2021-04-17  4:35 ` [PATCH v3 4/8] mm: memcontrol: simplify lruvec_holds_page_lru_lock Muchun Song
2021-04-17  4:35 ` [PATCH v3 5/8] mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvec Muchun Song
2021-04-17  4:35 ` [PATCH v3 6/8] mm: memcontrol: simplify the logic of objcg pinning memcg Muchun Song
2021-04-17  4:35 ` [PATCH v3 7/8] mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lock Muchun Song
2021-04-17  4:35 ` [PATCH v3 8/8] mm: vmscan: remove noinline_for_stack Muchun Song
2021-04-26  7:49 ` Muchun Song [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=CAMZfGtXmav_HoafN4HjDoK6GwzyeuFxLmd3+0QdiZS0ONdYDJg@mail.gmail.com \
    --to=songmuchun@bytedance.com \
    --cc=akpm@linux-foundation.org \
    --cc=duanxiongchun@bytedance.com \
    --cc=guro@fb.com \
    --cc=hannes@cmpxchg.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mhocko@kernel.org \
    --cc=shakeelb@google.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox