]> 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)
commit6289b105e21972f8efad29d099bfd1d8e65de2ff
tree61ab9a5fd11d7ad1f29d1d9c2f8e59210849fd7b
parentbcc4db51af70dda0ab490dfcbd934aa493b05826
parent66e7ab478ca2fda83630c84e05cfafed8e1cb308
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