[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CALAqxLU5AU2jhEe=pa0=ye=8uYQeAw-4T86c36qCTipe9JE3OA@mail.gmail.com>
Date: Tue, 23 Feb 2021 14:46:13 -0800
From: John Stultz <john.stultz@...aro.org>
To: Christoph Hellwig <hch@....de>
Cc: Johannes Thumshirn <johannes.thumshirn@....com>,
Chaitanya Kulkarni <chaitanya.kulkarni@....com>,
Damien Le Moal <damien.lemoal@....com>,
Jens Axboe <axboe@...nel.dk>,
David Anderson <dvander@...gle.com>,
Alistair Delva <adelva@...gle.com>,
Todd Kjos <tkjos@...gle.com>,
Amit Pundir <amit.pundir@...aro.org>,
YongQin Liu <yongqin.liu@...aro.org>,
lkml <linux-kernel@...r.kernel.org>, linux-block@...r.kernel.org,
Satya Tangirala <satyat@...gle.com>
Subject: Re: [REGRESSION] "split bio_kmalloc from bio_alloc_bioset" causing
crash shortly after bootup
On Mon, Feb 22, 2021 at 11:22 PM Christoph Hellwig <hch@....de> wrote:
>
> On Tue, Feb 23, 2021 at 08:04:08AM +0100, Christoph Hellwig wrote:
> > The problem is that the blk-crypto fallback code calls bio_split
> > with a NULL bioset. That was aready broken before, as the mempool
> > needed to guarantee forward progress was missing, but is not fatal.
> >
> > Satya, can you look into adding a mempool that can guarantees forward
> > progress here?
>
> Something like this would be the minimum viable fix:
This seems to work for me!
Tested-by: John Stultz <john.stultz@...aro.org>
thanks
-john
Powered by blists - more mailing lists