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 1a14a8f9edce Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...] omits e42298b49057 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] omits 16ce647f8360 Merge branch 'misc-6.15' into next-fixes adds 16c22c56d428 virtio_pci: Use self group type for cap commands adds a940e0a68557 vhost: fix VHOST_*_OWNER documentation adds 2e2f925fe737 virtio_ring: Fix data race by tagging event_triggered as r [...] adds 183a08715af1 virtgpu: don't reset on shutdown adds fbd3039a64b0 virtio_console: fix missing byte order handling for cols and rows adds 5326ab737a47 virtio_console: fix order of fields cols and rows adds fec0abf52609 vhost_task: fix vhost_task_create() documentation adds f591cf9fce72 vhost-scsi: protect vq->log_used with vq->mutex adds b18268713547 vhost-scsi: Fix vhost_scsi_send_bad_target() adds 58465d86071b vhost-scsi: Fix vhost_scsi_send_status() new 0251ddbffbeb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 82efd569a890 locking/local_lock: fix _Generic() matching of local_trylock_t new a79be02bba5c Fix mis-uses of 'cc-option' for warning disablement new 1aac75ad712c Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...] new be3f1938d3e6 btrfs: fix COW handling in run_delalloc_nocow() new 48c1d1bb525b btrfs: fix the inode leak in btrfs_iget() new e08e49d986f8 btrfs: adjust subpage bit start based on sectorsize new bac8105862c2 Merge branch 'misc-6.15' into next-fixes new 16e4732dddd7 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
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 (1a14a8f9edce) \ N -- N -- N refs/heads/fs-current (16e4732dddd7)
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: Makefile | 4 +- arch/loongarch/kernel/Makefile | 8 ++-- arch/loongarch/kvm/Makefile | 2 +- arch/riscv/kernel/Makefile | 4 +- drivers/char/virtio_console.c | 7 ++-- drivers/gpu/drm/virtio/virtgpu_drv.c | 9 +++++ drivers/vhost/scsi.c | 74 +++++++++++++++++++++++++++--------- drivers/virtio/virtio.c | 6 +++ drivers/virtio/virtio_pci_modern.c | 4 +- drivers/virtio/virtio_ring.c | 2 +- fs/btrfs/extent_io.c | 2 +- fs/btrfs/inode.c | 13 ++++--- include/linux/local_lock_internal.h | 8 ++-- include/linux/virtio.h | 3 ++ include/uapi/linux/vhost.h | 4 +- include/uapi/linux/virtio_pci.h | 1 + kernel/vhost_task.c | 2 +- scripts/Makefile.extrawarn | 2 +- 18 files changed, 108 insertions(+), 47 deletions(-)