On Fri, May 26, 2023 at 01:22:54AM -0700, Christoph Hellwig wrote: > Shouldn't unpin_user_pages and bio_release_page also be updated to > skip a zero page here? > unpin_user_pages*() all call gup_put_folio() which already skips the zero page so we should be covered on that front.