[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMJBoFPVmZ=9G0hYz0YYeVH=cMZ=F1urMorvRtm8ZwV7fc4haA@mail.gmail.com>
Date: Sun, 8 Sep 2019 23:44:33 +0300
From: Vitaly Wool <vitalywool@...il.com>
To: "Maciej S. Szmigiero" <mail@...iej.szmigiero.name>
Cc: Linux-MM <linux-mm@...ck.org>,
Andrew Morton <akpm@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>,
AgustÃn DallʼAlba <agustin@...lalba.com.ar>,
Dan Streetman <ddstreet@...e.org>,
Vlastimil Babka <vbabka@...e.cz>,
Markus Linnala <markus.linnala@...il.com>
Subject: Re: [PATCH] z3fold: fix retry mechanism in page reclaim
On Sun, Sep 8, 2019 at 4:56 PM Maciej S. Szmigiero
<mail@...iej.szmigiero.name> wrote:
>
> On 08.09.2019 15:29, Vitaly Wool wrote:
> > z3fold_page_reclaim()'s retry mechanism is broken: on a second
> > iteration it will have zhdr from the first one so that zhdr
> > is no longer in line with struct page. That leads to crashes when
> > the system is stressed.
> >
> > Fix that by moving zhdr assignment up.
> >
> > While at it, protect against using already freed handles by using
> > own local slots structure in z3fold_page_reclaim().
> >
> > Reported-by: Markus Linnala <markus.linnala@...il.com>
> > Reported-by: Chris Murphy <bugzilla@...orremedies.com>
> > Reported-by: Agustin Dall'Alba <agustin@...lalba.com.ar>
> > Signed-off-by: Vitaly Wool <vitalywool@...il.com>
> > ---
>
> Shouldn't this be CC'ed to stable@ ?
I guess :)
Thanks,
Vitaly
Powered by blists - more mailing lists