]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'fsnotify_for_v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 18 Dec 2025 19:41:17 +0000 (07:41 +1200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 18 Dec 2025 19:41:17 +0000 (07:41 +1200)
commit9a903e6d9649e45cee9a8588fa3793fdfc5408ee
tree6b8f7bb5164939ffd888dee47e41909b136c1f25
parentea1013c1539270e372fc99854bc6e4d94eaeff66
parent6f7c877cc397ba3c6d8ba44d4a604df3d4182eec
Merge tag 'fsnotify_for_v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs

Pull fsnotify fixes from Jan Kara:
 "Two fsnotify fixes.

  The fix from Ahelenia makes sure we generate event when modifying
  inode flags, the fix from Amir disables sending of events from device
  inodes to their parent directory as it could concievably create a
  usable side channel attack in case of some devices and so far we
  aren't aware of anybody depending on the functionality"

* tag 'fsnotify_for_v6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
  fs: send fsnotify_xattr()/IN_ATTRIB from vfs_fileattr_set()/chattr(1)
  fsnotify: do not generate ACCESS/MODIFY events on child for special files
fs/file_attr.c
fs/notify/fsnotify.c