Re: [PATCH] SLUB: Do not fallback to mininum order if __GFP_NORETRY is set
From: Christopher Lameter
Date: Wed Apr 18 2018 - 11:11:14 EST
On Wed, 18 Apr 2018, Mikulas Patocka wrote:
> No, this would hit NULL pointer dereference if page is NULL and
> __GFP_NORETRY is set. You want this:
You are right
Acked-by: Christoph Lameter <cl@xxxxxxxxx>