mbox series

[GIT,PULL] more ext4 bug fixes for 5.6

Message ID 20200301220708.GA91502@mit.edu
State New
Headers show
Series [GIT,PULL] more ext4 bug fixes for 5.6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

Message

Theodore Ts'o March 1, 2020, 10:07 p.m. UTC
The following changes since commit f8788d86ab28f61f7b46eb6be375f8a726783636:

  Linux 5.6-rc3 (2020-02-23 16:17:42 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

for you to fetch changes up to 37b0b6b8b99c0e1c1f11abbe7cf49b6d03795b3f:

  ext4: potential crash on allocation error in ext4_alloc_flex_bg_array() (2020-02-29 17:48:08 -0500)

----------------------------------------------------------------
Two more bug fixes (including a regression) for 5.6

----------------------------------------------------------------
Dan Carpenter (1):
      ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()

Qian Cai (1):
      jbd2: fix data races at struct journal_head

 fs/ext4/super.c       | 6 +++---
 fs/jbd2/transaction.c | 8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org March 1, 2020, 10:45 p.m. UTC | #1
The pull request you sent on Sun, 1 Mar 2020 17:07:08 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus_stable

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

Thank you!