Hi Linus, We got some reports of users seeing: Unexpected gfp: 0x2 (__GFP_HIGHMEM). Fixing up to gfp: 0x1192888 which is a regression caused by the bio allocation cleanups. Please pull this followup fix, thanks! The following changes since commit 64bf0eef0171912f7c2f3ea30ee6ad7a2ad0a511: f2fs: pass the bio operation to bio_alloc_bioset (2022-03-08 17:59:03 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/for-5.18/alloc-cleanups-2022-03-25 for you to fetch changes up to 61285ff72ae59e1603f908b13363e99883d67e09: fs: do not pass __GFP_HIGHMEM to bio_alloc in do_mpage_readpage (2022-03-23 09:42:15 -0600) ---------------------------------------------------------------- for-5.18/alloc-cleanups-2022-03-25 ---------------------------------------------------------------- Christoph Hellwig (1): fs: do not pass __GFP_HIGHMEM to bio_alloc in do_mpage_readpage fs/mpage.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) -- Jens Axboe