2022-11-24 04:54:21

by Theodore Ts'o

[permalink] [raw]
Subject: GIT PULL] ext4 fixes for 6.1

The following changes since commit f0c4d9fc9cc9462659728d168387191387e903cc:

Linux 6.1-rc4 (2022-11-06 15:07:11 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 4e3c51f4e805291b057d12f5dda5aeb50a538dc4:

fs: do not update freeing inode i_io_list (2022-11-22 17:00:00 -0500)

----------------------------------------------------------------
Fix a regression in the lazytime code that was introduced in v6.1-rc1,
and a use-after-free that can be triggered by a maliciously corrupted
file system.

----------------------------------------------------------------
Baokun Li (1):
ext4: fix use-after-free in ext4_ext_shift_extents

Svyatoslav Feldsherov (1):
fs: do not update freeing inode i_io_list

fs/ext4/extents.c | 18 +++++++++++++-----
fs/fs-writeback.c | 30 +++++++++++++++++++-----------
2 files changed, 32 insertions(+), 16 deletions(-)