Re: [PATCH 0/4] z3fold: support page migration

From: Vitaly Wool
Date: Wed Apr 17 2019 - 03:41:47 EST


Den ons 17 apr. 2019 kl 01:18 skrev Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>:
>
> On Thu, 11 Apr 2019 17:32:12 +0200 Vitaly Wool <vitalywool@xxxxxxxxx> wrote:
>
> > This patchset implements page migration support and slightly better
> > buddy search. To implement page migration support, z3fold has to move
> > away from the current scheme of handle encoding. i. e. stop encoding
> > page address in handles. Instead, a small per-page structure is created
> > which will contain actual addresses for z3fold objects, while pointers
> > to fields of that structure will be used as handles.
>
> Can you please help find a reviewer for this work?
>
> For some reason I'm seeing a massive number of rejects when trying to
> apply these. It looks like your mail client performed some sort of
> selective space-stuffing. I suggest you email a patch to yourself,
> check that the result applies properly.


Sorry about that. You can never be sure when you work with
Thunderbird. I checked the tabs were not converted to spaces but
Thunderbird managed to add extra space in the beginning of each
unchanged line of the patch.

I'll just to a v2 patchset today.