Christian, I thought these fixes could go through your tree, because they are mostly vfs/file related. Hoping that Jan could provide an ACK. The two Fix patches have been tested by Alex together and each one independently. I also verified that they pass the LTP inoityf/fanotify tests. Thanks, Amir. Amir Goldstein (3): fsnotify: use accessor to set FMODE_NONOTIFY_* fsnotify: disable notification by default for all pseudo files fsnotify: disable pre-content and permission events by default drivers/tty/pty.c | 2 +- fs/file_table.c | 16 ++++++++++++++++ fs/notify/fsnotify.c | 18 ++++++++++++------ fs/open.c | 11 ++++++----- fs/pipe.c | 6 ++++++ include/linux/fs.h | 9 ++++++++- include/linux/fsnotify.h | 4 ++-- net/socket.c | 5 +++++ 8 files changed, 56 insertions(+), 15 deletions(-) -- 2.34.1