public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()
@ 2025-02-08  6:31 Ye Bin
  2025-02-08  6:31 ` [PATCH v2 1/2] ext4: introduce ITAIL helper Ye Bin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ye Bin @ 2025-02-08  6:31 UTC (permalink / raw)
  To: tytso, adilger.kernel, linux-ext4; +Cc: jack

Diff v2 vs v1:
(1) Wrap the arguments in parentheses for PATCH[1];
(2) Call xattr_check_inode() in ext4_iget_extra_inode() for PATCH[2];

Ye Bin (2):
  ext4: introduce ITAIL helper
  ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all()

 fs/ext4/inode.c |  5 +++++
 fs/ext4/xattr.c | 32 ++++----------------------------
 fs/ext4/xattr.h | 10 ++++++++++
 3 files changed, 19 insertions(+), 28 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-04-17  0:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-08  6:31 [PATCH v2 0/2] ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() Ye Bin
2025-02-08  6:31 ` [PATCH v2 1/2] ext4: introduce ITAIL helper Ye Bin
2025-02-10 16:45   ` Jan Kara
2025-02-08  6:31 ` [PATCH v2 2/2] ext4: fix out-of-bound read in ext4_xattr_inode_dec_ref_all() Ye Bin
2025-02-10 16:47   ` Jan Kara
2025-04-17  0:58   ` Lai, Yi
2025-03-18  3:41 ` [PATCH v2 0/2] " 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