[PATCH -next 0/3] fix potential out of bound read in ext4_fc_replay_scan()

Ye Bin posted 3 patches 3 years, 6 months ago
fs/ext4/fast_commit.c | 122 ++++++++++++++++++++++++++++--------------
fs/ext4/fast_commit.h |   3 ++
2 files changed, 84 insertions(+), 41 deletions(-)
[PATCH -next 0/3] fix potential out of bound read in ext4_fc_replay_scan()
Posted by Ye Bin 3 years, 6 months ago
Ye Bin (3):
  ext4: introduce EXT4_FC_TAG_BASE_LEN helper
  ext4: factor out ext4_fc_get_tl()
  ext4: fix potential out of bound read in ext4_fc_replay_scan()

 fs/ext4/fast_commit.c | 122 ++++++++++++++++++++++++++++--------------
 fs/ext4/fast_commit.h |   3 ++
 2 files changed, 84 insertions(+), 41 deletions(-)

-- 
2.31.1
Re: [PATCH -next 0/3] fix potential out of bound read in ext4_fc_replay_scan()
Posted by Theodore Ts'o 3 years, 6 months ago
On Sat, 24 Sep 2022 15:52:30 +0800, Ye Bin wrote:
> Ye Bin (3):
>   ext4: introduce EXT4_FC_TAG_BASE_LEN helper
>   ext4: factor out ext4_fc_get_tl()
>   ext4: fix potential out of bound read in ext4_fc_replay_scan()
> 
> fs/ext4/fast_commit.c | 122 ++++++++++++++++++++++++++++--------------
>  fs/ext4/fast_commit.h |   3 ++
>  2 files changed, 84 insertions(+), 41 deletions(-)
> 
> [...]

Applied, thanks!

[1/3] ext4: introduce EXT4_FC_TAG_BASE_LEN helper
      commit: 8bbc7ccd1b2a58390ea6fe52d784c130cdea1b80
[2/3] ext4: factor out ext4_fc_get_tl()
      commit: 521502e8682f049895d2023dc50c23ebb9d68e07
[3/3] ext4: fix potential out of bound read in ext4_fc_replay_scan()
      commit: 536e190193671d5aa24446b60b151a5c90468266

Best regards,
-- 
Theodore Ts'o <tytso@mit.edu>