]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-5.18/alloc-cleanups-2022-03-25' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Mar 2022 18:59:30 +0000 (11:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Mar 2022 18:59:30 +0000 (11:59 -0700)
commit066afa5622b6820df58d1c1bc7da213cc6e9b494
tree61ab9a5fd11d7ad1f29d1d9c2f8e59210849fd7b
parent346fc5664a2cc9dbf85d09065415d1430879581a
parent6b911cfbb65a4f05bcfa1c127e069bdc47bfb43d
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
fs/mpage.c