From: Johannes Weiner <hannes@cmpxchg.org>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Shakeel Butt <shakeelb@google.com>,
Michal Hocko <mhocko@suse.com>,
Roman Gushchin <roman.gushchin@linux.dev>,
Hugh Dickins <hughd@google.com>,
linux-mm@kvack.org, cgroups@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] memcg swap fix & cleanups
Date: Mon, 26 Sep 2022 09:57:00 -0400 [thread overview]
Message-ID: <20220926135704.400818-1-hannes@cmpxchg.org> (raw)
This is a refresh of older patches that fell through the cracks.
Applies on top of mm-unstable.
Documentation/admin-guide/cgroup-v1/memory.rst | 4 +-
Documentation/admin-guide/kernel-parameters.txt | 6 --
arch/mips/configs/db1xxx_defconfig | 1 -
arch/mips/configs/generic_defconfig | 1 -
arch/powerpc/configs/powernv_defconfig | 1 -
arch/powerpc/configs/pseries_defconfig | 1 -
arch/sh/configs/sdk7786_defconfig | 1 -
arch/sh/configs/urquell_defconfig | 1 -
include/linux/swap.h | 2 +-
include/linux/swap_cgroup.h | 4 +-
init/Kconfig | 5 --
mm/Makefile | 4 +-
mm/memcontrol.c | 79 ++++++++---------------
mm/swap_cgroup.c | 6 ++
tools/testing/selftests/cgroup/config | 1 -
15 files changed, 39 insertions(+), 78 deletions(-)
next reply other threads:[~2022-09-26 13:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-26 13:57 Johannes Weiner [this message]
2022-09-26 13:57 ` [PATCH 1/4] mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabled Johannes Weiner
2022-09-26 13:57 ` [PATCH 2/4] mm: memcontrol: deprecate swapaccounting=0 mode Johannes Weiner
2022-09-26 13:57 ` [PATCH 3/4] mm: memcontrol: use do_memsw_account() in a few more places Johannes Weiner
2022-09-26 15:20 ` Shakeel Butt
2022-09-26 13:57 ` [PATCH 4/4] mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbol Johannes Weiner
2022-09-26 15:22 ` Shakeel Butt
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=20220926135704.400818-1-hannes@cmpxchg.org \
--to=hannes@cmpxchg.org \
--cc=akpm@linux-foundation.org \
--cc=cgroups@vger.kernel.org \
--cc=hughd@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@suse.com \
--cc=roman.gushchin@linux.dev \
--cc=shakeelb@google.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