On (24/06/24 08:30), Minchan Kim wrote: > > > This patch will shortly appear at > > > https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/zram-move-from-crypto-api-to-custom-comp-backends-api.patch > > > > Hello Andrew, > > > > May I please ask you to drop this entire series? Apologies for > > inconvenience. > > Hey Sergey, > > I didn't catch up all yet but why do you want to drop it? Hello Minchan, I should have provided more context, sorry. The reason being is that I want to rework the series. For example, I don't really like the way I handle zstd C/D dicts and the whole ->init_config/->release_config for per-CPU compression contexts. We, quite likely, can move compression contexts out of per-CPU area entirely, and have a single context per alrogithm. It's only workmem that cannot be shared and hence should stay in per-CPU.