[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <PH7PR11MB812188C91B6FFE04C742FDD4C994A@PH7PR11MB8121.namprd11.prod.outlook.com>
Date: Sun, 11 May 2025 22:21:22 +0000
From: "Sridhar, Kanchana P" <kanchana.p.sridhar@...el.com>
To: Nhat Pham <nphamcs@...il.com>
CC: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-mm@...ck.org" <linux-mm@...ck.org>, "hannes@...xchg.org"
<hannes@...xchg.org>, "yosry.ahmed@...ux.dev" <yosry.ahmed@...ux.dev>,
"chengming.zhou@...ux.dev" <chengming.zhou@...ux.dev>,
"usamaarif642@...il.com" <usamaarif642@...il.com>, "ryan.roberts@....com"
<ryan.roberts@....com>, "21cnbao@...il.com" <21cnbao@...il.com>,
"ying.huang@...ux.alibaba.com" <ying.huang@...ux.alibaba.com>,
"akpm@...ux-foundation.org" <akpm@...ux-foundation.org>,
"linux-crypto@...r.kernel.org" <linux-crypto@...r.kernel.org>,
"herbert@...dor.apana.org.au" <herbert@...dor.apana.org.au>,
"davem@...emloft.net" <davem@...emloft.net>, "clabbe@...libre.com"
<clabbe@...libre.com>, "ardb@...nel.org" <ardb@...nel.org>,
"ebiggers@...gle.com" <ebiggers@...gle.com>, "surenb@...gle.com"
<surenb@...gle.com>, "Accardi, Kristen C" <kristen.c.accardi@...el.com>,
"Feghali, Wajdi K" <wajdi.k.feghali@...el.com>, "Gopal, Vinodh"
<vinodh.gopal@...el.com>, "Sridhar, Kanchana P"
<kanchana.p.sridhar@...el.com>
Subject: RE: [PATCH v9 00/19] zswap compression batching
> -----Original Message-----
> From: Nhat Pham <nphamcs@...il.com>
> Sent: Sunday, May 11, 2025 1:53 PM
> To: Sridhar, Kanchana P <kanchana.p.sridhar@...el.com>
> Cc: linux-kernel@...r.kernel.org; linux-mm@...ck.org;
> hannes@...xchg.org; yosry.ahmed@...ux.dev; chengming.zhou@...ux.dev;
> usamaarif642@...il.com; ryan.roberts@....com; 21cnbao@...il.com;
> ying.huang@...ux.alibaba.com; akpm@...ux-foundation.org; linux-
> crypto@...r.kernel.org; herbert@...dor.apana.org.au;
> davem@...emloft.net; clabbe@...libre.com; ardb@...nel.org;
> ebiggers@...gle.com; surenb@...gle.com; Accardi, Kristen C
> <kristen.c.accardi@...el.com>; Feghali, Wajdi K <wajdi.k.feghali@...el.com>;
> Gopal, Vinodh <vinodh.gopal@...el.com>
> Subject: Re: [PATCH v9 00/19] zswap compression batching
>
> On Wed, Apr 30, 2025 at 4:53 PM Kanchana P Sridhar
> <kanchana.p.sridhar@...el.com> wrote:
> >
> > Changes since v8:
> > =================
> > 1) Rebased to mm-unstable as of 4-21-2025, commit 2c01d9f3c611.
> > 2) Backported commits for reverting request chaining, since these are
> > in cryptodev-2.6 but not yet in mm-unstable: without these backports,
> > deflate-iaa is non-functional in mm-unstable:
> > commit 64929fe8c0a4 ("crypto: acomp - Remove request chaining")
> > commit 5976fe19e240 ("Revert "crypto: testmgr - Add multibuffer acomp
> > testing"")
> > Backported this hotfix as well:
> > commit 002ba346e3d7 ("crypto: scomp - Fix off-by-one bug when
> > calculating last page").
> > 3) crypto_acomp_[de]compress() restored to non-request chained
> > implementations since request chaining has been removed from acomp in
> > commit 64929fe8c0a4 ("crypto: acomp - Remove request chaining").
>
> I'm a bit confused. Which patches on top of mm-unstable do I need from
> the crypto tree as pre-requisite for this patch series? And in which
> order?
Hi Nhat,
As of today's mm-unstable (commit "c68cfbc5048e"), you can apply
patches in this order:
1) commit 64929fe8c0a4 ("crypto: acomp - Remove request chaining")
from the cryptodev-2.6 tree. Or, Patch 0001 in this series that does
the same.
2) Patch 0002 in this series.
3) Skip Patches 0003 and 0004 in this series, since they were not in
mm-unstable when I created this patch series. They are now in
mm-unstable.
4) Apply Patches 0005-0019 in this series.
Thanks,
Kanchana
Powered by blists - more mailing lists