From: Linus Torvalds Date: Sat, 26 Mar 2022 18:59:30 +0000 (-0700) Subject: Merge tag 'for-5.18/alloc-cleanups-2022-03-25' of git://git.kernel.dk/linux-block X-Git-Tag: v6.6.17~7897 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=752d422e74c41084c3c9c9a159cb8d2795fa0c22;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'for-5.18/alloc-cleanups-2022-03-25' of git://git.kernel.dk/linux-block Pull bio allocation fix from Jens Axboe: "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" * tag 'for-5.18/alloc-cleanups-2022-03-25' of git://git.kernel.dk/linux-block: fs: do not pass __GFP_HIGHMEM to bio_alloc in do_mpage_readpage --- 752d422e74c41084c3c9c9a159cb8d2795fa0c22