Re: [PATCH 07/11] mm: VM_BUG_ON lru page flags

From: Matthew Wilcox
Date: Mon Dec 07 2020 - 17:25:27 EST


On Mon, Dec 07, 2020 at 03:09:45PM -0700, Yu Zhao wrote:
> Move scattered VM_BUG_ONs to two essential places that cover all
> lru list additions and deletions.

I'd like to see these converted into VM_BUG_ON_PGFLAGS so you have
to take that extra CONFIG step to enable checking them.