From: Xueqin Luo <luoxueqin@kylinos.cn>
To: rafael@kernel.org, pavel@kernel.org, lenb@kernel.org,
linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Xueqin Luo <luoxueqin@kylinos.cn>
Subject: [PATCH v3 0/2] PM: hibernate: make compression threads configurable and support dynamic crc arrays
Date: Mon, 15 Sep 2025 10:21:23 +0800 [thread overview]
Message-ID: <cover.1757680816.git.luoxueqin@kylinos.cn> (raw)
Hi,
This is v2 of the series to make hibernate compression/decompression
threads configurable and improve scalability.
Changes since v2:
- Reworded commit message to avoid "this patch".
- Introduced helper functions alloc_crc_data() and free_crc_data() to
avoid code duplication for allocation/freeing in both save and load
paths(patch1).
Xueqin Luo (2):
PM: hibernate: dynamically allocate crc->unc_len/unc for configurable
threads
PM: hibernate: make compression threads configurable
kernel/power/swap.c | 82 +++++++++++++++++++++++++++++++++++----------
1 file changed, 64 insertions(+), 18 deletions(-)
--
2.43.0
WARNING: multiple messages have this Message-ID (diff)
From: Xueqin Luo <luoxueqin@kylinos.cn>
To: rafael@kernel.org, pavel@kernel.org, lenb@kernel.org,
linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Xueqin Luo <luoxueqin@kylinos.cn>
Subject: [PATCH RESEND v3 0/2] PM: hibernate: make compression threads configurable and support dynamic crc arrays
Date: Sat, 11 Oct 2025 17:38:06 +0800 [thread overview]
Message-ID: <cover.1757680816.git.luoxueqin@kylinos.cn> (raw)
Message-ID: <20251011093806.ZO7SusHhxp1tiJkhMsPbDNNABdtdpUMRtz0aoIZN2BE@z> (raw)
Hi,
This is v2 of the series to make hibernate compression/decompression
threads configurable and improve scalability.
Changes since v2:
- Reworded commit message to avoid "this patch".
- Introduced helper functions alloc_crc_data() and free_crc_data() to
avoid code duplication for allocation/freeing in both save and load
paths(patch1).
Xueqin Luo (2):
PM: hibernate: dynamically allocate crc->unc_len/unc for configurable
threads
PM: hibernate: make compression threads configurable
kernel/power/swap.c | 82 +++++++++++++++++++++++++++++++++++----------
1 file changed, 64 insertions(+), 18 deletions(-)
--
2.43.0
next reply other threads:[~2025-09-15 2:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-15 2:21 Xueqin Luo [this message]
2025-09-15 2:21 ` [PATCH v3 1/2] PM: hibernate: dynamically allocate crc->unc_len/unc for configurable threads Xueqin Luo
2025-10-11 9:38 ` [PATCH RESEND " Xueqin Luo
2025-09-15 2:21 ` [PATCH v3 2/2] PM: hibernate: make compression threads configurable Xueqin Luo
2025-10-11 9:38 ` [PATCH RESEND " Xueqin Luo
2025-10-13 18:35 ` [PATCH " Rafael J. Wysocki
2025-10-11 9:38 ` [PATCH RESEND v3 0/2] PM: hibernate: make compression threads configurable and support dynamic crc arrays Xueqin Luo
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=cover.1757680816.git.luoxueqin@kylinos.cn \
--to=luoxueqin@kylinos.cn \
--cc=lenb@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=pavel@kernel.org \
--cc=rafael@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;
as well as URLs for NNTP newsgroup(s).