From: Roman Gushchin <guro@fb.com>
To: Andrew Morton <akpm@linux-foundation.org>, <linux-mm@kvack.org>
Cc: Michal Hocko <mhocko@kernel.org>,
Johannes Weiner <hannes@cmpxchg.org>,
<linux-kernel@vger.kernel.org>, <kernel-team@fb.com>,
Roman Gushchin <guro@fb.com>
Subject: [PATCH v2 0/3] vmstats/vmevents flushing
Date: Mon, 19 Aug 2019 13:23:35 -0700 [thread overview]
Message-ID: <20190819202338.363363-1-guro@fb.com> (raw)
This is v2 of the patchset (v1 has been sent as a set of separate patches).
Kbuild test robot reported build issues:
memcg_flush_percpu_vmstats() and memcg_flush_percpu_vmevents() were
accidentally placed under CONFIG_MEMCG_KMEM, and caused
!CONFIG_MEMCG_KMEM build to fail.
V2 contains a trivial fix: both function were moved out of
the CONFIG_MEMCG_KMEM section.
Also, the add-comments-to-slab-enums-definition patch were merged into
patch 2.
Andrew, can you, please, drop the following 4 patches from the
mm tree and replaces them with this updated version?
1) mm: memcontrol: flush percpu vmevents before releasing memcg
2) mm-memcontrol-flush-percpu-slab-vmstats-on-kmem-offlining-fix
3) mm: memcontrol: flush percpu slab vmstats on kmem offlining
4) mm: memcontrol: flush percpu vmstats before releasing memcg
Thanks!
Roman Gushchin (3):
mm: memcontrol: flush percpu vmstats before releasing memcg
mm: memcontrol: flush percpu slab vmstats on kmem offlining
mm: memcontrol: flush percpu vmevents before releasing memcg
include/linux/mmzone.h | 5 +--
mm/memcontrol.c | 79 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+), 2 deletions(-)
--
2.21.0
next reply other threads:[~2019-08-19 20:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-19 20:23 Roman Gushchin [this message]
2019-08-19 20:23 ` [PATCH v2 1/3] mm: memcontrol: flush percpu vmstats before releasing memcg Roman Gushchin
2019-08-19 20:23 ` [PATCH v2 2/3] mm: memcontrol: flush percpu slab vmstats on kmem offlining Roman Gushchin
2019-08-19 22:27 ` Andrew Morton
2019-08-19 22:46 ` Roman Gushchin
2019-08-19 20:23 ` [PATCH v2 3/3] mm: memcontrol: flush percpu vmevents before releasing memcg Roman Gushchin
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=20190819202338.363363-1-guro@fb.com \
--to=guro@fb.com \
--cc=akpm@linux-foundation.org \
--cc=hannes@cmpxchg.org \
--cc=kernel-team@fb.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox