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 694189b7e131 Merge branch 'nfsd-fixes' of https://git.kernel.org/pub/sc [...] omits 6bb100370dfa Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...] omits cab875c3b8ed Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] omits db961296e022 shmem: fix recovery on rename failures adds 3309b63a2281 cgroup: rstat: use LOCK CMPXCHG in css_rstat_updated new 6b63f90fa2af Merge tag 'cgroup-for-6.19-rc1-fixes' of git://git.kernel. [...] adds 517a44d18537 sched_ext: Fix the memleak for sch->helper objects adds 12b5cd99a05f sched/ext: Avoid null ptr traversal when ->put_prev_task() [...] adds 9f769637a93f sched_ext: Fix bypass depth leak on scx_enable() failure adds 530b6637c79e sched_ext: Factor out local_dsq_post_enq() from dispatch_e [...] adds f5e1e5ec204d sched_ext: Fix missing post-enqueue handling in move_local [...] adds 579a3297b268 selftests/sched_ext: flush stdout before test to avoid log spam adds bb27226f0d00 sched_ext: Remove unused code in the do_pick_task_scx() new dbf89321bf1e Merge tag 'sched_ext-for-6.19-rc1-fixes' of git://git.kern [...] new 115fada16b5a Merge tag 'for-6.19-rc1-tag' of git://git.kernel.org/pub/s [...] adds 49ca2147749f smb: smbdirect: introduce smbdirect_socket.connect.{lock,work} adds c1fb124f2a74 smb: server: initialize recv_io->cqe.done = recv_done just once adds d180b1d9c7a4 smb: server: defer the initial recv completion logic to sm [...] adds 0446356e9f29 ksmbd: convert comma to semicolon adds 8dd2e58b6273 ksmbd: remove redundant DACL check in smb_check_perm_dacl adds cafb57f7bdd5 ksmbd: Fix refcount leak when invalid session is found on [...] adds 95d7a890e4b0 ksmbd: fix buffer validation by including null terminator [...] new 53ec4a79ff4b Merge tag 'v6.19-rc1-ksmbd-server-fixes' of git://git.samb [...] new e1b4c6a58304 shmem: fix recovery on rename failures new 40fbbd64bba6 Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/lin [...] new 5d6fbb5cf24a Merge branch 'vfs.fixes' of https://git.kernel.org/pub/scm [...] new 0ddbffd5ff6d Merge branch 'next-fixes' of https://git.kernel.org/pub/sc [...] new 200fb2d1e161 Merge branch 'nfsd-fixes' of https://git.kernel.org/pub/sc [...]
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 (694189b7e131) \ N -- N -- N refs/heads/fs-current (200fb2d1e161)
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 9 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/smb/common/smbdirect/smbdirect_socket.h | 12 ++ fs/smb/server/mgmt/user_session.c | 4 +- fs/smb/server/smb2pdu.c | 4 +- fs/smb/server/smbacl.c | 3 - fs/smb/server/transport_rdma.c | 175 ++++++++++++++++++++++++----- fs/smb/server/vfs.c | 2 +- kernel/cgroup/rstat.c | 13 ++- kernel/sched/ext.c | 72 ++++++++---- mm/shmem.c | 2 +- tools/testing/selftests/sched_ext/runner.c | 8 ++ 10 files changed, 229 insertions(+), 66 deletions(-)