]> git.dujemihanovic.xyz Git - linux.git/commit
Merge tag 'fsnotify_for_v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Oct 2024 17:31:59 +0000 (10:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Oct 2024 17:31:59 +0000 (10:31 -0700)
commite02f08e217165500a9500e0db1b2da9f4db4e964
tree35a427a945ea3a1cf3e20788a13fb5bd538e9d5e
parent4770119d637c2cb55076811c79083d3ffb990665
parentcad3f4a22cfa4081cc2d465d1118cf31708fd82b
Merge tag 'fsnotify_for_v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs

Pull fsnotify fixes from Jan Kara:
 "Fixes for an inotify deadlock and a data race in fsnotify"

* tag 'fsnotify_for_v6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
  inotify: Fix possible deadlock in fsnotify_destroy_mark
  fsnotify: Avoid data race between fsnotify_recalc_mask() and fsnotify_object_watched()