This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from aa512c115a09 Merge tag 'thermal-6.1-rc1-2' of git://git.kernel.org/pub/ [...] new 78c65f0f3c0c Drivers: hv: vmbus: Optimize vmbus_on_event new 19b5e6659eaf drm/hyperv: Don't overwrite dirt_needed value set by host new e1a863cddbed Drivers: hv: vmbus: Fix kernel-doc new a99aaf2e3b33 Drivers: hv: vmbus: Use PCI_VENDOR_ID_MICROSOFT for better [...] new f7ac541e18e2 Drivers: hv: vmbus: Don't wait for the ACPI device upon in [...] new 635b241d9301 scsi: storvsc: remove an extraneous "to" in a comment new fb2d14add4f8 Drivers: hv: vmbus: Split memcpy of flex-array new d5ebde1e2b46 hyperv: simplify and rename generate_guest_id new 4c3386f64a43 drm/hyperv: Add ratelimit on error message new 154fb14df7a3 x86/hyperv: Replace kmap() with kmap_local_page() new 0e0073eb1b60 Merge tag 'hyperv-next-signed-20221009' of git://git.kerne [...] new 078adb3bf433 vhost: add __init/__exit annotations to module init/exit funcs new bdeb2f9836c4 virtio_ring: split: Operators use unified style new f7adf3892830 virtio_ring: make vring_alloc_queue_packed prettier new cdbd952bb7b5 virtio: drop vp_legacy_set_queue_size new 46cd26f41087 virtio-net: introduce and use helper function for guest gs [...] new 4959aebba8c0 virtio-net: use mtu size as buffer length for big packets new 90fea5a800c3 vdpa: device feature provisioning new 477f71971422 vdpa_sim_net: support feature provisioning new c1ca352d371f vp_vdpa: support feature provisioning new e60d64074214 virtio_blk: add SECURE ERASE command support new 228565100def vDPA: allow userspace to query features of a vDPA device new c6dac2ecfa36 vDPA: only report driver features if FEATURES_OK is set new 8a505711fa27 vDPA: check VIRTIO_NET_F_RSS for max_virtqueue_paris's presence new 9d97aa124cde vDPA: check virtio device features to detect MQ new 35b37c33eb75 vDPA: fix spars cast warning in vdpa_dev_net_mq_config_fill new 41a2ad927aa2 vDPA: conditionally read MTU and MAC in dev cfg space new 71491c54eafa virtio_pci: don't try to use intxif pin is zero new 8aeab132e05f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 750321ace910 m68knommu: fix non-specific 68328 choice interrupt build failure new 18011e50c497 m68knommu: fix non-mmu classic 68000 legacy timer tick selection new 404b7577cee2 m68k: update config files new 34fdd22c8fd9 Merge tag 'm68knommu-for-v6.1' of git://git.kernel.org/pub [...] new ccd2d9df6e21 xtensa: clean up ELF_PLAT_INIT macro new e3ddb8bbe0f8 xtensa: add FDPIC and static PIE support for noMMU new e2302539dd4f Merge tag 'xtensa-20221010' of https://github.com/jcmvbkbc [...]
The 36 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: arch/arm64/hyperv/mshyperv.c | 2 +- arch/m68k/68000/ints.c | 6 +- arch/m68k/Kconfig.cpu | 4 +- arch/m68k/configs/amcore_defconfig | 4 -- arch/m68k/configs/m5208evb_defconfig | 3 - arch/m68k/configs/m5249evb_defconfig | 3 - arch/m68k/configs/m5272c3_defconfig | 3 - arch/m68k/configs/m5275evb_defconfig | 3 - arch/m68k/configs/m5307c3_defconfig | 3 - arch/m68k/configs/m5407c3_defconfig | 3 - arch/x86/hyperv/hv_init.c | 6 +- arch/xtensa/include/asm/elf.h | 24 +++++-- arch/xtensa/include/asm/processor.h | 3 + arch/xtensa/include/uapi/asm/ptrace.h | 4 ++ drivers/block/virtio_blk.c | 110 +++++++++++++++++++++++++----- drivers/gpu/drm/hyperv/hyperv_drm_drv.c | 2 - drivers/gpu/drm/hyperv/hyperv_drm_proto.c | 2 +- drivers/hv/connection.c | 33 ++++----- drivers/hv/vmbus_drv.c | 20 +++--- drivers/net/virtio_net.c | 48 ++++++++----- drivers/scsi/storvsc_drv.c | 11 ++- drivers/vdpa/vdpa.c | 73 +++++++++++++++----- drivers/vdpa/vdpa_sim/vdpa_sim.c | 12 +++- drivers/vdpa/vdpa_sim/vdpa_sim.h | 3 +- drivers/vdpa/vdpa_sim/vdpa_sim_blk.c | 2 +- drivers/vdpa/vdpa_sim/vdpa_sim_net.c | 5 +- drivers/vdpa/virtio_pci/vp_vdpa.c | 22 +++++- drivers/vhost/net.c | 4 +- drivers/virtio/virtio_pci_common.c | 3 + drivers/virtio/virtio_ring.c | 8 +-- fs/Kconfig.binfmt | 2 +- include/asm-generic/mshyperv.h | 9 +-- include/linux/vdpa.h | 1 + include/linux/virtio_pci_legacy.h | 2 - include/uapi/linux/vdpa.h | 6 ++ include/uapi/linux/virtio_blk.h | 19 ++++++ 36 files changed, 325 insertions(+), 143 deletions(-)