[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <c9c97ae293f5d7321ff30ac6ead49751560dd354.camel@gmx.de>
Date: Sun, 20 Dec 2020 02:23:49 +0100
From: Mike Galbraith <efault@....de>
To: Vitaly Wool <vitaly.wool@...sulko.com>,
LKML <linux-kernel@...r.kernel.org>,
linux-mm <linux-mm@...ck.org>
Cc: Barry Song <song.bao.hua@...ilicon.com>,
Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Minchan Kim <minchan@...nel.org>,
NitinGupta <ngupta@...are.org>
Subject: Re: [PATCH] zsmalloc: do not use bit_spin_lock
On Sun, 2020-12-20 at 02:22 +0200, Vitaly Wool wrote:
> zsmalloc takes bit spinlock in its _map() callback and releases it
> only in unmap() which is unsafe and leads to zswap complaining
> about scheduling in atomic context.
>
> To fix that and to improve RT properties of zsmalloc, remove that
> bit spinlock completely and use a bit flag instead.
It also does get_cpu_var() in map(), put_cpu_var() in unmap().
-Mike
Powered by blists - more mailing lists