Hello Linus, could you please pull from git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs.git fsnotify_for_v5.3-rc1 The pull contains a cleanups of fsnotify name removal hook and also a patch to disable fanotify permission events for 'proc' filesystem. Top of the tree is 7377f5bec133. The full shortlog is: Amir Goldstein (10): fsnotify: add empty fsnotify_{unlink,rmdir}() hooks btrfs: call fsnotify_rmdir() hook rpc_pipefs: call fsnotify_{unlink,rmdir}() hooks tracefs: call fsnotify_{unlink,rmdir}() hooks devpts: call fsnotify_unlink() hook debugfs: simplify __debugfs_remove_file() debugfs: call fsnotify_{unlink,rmdir}() hooks configfs: call fsnotify_rmdir() hook fsnotify: move fsnotify_nameremove() hook out of d_delete() fsnotify: get rid of fsnotify_nameremove() Jan Kara (1): fanotify: Disallow permission events for proc filesystem The diffstat is fs/afs/dir_silly.c | 5 ----- fs/btrfs/ioctl.c | 4 +++- fs/configfs/dir.c | 3 +++ fs/dcache.c | 2 -- fs/debugfs/inode.c | 21 ++++++++++--------- fs/devpts/inode.c | 1 + fs/namei.c | 2 ++ fs/nfs/unlink.c | 6 ------ fs/notify/fanotify/fanotify_user.c | 22 ++++++++++++++++++++ fs/notify/fsnotify.c | 41 -------------------------------------- fs/proc/root.c | 2 +- fs/tracefs/inode.c | 3 +++ include/linux/fs.h | 1 + include/linux/fsnotify.h | 26 ++++++++++++++++++++++++ include/linux/fsnotify_backend.h | 4 ---- net/sunrpc/rpc_pipe.c | 4 ++++ 16 files changed, 76 insertions(+), 71 deletions(-) Thanks Honza -- Jan Kara <jack@xxxxxxxx> SUSE Labs, CR