Commit 61c03dfde854 for kernel

commit 61c03dfde8540c7274d9a30dc576bc32951187cd
Merge: 58d9f84279a8 0ebe8f625ab0
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Fri Jul 10 18:20:15 2026 -0700

    Merge tag 'ntfs-for-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs

    Pull ntfs fixes from Namjae Jeon:

     - fix stale runlist element dereferences in MFT writeback and fallocate

     - fix mrec_lock ABBA deadlock in rename

     - prevent userspace modification of NTFS system files

     - avoid inode eviction/writeback self-deadlocks

     - reject malformed resident attributes in non-resident runlist mapping

     - avoid post_write_mst_fixup() on invalid index blocks

     - fix a hole runlist leak in insert-range error handling

     - sanitize directory lookup MFT references from disk

     - fail attribute-list updates after SB_ACTIVE is cleared during
       teardown

    * tag 'ntfs-for-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs:
      ntfs: fail attrlist updates when the superblock is inactive
      ntfs: sanitize MFT references returned from ntfs_lookup_inode_by_name()
      ntfs: fix hole runlist memory leak in insert range error path
      ntfs: avoid calling post_write_mst_fixup() for invalid index_block
      ntfs: fix WARN_ON for resident attribute in ntfs_map_runlist_nolock()
      ntfs: avoid self-deadlock during inode eviction
      ntfs: make system files immutable to prevent corruption
      ntfs: fix mrec_lock ABBA deadlock in rename
      ntfs: avoid stale runlist element dereference in fallocate
      ntfs: avoid stale runlist element dereference in MFT writeback