From: Miaohe Lin <linmiaohe@huawei.com>
To: <akpm@linux-foundation.org>
Cc: <david@redhat.com>, <ying.huang@intel.com>,
<songmuchun@bytedance.com>, <quic_qiancai@quicinc.com>,
<linux-mm@kvack.org>, <linux-kernel@vger.kernel.org>,
<linmiaohe@huawei.com>
Subject: [PATCH v3 0/2] A few cleanup and fixup patches for swap
Date: Sat, 25 Jun 2022 17:33:44 +0800 [thread overview]
Message-ID: <20220625093346.48894-1-linmiaohe@huawei.com> (raw)
Hi everyone,
This series contains a cleaup patch to remove unneeded swap_cache_info
statistics, and a bugfix patch to avoid data races of inuse_pages. More
details can be found in the respective changelogs. Thanks!
---
v3:
rebase on linux-next-20220624
drop patch 1/3 per Huang, Ying
collect Reviewed-by tag per David, Muchun, Acked-by tag per Huang, Ying
use WRITE_ONCE to pair with READ_ONCE in patch 2/3
v2:
collect Reviewed-by tag per David
drop patch "mm/swapfile: avoid confusing swap cache statistics"
add a new patch to remove swap_cache_info statistics per David
Many thanks David for review and comment.
---
Miaohe Lin (2):
mm/swapfile: fix possible data races of inuse_pages
mm/swap: remove swap_cache_info statistics
mm/swap_state.c | 17 -----------------
mm/swapfile.c | 8 ++++----
2 files changed, 4 insertions(+), 21 deletions(-)
--
2.23.0
next reply other threads:[~2022-06-25 9:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-25 9:33 Miaohe Lin [this message]
2022-06-25 9:33 ` [PATCH v3 1/2] mm/swapfile: fix possible data races of inuse_pages Miaohe Lin
2022-06-27 1:29 ` Huang, Ying
2022-06-27 12:43 ` Qian Cai
2022-06-27 13:27 ` Miaohe Lin
2022-06-27 13:47 ` Qian Cai
2022-06-28 1:56 ` Huang, Ying
2022-06-25 9:33 ` [PATCH v3 2/2] mm/swap: remove swap_cache_info statistics Miaohe Lin
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=20220625093346.48894-1-linmiaohe@huawei.com \
--to=linmiaohe@huawei.com \
--cc=akpm@linux-foundation.org \
--cc=david@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=quic_qiancai@quicinc.com \
--cc=songmuchun@bytedance.com \
--cc=ying.huang@intel.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