This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from bc3372351d0c Merge tag 'for-6.15-rc3-tag' of git://git.kernel.org/pub/s [...] new 16c22c56d428 virtio_pci: Use self group type for cap commands new a940e0a68557 vhost: fix VHOST_*_OWNER documentation new 2e2f925fe737 virtio_ring: Fix data race by tagging event_triggered as r [...] new 183a08715af1 virtgpu: don't reset on shutdown new fbd3039a64b0 virtio_console: fix missing byte order handling for cols and rows new 5326ab737a47 virtio_console: fix order of fields cols and rows new fec0abf52609 vhost_task: fix vhost_task_create() documentation new f591cf9fce72 vhost-scsi: protect vq->log_used with vq->mutex new b18268713547 vhost-scsi: Fix vhost_scsi_send_bad_target() new 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
The 13 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 +- 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 +- 16 files changed, 99 insertions(+), 41 deletions(-)