This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a10c9c710f9e Merge tag 'for-v5.7' of git://git.kernel.org/pub/scm/linux [...] new 5bd73286d50f fix a braino in legitimize_path() new 77a73eecd47c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 1f5bd6a20201 9p: Fix Kconfig indentation new 51958817391d 9p: Remove unneeded semicolon new 388f6966b057 9pnet: allow making incomplete read requests new 52cbee2a5768 9p: read only once on O_NONBLOCK new 43657496e466 net/9p: remove unused p9_req_t aux field new e14679b62d84 Merge tag '9p-for-5.7' of git://github.com/martinetd/linux new bc36dfffd5f3 ext2: Silence lockdep warning about reclaim under xattr_sem new c2d0699c629d ext2: xattr.h: Replace zero-length array with flexible-arr [...] new 3fc131663cec udf: udf_sb.h: Replace zero-length array with flexible-arr [...] new 32302085a8d9 ext2: fix debug reference to ext2_xattr_cache new 44a52022e7f1 ext2: fix empty body warnings when -Wextra is used new 74e934ba0d6e Merge tag 'for_v5.7-rc1' of git://git.kernel.org/pub/scm/l [...] new 6473ea760ca1 fsnotify: tidy up FS_ and FAN_ constants new eae36a2b8324 fsnotify: factor helpers fsnotify_dentry() and fsnotify_file() new a1aae0570a2b fsnotify: funnel all dirent events through fsnotify_name() new aa93bdc5500c fsnotify: use helpers to access data by data_type new 017de65fe58f fsnotify: simplify arguments passing to fsnotify_parent() new dfc2d2594e4a fsnotify: replace inode pointer with an object id new f367a62a7cad fanotify: merge duplicate events on parent and child new 55bf882c7f13 fanotify: fix merging marks masks with FAN_ONDIR new a741c2febead fanotify: Simplify create_fd() new afc894c784c8 fanotify: Store fanotify handles differently new 7088f35720a5 fanotify: divorce fanotify_path_event and fanotify_fid_event new 9e2ba2c34f19 fanotify: send FAN_DIR_MODIFY event flavor with dir inode [...] new d766b553615c fanotify: prepare to report both parent and child fid's new 01affd5471dc fanotify: Drop fanotify_event_has_fid() new cacfb956d46e fanotify: record name info for FAN_DIR_MODIFY event new 44d705b0370b fanotify: report name info for FAN_DIR_MODIFY event new 6def1a1d2d58 fanotify: Fix the checks in fanotify_fsid_equal new b6ff10700d1b Merge tag 'fsnotify_for_v5.7-rc1' of git://git.kernel.org/ [...]
The 32 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: fs/9p/Kconfig | 20 +-- fs/9p/vfs_file.c | 5 +- fs/9p/vfs_inode.c | 2 +- fs/ext2/xattr.c | 18 ++- fs/ext2/xattr.h | 2 +- fs/namei.c | 2 +- fs/notify/fanotify/fanotify.c | 302 ++++++++++++++++++++++++++--------- fs/notify/fanotify/fanotify.h | 189 +++++++++++++++------- fs/notify/fanotify/fanotify_user.c | 220 ++++++++++++++++--------- fs/notify/fsnotify.c | 22 +-- fs/notify/inotify/inotify_fsnotify.c | 12 +- fs/notify/inotify/inotify_user.c | 2 +- fs/udf/udf_sb.h | 2 +- include/linux/fanotify.h | 3 +- include/linux/fsnotify.h | 138 +++++++--------- include/linux/fsnotify_backend.h | 70 +++++--- include/net/9p/client.h | 4 +- include/uapi/linux/fanotify.h | 13 +- kernel/audit_fsnotify.c | 13 +- kernel/audit_watch.c | 16 +- net/9p/client.c | 134 +++++++++------- 21 files changed, 743 insertions(+), 446 deletions(-)