This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from be48bcf004f9 Merge tag 'for-6.17-rc2-tag' of git://git.kernel.org/pub/s [...] new d02d2c98d257 fs: writeback: fix use-after-free in __mark_inode_dirty() new 6b65028e2b51 iomap: Fix broken data integrity guarantees for O_SYNC writes new 9308366f0621 open_tree_attr: do not allow id-mapping changes without OP [...] new 81e4b9cf365d selftests/mount_setattr: add smoke tests for open_tree_att [...] new bef2981bad91 Merge patch series "open_tree_attr: do not allow id-mappin [...] new 542ede096e48 fuse: keep inode->i_blkbits constant new 2319f9d0aa64 selftests/coredump: Remove the read() that fails the test new 593d9e4c3d63 fs: fix incorrect lflags value in the move_mount syscall new 6d3c3ca4c77e module: Rename EXPORT_SYMBOL_GPL_FOR_MODULES to EXPORT_SYM [...] new b5ca88927e35 fhandle: do_handle_open() should get FD with user flags new a3de58b12ce0 netfs: Fix unbuffered write error handling new 0b2d71a7c826 pidfs: Fix memory leak in pidfd_info() new 7375f22495e7 fs/buffer: fix use-after-free when call bh_read() helper new 589c12edcd8a coredump: Fix return value in coredump_parse() new c237aa9884f2 kernfs: don't fail listing extended attributes new a2c1f82618b0 signal: Fix memory leak for PIDFD_SELF* sentinels new 055f213075fb Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub [...] new 5f1c8965e748 ovl: use I_MUTEX_PARENT when locking parent in ovl_create_temp() new e8bd877fb76b ovl: fix possible double unlink new 7cca555b94a2 Merge tag 'ovl-fixes-6.17-rc1' of git://git.kernel.org/pub [...] new 0ddfb62f5d01 fix the softlockups in attach_recursive_mnt() new da025cdb97a2 propagate_umount(): only surviving overmounts should be re [...] new cffd0441872e use uniform permission checks for all mount propagation changes new fb924b7b8669 change_mnt_propagation(): calculate propagation source onl [...] new b19a97d57c15 Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 25 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: Documentation/core-api/symbol-namespaces.rst | 11 ++-- drivers/tty/serial/8250/8250_rsa.c | 8 +-- fs/anon_inodes.c | 2 +- fs/buffer.c | 2 +- fs/coredump.c | 2 +- fs/fhandle.c | 2 +- fs/fs-writeback.c | 9 +-- fs/fuse/inode.c | 5 -- fs/iomap/direct-io.c | 14 ++-- fs/kernfs/inode.c | 4 +- fs/namespace.c | 76 ++++++++++++--------- fs/netfs/read_collect.c | 4 +- fs/netfs/write_collect.c | 10 ++- fs/netfs/write_issue.c | 4 +- fs/overlayfs/dir.c | 2 +- fs/overlayfs/util.c | 3 +- fs/pidfs.c | 2 +- fs/pnode.c | 10 +-- fs/splice.c | 3 + include/linux/export.h | 2 +- include/linux/netfs.h | 1 + kernel/signal.c | 6 +- tools/testing/selftests/coredump/stackdump_test.c | 3 - .../selftests/mount_setattr/mount_setattr_test.c | 77 ++++++++++++++++++---- 24 files changed, 169 insertions(+), 93 deletions(-)