lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <yxpn4gan74uryy6huzulsqvqvbsqiehdqe6lu7m3hjf3tjjdop@a6cifoycstso>
Date: Thu, 8 Jan 2026 08:01:20 +0000
From: Yosry Ahmed <yosry.ahmed@...ux.dev>
To: Sergey Senozhatsky <senozhatsky@...omium.org>
Cc: Herbert Xu <herbert@...dor.apana.org.au>, 
	Andrew Morton <akpm@...ux-foundation.org>, Nhat Pham <nphamcs@...il.com>, Minchan Kim <minchan@...nel.org>, 
	Johannes Weiner <hannes@...xchg.org>, Brian Geffon <bgeffon@...gle.com>, linux-kernel@...r.kernel.org, 
	linux-mm@...ck.org
Subject: Re: [RFC PATCH 2/2] zsmalloc: chain-length configuration should
 consider other metrics

On Thu, Jan 08, 2026 at 04:37:11PM +0900, Sergey Senozhatsky wrote:
> On (26/01/07 17:12), Yosry Ahmed wrote:
> > On Wed, Jan 07, 2026 at 02:43:42PM +0900, Sergey Senozhatsky wrote:
> > > On (26/01/07 05:39), Yosry Ahmed wrote:
> > > > > On Tue, Jan 06, 2026 at 04:24:45PM +0000, Yosry Ahmed wrote:
> > > [..]
> > > > > Adding native SG support to LZO simply means removing the memcpy that
> > > > > scomp would otherwise have to do.
> > > > 
> > > > Yeah the effort to add native support to compressors can be done
> > > > separately. For zswap, I think the most common compressors are
> > > > actually zstd and LZ4.
> > > 
> > > I think it's the same for chromeos: lz4 (primary) and zstd
> > > (secondary/recompression).  zstd looks very complicated,
> > > not sure if we really want to diverge its codebase from
> > > the upstream (meta github repo).
> > 
> > I think there's value in using SG lists even if we do not have support
> > for lz4 or zstd. We'll remove the memcpy() logic in zsmalloc and the
> > kmap handling memcpy() in zswap if we just pass SG lists from zsmalloc
> > to zswap/zram.
> 
> Yeah I agree, I guess I can cook something up.
> 
> For transition period we can have:
> - current "memcpy" API
>   for zswap
> 
> - SG-list API
> 
> I can vmap either on the zram side or have new zsmalloc vmap API
> (alongside the memcpy and SG-list APIs).
> 
> Once crypto API supports SG-list and algorithms tunables I can
> switch zram over from zcomp to crypto API and remove memcpy and
> vmap APIs from zsmalloc.

IIUC based on Herbert's previous response, crypto and scomp already
support passing in a discontiguous SG-list. So for zswap, if zsmalloc
returns an SG-list, it will just be passed as-is to the crypto API.

If zram can also use the SG-list, then we can completely drop the
memcpy() logic from zsmalloc.

Herbert, please correct me if I am wrong.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ