This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7d2a07b76933 Linux 5.14 new 291d47ccad19 string: improve default out-of-line memcmp() implementation new 3a2b2eb55681 console: consume APC, DM, DCS new 2287a51ba822 vt_kdsetmode: extend console locking new c576e0fcd618 kernel/pid.c: remove static qualifier from pidfd_create() new 490b9ba881e2 kernel/pid.c: implement additional checks upon pidfd_creat [...] new d3424c9bac89 fanotify: minor cosmetic adjustments to fid labels new 0aca67bb7f0d fanotify: introduce a generic info record copying helper new af579beb666a fanotify: add pidfd support to the fanotify API new 09ddbe69c992 fsnotify: replace igrab() with ihold() on attach connector new 11fa333b58ba fsnotify: count s_fsnotify_inode_refs for attached connectors new ec44610fe2b8 fsnotify: count all objects with attached connectors new e43de7f0862b fsnotify: optimize the case of no marks of any type new 3513431926f9 Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org [...] new 9583db2332e3 ext2: make ext2_iomap_ops available unconditionally new 8b1e7076d26b ext2: use iomap_fiemap to implement ->fiemap new e0cba89d22b7 hpfs: use iomap_fiemap to implement ->fiemap new 9acb9c48b940 fs: remove generic_block_fiemap new 63b0c403394d Merge tag 'fiemap_for_v5.15-rc1' of git://git.kernel.org/p [...] new 781d2a9a2fc7 udf: Check LVID earlier new 04e8ee504a67 udf: Remove unused declaration new b3c8c9801eb9 udf: Get rid of 0-length arrays new 979a6e28dd96 udf: Get rid of 0-length arrays in struct fileIdentDesc new b64533344371 udf: Fix iocharset=utf8 mount option new 28ce50f8d96e isofs: joliet: Fix iocharset=utf8 mount option new 58bc6d1be2f3 udf_get_extendedattr() had no boundary checks. new a1ca8e7147d0 Merge tag 'fs_for_v5.15-rc1' of git://git.kernel.org/pub/s [...]
The 26 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: drivers/tty/vt/vt.c | 31 ++++- drivers/tty/vt/vt_ioctl.c | 10 +- fs/ext2/Kconfig | 1 + fs/ext2/inode.c | 15 +-- fs/hpfs/Kconfig | 1 + fs/hpfs/file.c | 51 +++++++- fs/ioctl.c | 203 ------------------------------ fs/isofs/inode.c | 27 ++-- fs/isofs/isofs.h | 1 - fs/isofs/joliet.c | 4 +- fs/notify/fanotify/fanotify_user.c | 251 ++++++++++++++++++++++++++----------- fs/notify/fsnotify.c | 6 +- fs/notify/fsnotify.h | 15 +++ fs/notify/mark.c | 52 ++++++-- fs/udf/dir.c | 5 +- fs/udf/ecma_167.h | 44 +++---- fs/udf/inode.c | 3 +- fs/udf/misc.c | 13 +- fs/udf/namei.c | 13 +- fs/udf/osta_udf.h | 22 +--- fs/udf/super.c | 75 ++++++----- fs/udf/udf_sb.h | 2 - fs/udf/udfdecl.h | 4 + fs/udf/unicode.c | 4 +- include/linux/fanotify.h | 3 + include/linux/fiemap.h | 4 - include/linux/fs.h | 7 +- include/linux/fsnotify.h | 9 ++ include/linux/pid.h | 1 + include/uapi/linux/fanotify.h | 13 ++ kernel/pid.c | 15 ++- lib/string.c | 16 +++ 32 files changed, 488 insertions(+), 433 deletions(-)