This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-current in repository linux-next.
omits f12e4df3ead8 Merge branch 'nfsd-fixes' of https://git.kernel.org/pub/sc [...] omits 3d221629b54a Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits 7307ccbd13ab Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 8eefed8f65cc Merge tag 'nfsd-6.18-2' of git://git.kernel.org/pub/scm/li [...] adds 6f40e50ceb99 ksmbd: transport_ipc: validate payload size before reading handle adds 975f05a76477 smb: server: call smb_direct_post_recv_credits() when the [...] adds f574069c5c55 smb: server: let smb_direct_cm_handler() call ib_drain_qp( [...] new e53642b87a4f Merge tag 'v6.18-rc3-smb-server-fixes' of git://git.samba. [...] new 0778ac7df513 fs: Fix uninitialized 'offp' in statmount_string() new 2c2b67af5f5f hostfs: Fix only passing host root in boot stage with new mount new 330e2c514823 afs: Fix dynamic lookup to fail on cell lookup failure new 34ab4c75588c bfs: Reconstruct file type when loading from disk new 9db8d46712d2 mnt: Remove dead code which might prevent from building new 60a7b9983b80 fs/proc: fix uaf in proc_readdir_de() new a20432b6571d virtio-fs: fix incorrect check for fsvq->kobj new bd8f9ddd0d7f Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] new f181ff6016f9 Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new d22df65409d6 Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (f12e4df3ead8) \ N -- N -- N refs/heads/fs-current (d22df65409d6)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 12 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/afs/cell.c | 78 +++++++++++++++++++++++++++++++++++------- fs/afs/dynroot.c | 3 +- fs/afs/internal.h | 12 ++++++- fs/afs/mntpt.c | 3 +- fs/afs/proc.c | 3 +- fs/afs/super.c | 2 +- fs/afs/vl_alias.c | 3 +- fs/bfs/inode.c | 19 +++++++++- fs/fuse/virtio_fs.c | 2 +- fs/hostfs/hostfs_kern.c | 29 ++++++++++------ fs/namespace.c | 14 ++------ fs/proc/generic.c | 12 +++++-- fs/smb/server/transport_ipc.c | 8 ++++- fs/smb/server/transport_rdma.c | 47 +++++++++++++++++++------ 14 files changed, 177 insertions(+), 58 deletions(-)