This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0c559323bbaa Merge tag 'rust-fixes-6.12' of https://github.com/Rust-for [...] new 678379e1d4f7 close_range(): fix the logics in descriptor table trimming new 6cca11958870 Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/lin [...] new a9023656bcd2 cifs: Check for UTF-16 null codepoint in SFU symlink targe [...] new dd0d7edb866d smb: Update comments about some reparse point tags new 1eecd880a3ff Revert "smb: client: make SHA-512 TFM ephemeral" new c9432ad5e32f cifs: Remove intermediate object of failed create reparse call new a421e3fe0e6a smb: client: use actual path when queryfs new e9f49feefb4b smb: client: Correct typos in multiple comments across var [...] new e2a8910af016 cifs: Fix buffer overflow when parsing NFS reparse points new 556ac52bb1e7 cifs: Validate content of NFS reparse point buffer new d3a49f609173 cifs: Do not convert delimiter when parsing NFS-style symlinks new b7a838ee7e89 Merge tag 'v6.12-rc1-smb3-client-fixes' of git://git.samba [...] new 96c6ca71572a btrfs: send: fix buffer overflow detection when copying pa [...] new 97f9782276fc btrfs: also add stripe entries for NOCOW writes new db7e68b522c0 btrfs: drop the backref cache during relocation if we commit new 50c6f6e6806c btrfs: tracepoints: end assignment with semicolon at btrfs [...] new fa630df665aa btrfs: send: fix invalid clone operation for file that got [...] new c3b47f49e831 btrfs: fix a NULL pointer dereference when failed to start [...] new 41fd1e94066a btrfs: wait for fixup workers before stopping cleaner kthr [...] new d6e7ac65d4c1 btrfs: disable rate limiting when debug enabled new 79eb2c07afbe Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/s [...] new 7264745d5542 ceph: use struct_size() helper in __ceph_pool_perm_get() new ccda9910d849 ceph: fix cap ref leak via netfs init_request new a3a37691e662 Merge tag 'ceph-for-6.12-rc2' of https://github.com/ceph/c [...] new ee703a7068f9 udf: refactor udf_current_aext() to handle error new b405c1e58b73 udf: refactor udf_next_aext() to handle error new c226964ec786 udf: refactor inode_bmap() to handle error new 264db9d666ad udf: fix uninit-value use in udf_get_fileshortad new 4770119d637c Merge tag 'fs_for_v6.12-rc2' of git://git.kernel.org/pub/s [...] new 35ceae44742e fsnotify: Avoid data race between fsnotify_recalc_mask() a [...] new cad3f4a22cfa inotify: Fix possible deadlock in fsnotify_destroy_mark new e02f08e21716 Merge tag 'fsnotify_for_v6.12-rc2' of git://git.kernel.org [...] new 3a87e264290d io_uring: fix memory leak when cache init fail new 17ea56b752b6 io_uring: fix casts to io_req_flags_t new c314094cb4cf io_uring/net: harden multishot termination case for recv new 43454e83916d Merge tag 'io_uring-6.12-20241004' of git://git.kernel.dk/linux new 0ab42843003f block: fix blk_rq_map_integrity_sg kernel-doc new 14d57ec3b863 blk_iocost: remove some duplicate irq disable/enables new 6d6e54fc71ad aoe: fix the potential use-after-free problem in more places new 360c1f1f24c6 Merge tag 'block-6.12-20241004' of git://git.kernel.dk/linux
The 40 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: block/blk-integrity.c | 3 +- block/blk-iocost.c | 8 +- drivers/block/aoe/aoecmd.c | 13 ++- fs/btrfs/backref.c | 12 ++- fs/btrfs/disk-io.c | 11 ++ fs/btrfs/inode.c | 5 + fs/btrfs/messages.c | 3 +- fs/btrfs/relocation.c | 77 +------------- fs/btrfs/send.c | 31 +++++- fs/ceph/addr.c | 7 +- fs/file.c | 95 +++++++---------- fs/nfsd/filecache.c | 2 +- fs/notify/dnotify/dnotify.c | 3 +- fs/notify/fanotify/fanotify_user.c | 2 +- fs/notify/fsnotify.c | 21 ++-- fs/notify/group.c | 11 -- fs/notify/inotify/inotify_user.c | 2 +- fs/notify/mark.c | 8 +- fs/smb/client/cifsacl.h | 2 +- fs/smb/client/cifsencrypt.c | 3 +- fs/smb/client/cifsfs.c | 17 +++- fs/smb/client/cifsglob.h | 5 +- fs/smb/client/cifspdu.h | 4 +- fs/smb/client/cifssmb.c | 6 +- fs/smb/client/file.c | 2 +- fs/smb/client/fs_context.h | 2 +- fs/smb/client/inode.c | 8 +- fs/smb/client/misc.c | 2 +- fs/smb/client/netmisc.c | 2 +- fs/smb/client/readdir.c | 4 +- fs/smb/client/reparse.c | 39 ++++++- fs/smb/client/sess.c | 2 +- fs/smb/client/smb1ops.c | 2 +- fs/smb/client/smb2inode.c | 24 ++++- fs/smb/client/smb2misc.c | 28 ++--- fs/smb/client/smb2ops.c | 23 +++-- fs/smb/client/smb2pdu.c | 4 +- fs/smb/client/smb2proto.h | 2 +- fs/smb/client/smb2transport.c | 32 +++++- fs/smb/client/smbdirect.c | 4 +- fs/smb/client/smbdirect.h | 2 +- fs/smb/common/smbfsctl.h | 7 +- fs/udf/balloc.c | 38 ++++--- fs/udf/directory.c | 23 +++-- fs/udf/inode.c | 202 ++++++++++++++++++++++++------------- fs/udf/partition.c | 6 +- fs/udf/super.c | 3 +- fs/udf/truncate.c | 43 ++++++-- fs/udf/udfdecl.h | 15 +-- include/linux/fdtable.h | 8 +- include/linux/fsnotify_backend.h | 10 +- include/trace/events/btrfs.h | 2 +- io_uring/io_uring.c | 7 +- io_uring/net.c | 4 +- kernel/fork.c | 32 +++--- 55 files changed, 556 insertions(+), 377 deletions(-)