mbox series

[GIT,PULL] Follow up bio allocation fixup

Message ID a3c160b2-1e7d-06cd-4644-b2edf136726a@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Follow up bio allocation fixup | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/for-5.18/alloc-cleanups-2022-03-25

Message

Jens Axboe March 25, 2022, 11:32 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 26, 2022, 8:18 p.m. UTC | #1
The pull request you sent on Fri, 25 Mar 2022 17:32:15 -0600:

> git://git.kernel.dk/linux-block.git tags/for-5.18/alloc-cleanups-2022-03-25

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/752d422e74c41084c3c9c9a159cb8d2795fa0c22

Thank you!