Re: [PATCH 2/3] mm: page table check
From: Pasha Tatashin <pasha.tatashin@soleen.com>
Date: 2021-11-28 16:59:50
Also in:
linux-mm, lkml
From: Pasha Tatashin <pasha.tatashin@soleen.com>
Date: 2021-11-28 16:59:50
Also in:
linux-mm, lkml
On Sun, Nov 28, 2021 at 11:54 AM Fusion Future [off-list ref] wrote:
quoted
So it could be when memory consumption is over a certain percent, the bug will be triggered.Bisected and at the commit "[04ce8955fbe4d84376b92b875c42942489fcf3c5] mm: page table check", the system still doesn't encounter any freezes. So it's not this commit that introduces the bug. Sorry for bothering.
This commit by itself would not cause the freeze or BUG_ON(), but the next commit which enables it on x86 arch might. Pasha