linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Btrfs fix for 5.1-rc7
@ 2019-04-26 11:20 David Sterba
  2019-04-26 16:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: David Sterba @ 2019-04-26 11:20 UTC (permalink / raw)
  To: torvalds; +Cc: David Sterba, clm, linux-btrfs, linux-kernel

Hi,

one patch to fix a crash in io submission path, due to memory allocation
errors. In short, the multipage bio work that landed in 5.1 caused
larger bios that in turn require larger temporary memory for checksums.
The patch is a workaround, we're going to rework the allocation so it
does not require the vmalloc fallback.

It took a while to identify that it's caused by patches in 5.1 and not a
patchset that did some changes in error handling in the code. I've
tested it on various memory/cpu combinations, it could hit OOM but does
not crash.

The timestamp of the patch is less than a day due to updates in the
changelog, tests were running meanwhile.

Please pull, thanks.

----------------------------------------------------------------
The following changes since commit 272e5326c7837697882ce3162029ba893059b616:

  btrfs: prop: fix vanished compression property after failed set (2019-04-04 17:57:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.1-rc6-tag

for you to fetch changes up to a3d46aea46f99d134b4e0726e4826b824c3e5980:

  btrfs: Switch memory allocations in async csum calculation path to kvmalloc (2019-04-25 14:17:38 +0200)

----------------------------------------------------------------
Nikolay Borisov (1):
      btrfs: Switch memory allocations in async csum calculation path to kvmalloc

 fs/btrfs/file-item.c    | 15 +++++++++++----
 fs/btrfs/ordered-data.c |  3 ++-
 2 files changed, 13 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Btrfs fix for 5.1-rc7
  2019-04-26 11:20 [GIT PULL] Btrfs fix for 5.1-rc7 David Sterba
@ 2019-04-26 16:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-04-26 16:50 UTC (permalink / raw)
  To: David Sterba; +Cc: torvalds, David Sterba, clm, linux-btrfs, linux-kernel

The pull request you sent on Fri, 26 Apr 2019 13:20:36 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.1-rc6-tag

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-26 16:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-26 11:20 [GIT PULL] Btrfs fix for 5.1-rc7 David Sterba
2019-04-26 16:50 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).