mbox series

[GIT,PULL] ext4 fixes for 6.19-rc6

Message ID 20260118165159.GA580401@mit.edu
State New
Headers show
Series [GIT,PULL] ext4 fixes for 6.19-rc6 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus-6.19-rc6

Message

Theodore Tso Jan. 18, 2026, 4:51 p.m. UTC
The following changes since commit 9ace4753a5202b02191d54e9fdf7f9e3d02b85eb:

  Linux 6.19-rc4 (2026-01-04 14:41:55 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus-6.19-rc6

for you to fetch changes up to d250bdf531d9cd4096fedbb9f172bb2ca660c868:

  ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref (2026-01-18 11:23:10 -0500)

----------------------------------------------------------------
Ext4 bug fixes for 6.19:

   * Fix an inconsistency in structure size on 32-bit platforms caused by padding
     differences for the new EXT4_IOC_[GS]ET_TUNE_SB_PARAM ioctls
   * Fix a buffer leak on the error path when dropping the refcount an xattr
     value stored in an inode
   * Fix missing locking on the error path for the file defragmentation ioctl
     leading to a BUG

----------------------------------------------------------------
Arnd Bergmann (1):
      ext4: fix ext4_tune_sb_params padding

Julian Sun (1):
      ext4: add missing down_write_data_sem in mext_move_extent().

Yang Erkun (1):
      ext4: fix iloc.bh leak in ext4_xattr_inode_update_ref

 fs/ext4/move_extent.c     | 2 ++
 fs/ext4/xattr.c           | 1 +
 include/uapi/linux/ext4.h | 2 +-
 3 files changed, 4 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Jan. 19, 2026, 1:54 p.m. UTC | #1
The pull request you sent on Sun, 18 Jan 2026 11:51:59 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4.git tags/ext4_for_linus-6.19-rc6

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

Thank you!