Re: [PATCH next] drm/i915: Fix NULL vs IS_ERR() check in __shmem_writeback()
From: Andi Shyti
Date: Fri Feb 07 2025 - 06:05:39 EST
> > - if (!folio)
> > + if (IS_ERR(folio))
>
> I don't see this patch yet in -next yet (and of course not in
> drm-tip), which branch is it based on?
To be precise, not this patch, but the patch(*) that this is fixing :-)
Andi
(*) "drm/i915/gem: Convert __shmem_writeback() to folios" from
Kirill