linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ext4: fix syzbot report: kernel BUG in ext4_get_group_info
@ 2023-04-30 15:43 Theodore Ts'o
  2023-04-30 15:43 ` [PATCH 1/2] ext4: allow ext4_get_group_info() to fail Theodore Ts'o
  2023-04-30 15:43 ` [PATCH 2/2] ext4: remove a BUG_ON in ext4_mb_release_group_pa() Theodore Ts'o
  0 siblings, 2 replies; 7+ messages in thread
From: Theodore Ts'o @ 2023-04-30 15:43 UTC (permalink / raw)
  To: Ext4 Developers List; +Cc: syzbot+e2efa3efc15a1c9e95c3, Theodore Ts'o

These two patches address this syzbot report[1].  See also the
discussion here[2].

[1] https://syzkaller.appspot.com/bug?id=69b28112e098b070f639efb356393af3ffec4220
[2] https://lore.kernel.org/r/ZE3YkAiGVLXMbHmb@mit.edu

Theodore Ts'o (2):
  ext4: allow ext4_get_group_info() to fail
  ext4: remove a BUG_ON in ext4_mb_release_group_pa()

 fs/ext4/balloc.c  | 19 +++++++++++-
 fs/ext4/ext4.h    | 15 ++-------
 fs/ext4/ialloc.c  | 12 +++++---
 fs/ext4/mballoc.c | 78 +++++++++++++++++++++++++++++++++++++++--------
 fs/ext4/super.c   |  2 ++
 5 files changed, 96 insertions(+), 30 deletions(-)

-- 
2.31.0


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

end of thread, other threads:[~2023-05-10  0:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-30 15:43 [PATCH 0/2] ext4: fix syzbot report: kernel BUG in ext4_get_group_info Theodore Ts'o
2023-04-30 15:43 ` [PATCH 1/2] ext4: allow ext4_get_group_info() to fail Theodore Ts'o
2023-05-07 18:18   ` Jan Kara
2023-05-10  0:22     ` Theodore Ts'o
2023-04-30 15:43 ` [PATCH 2/2] ext4: remove a BUG_ON in ext4_mb_release_group_pa() Theodore Ts'o
2023-05-07 18:28   ` Jan Kara
2023-05-08 20:35     ` Theodore Ts'o

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).