回复: [PATCH] rcu: Release per-cpu krcp page cache when CPU going offline

From: Zhang, Qiang
Date: Thu Jan 21 2021 - 20:45:32 EST




________________________________________
发件人: Uladzislau Rezki <urezki@xxxxxxxxx>
发送时间: 2021年1月22日 4:26
收件人: Zhang, Qiang
抄送: Paul E. McKenney; rcu@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; urezki@xxxxxxxxx
主题: Re: [PATCH] rcu: Release per-cpu krcp page cache when CPU going offline
>Hello, Qiang,

> On Thu, Jan 21, 2021 at 02:49:49PM +0800, qiang.zhang@xxxxxxxxxxxxx wrote:
> > From: Zqiang <qiang.zhang@xxxxxxxxxxxxx>
> >
> > If CPUs go offline, the corresponding krcp's page cache can
> > not be use util the CPU come back online, or maybe the CPU
> > will never go online again, this commit therefore free krcp's
> > page cache when CPUs go offline.
> >
> > Signed-off-by: Zqiang <qiang.zhang@xxxxxxxxxxxxx>
>
>Do you consider it as an issue? We have 5 pages per CPU, that is 20480 bytes.
>

Hello Rezki

In a multi CPUs system, more than one CPUs may be offline, there are more than 5 pages, and these offline CPUs may never go online again or in the process of CPUs online, there are errors, which lead to the failure of online, these scenarios will lead to the per-cpu krc page cache will never be released.

Thanks
Qiang


>--
>Vlad Rezki