[PATCH v2 0/2] fs/ext4/xattr: Fix issues seen while deleting xattr inode(s)
From: Bhupesh
Date: Tue Jan 28 2025 - 03:28:19 EST
Changes since v1:
----------------
- v1 can be seen here: https://lore.kernel.org/lkml/1dddb237-1460-8122-7caf-f0acd7c91b5c@xxxxxxxxxx/T/
- As suggested by Cascardo while reviewing v1, there are two
patches in v2:
[PATCH 1/2] Ignores xattr entries past the end entry.
[PATCH 2/2] Hold 'EXT4_I(inode)->xattr_sem' semaphore while deleting the inode.
Bhupesh (2):
fs/ext4/xattr: Ignore xattrs past end
fs/ext4/xattr: Check for 'xattr_sem' inside 'ext4_xattr_delete_inode'
fs/ext4/xattr.c | 27 +++++++++++++++++++++++++--
1 file changed, 25 insertions(+), 2 deletions(-)
--
2.38.1