mbox series

[GIT,PULL] ext4 fixes for 6.4-rc7

Message ID 20230615205546.GA323671@mit.edu
State Superseded
Headers show
Series [GIT,PULL] ext4 fixes for 6.4-rc7 | expand

Pull-request

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

Message

Theodore Ts'o June 15, 2023, 8:55 p.m. UTC
The following changes since commit dea9d8f7643fab07bf89a1155f1f94f37d096a5e:

  ext4: only check dquot_initialize_needed() when debugging (2023-06-08 10:06:40 -0400)

are available in the Git repository at:

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

for you to fetch changes up to f451fd97dd2b78f286379203a47d9d295c467255:

  ext4: drop the call to ext4_error() from ext4_get_group_info() (2023-06-14 22:24:05 -0400)

----------------------------------------------------------------
Fix two regressions in ext4, one report by syzkaller[1], and reported by
multiple users (and tracked by regzbot[2]).

[1] https://syzkaller.appspot.com/bug?extid=4acc7d910e617b360859
[2] https://linux-regtracking.leemhuis.info/regzbot/regression/ZIauBR7YiV3rVAHL@glitch/

----------------------------------------------------------------
Fabio M. De Francesco (1):
      ext4: drop the call to ext4_error() from ext4_get_group_info()

Kemeng Shi (1):
      Revert "ext4: remove unnecessary check in ext4_bg_num_gdb_nometa"

 fs/ext4/balloc.c | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org June 15, 2023, 11:10 p.m. UTC | #1
The pull request you sent on Thu, 15 Jun 2023 16:55:46 -0400:

> https://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/62d8779610bb7a7b8f9c7ab8bf317193ebe76d93

Thank you!