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 9ab334e1b1b7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] omits 417f45766c69 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits 08a9aa29213b Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits db2cc8a6b8ec erofs: fix out-of-bound access when z_erofs_gbuf_growsize( [...] omits 780d60bac21e Revert "pidfd: prevent creation of pidfds for kthreads" omits ce22af435a2e romfs: fix romfs_read_folio() omits 975ed18e8293 netfs, ceph: Partially revert "netfs: Replace PG_fscache b [...] omits 24f4c0e2ba99 vfs: drop one lock trip in evict() adds 950aeefb3492 iommufd/device: Fix hwpt at err_unresv in iommufd_device_d [...] adds cf1e515c9a40 iommufd/selftest: Make dirty_ops static adds 0108b7be2a18 Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/ [...] adds dfd046d0ced1 ksmbd: Use unsafe_memcpy() for ntlm_negotiate adds 76e98a158b20 ksmbd: fix race condition between destroy_previous_session [...] adds 4fdd8664c8a9 ksmbd: fix spelling mistakes in documentation adds 7c525dddbee7 ksmbd: Replace one-element arrays with flexible-array members new b311c1b497e5 Merge tag '6.11-rc4-server-fixes' of git://git.samba.org/ksmbd new 92764e8822d4 netfs, ceph: Partially revert "netfs: Replace PG_fscache b [...] new 524b2c6dc80d romfs: fix romfs_read_folio() new 232590ea7fc1 Revert "pidfd: prevent creation of pidfds for kthreads" new cab298912857 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new 64d15de8e675 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] new 8c86f1a45749 close_range(): fix the logics in descriptor table trimming new 5803e7eeb421 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...] new 0005e01e1e87 erofs: fix out-of-bound access when z_erofs_gbuf_growsize( [...] new 57fe4cf25fa4 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
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 (9ab334e1b1b7) \ N -- N -- N refs/heads/fs-current (57fe4cf25fa4)
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 10 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/filesystems/smb/ksmbd.rst | 26 ++++----- drivers/iommu/iommufd/device.c | 2 +- drivers/iommu/iommufd/selftest.c | 2 +- fs/file.c | 95 ++++++++++++--------------------- fs/fs-writeback.c | 17 ++++-- fs/inode.c | 5 +- fs/smb/server/connection.c | 34 +++++++++++- fs/smb/server/connection.h | 3 +- fs/smb/server/mgmt/user_session.c | 9 ++++ fs/smb/server/smb2pdu.c | 13 +++-- fs/smb/server/smb_common.h | 4 +- include/linux/fdtable.h | 8 +-- kernel/fork.c | 32 +++++------ 13 files changed, 137 insertions(+), 113 deletions(-)