linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] PM: hibernate: make compression threads configurable and support dynamic crc arrays
@ 2025-09-15  2:21 Xueqin Luo
  2025-09-15  2:21 ` [PATCH v3 1/2] PM: hibernate: dynamically allocate crc->unc_len/unc for configurable threads Xueqin Luo
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Xueqin Luo @ 2025-09-15  2:21 UTC (permalink / raw)
  To: rafael, pavel, lenb, linux-pm, linux-kernel; +Cc: Xueqin Luo

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-10-13 18:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-15  2:21 [PATCH v3 0/2] PM: hibernate: make compression threads configurable and support dynamic crc arrays Xueqin Luo
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

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).