linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] zswap per-CPU acomp_ctx resources track the pool's lifetime
@ 2025-07-07 20:13 Kanchana P Sridhar
  2025-07-07 20:13 ` [PATCH v1 1/2] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion Kanchana P Sridhar
  2025-07-07 20:13 ` [PATCH v1 2/2] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources Kanchana P Sridhar
  0 siblings, 2 replies; 8+ messages in thread
From: Kanchana P Sridhar @ 2025-07-07 20:13 UTC (permalink / raw)
  To: linux-kernel, linux-mm, hannes, yosry.ahmed, nphamcs,
	chengming.zhou, usamaarif642, ryan.roberts, 21cnbao, ying.huang,
	akpm, senozhatsky
  Cc: wajdi.k.feghali, vinodh.gopal, kanchana.p.sridhar

This patch-series subsets patches 0021 and 0022 from the "v10 zswap
compression batching with optimized iaa_crypto driver" patch-series [1]
to be reviewed independently, since they do not have a dependency on the
rest of the patches in [1]. This is as per Andrew's suggestion.

Further, as per Nhat's comments in [1], patch 0020 is not needed
(mm: zswap: Move the CPU hotplug procedures under "pool functions") and
hence is dropped from this subset series, and will be dropped from v11
of [1].

[1]: https://patchwork.kernel.org/project/linux-mm/list/?series=978942

Kanchana P Sridhar (2):
  mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to
    deletion.
  mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx
    resources.

 mm/zswap.c | 195 ++++++++++++++++++++++++++---------------------------
 1 file changed, 94 insertions(+), 101 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2025-07-08  0:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-07 20:13 [PATCH v1 0/2] zswap per-CPU acomp_ctx resources track the pool's lifetime Kanchana P Sridhar
2025-07-07 20:13 ` [PATCH v1 1/2] mm: zswap: Per-CPU acomp_ctx resources exist from pool creation to deletion Kanchana P Sridhar
2025-07-07 22:06   ` Al Viro
2025-07-08  0:03     ` Sridhar, Kanchana P
2025-07-07 20:13 ` [PATCH v1 2/2] mm: zswap: Consistently use IS_ERR_OR_NULL() to check acomp_ctx resources Kanchana P Sridhar
2025-07-07 21:36   ` Nhat Pham
2025-07-07 21:36     ` Nhat Pham
2025-07-07 23:59     ` Sridhar, Kanchana P

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