Re: [PATCH v4 1/3] mm: slab/slub: Add check_slab_flags function to check for valid flags

From: Vlastimil Babka
Date: Wed Dec 05 2018 - 08:37:23 EST


On 12/5/18 6:48 AM, Nicolas Boichat wrote:
> Remove duplicated code between slab and slub, and will make it
> easier to make the test more complicated in the next commits.
>
> Fixes: ad67f5a6545f ("arm64: replace ZONE_DMA with ZONE_DMA32")

Well, not really. Patch 3 does that and yeah this will be a prerequisity
for a clean stable backport, but we don't tag all prerequisities like
this, I think?

> Signed-off-by: Nicolas Boichat <drinkcat@xxxxxxxxxxxx>

Acked-by: Vlastimil Babka <vbabka@xxxxxxx>