This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 0678afa6055d Merge tag 'loongarch-fixes-5.19-1' of git://git.kernel.org [...] new 228432551bd8 virtio-rng: make device ready before making request new 2f72b2262d31 vdpa/mlx5: Fix syntax errors in comments new a58a7f97ba11 virtio-mmio: fix missing put_device() when vm_cmdline_pare [...] new f766c409fcb3 vdpa/mlx5: fix error code for deleting vlan new f38b3c6a788f vdpa/mlx5: clean up indenting in handle_ctrl_vlan() new dbd29e075228 vringh: Fix loop descriptors check in the indirect cases new b27ee76c74dc vduse: Fix NULL pointer dereference on sysfs access new acb0055e1873 virtio: Fix all occurences of the "the the" typo new 00d1f546470d vdpa: make get_vq_group and set_group_asid optional new eacea844594f um: virt-pci: set device ready in probe() new abe71eb32f30 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new f92de9d11042 scsi: sd: Fix interpretation of VPD B9h length new cf71d59c2ece scsi: vmw_pvscsi: Expand vcpuHint to 16 bits new 44ba9786b673 scsi: lpfc: Correct BDE type for XMIT_SEQ64_WQE in lpfc_ct [...] new 24e1f056677e scsi: lpfc: Resolve some cleanup issues following abort pa [...] new e27f05147bff scsi: lpfc: Resolve some cleanup issues following SLI path [...] new 6f808bd78e82 scsi: lpfc: Address NULL pointer dereference after starget [...] new b1b3440f437b scsi: lpfc: Resolve NULL ptr dereference after an ELS LOGO [...] new 336d63615466 scsi: lpfc: Fix port stuck in bypassed state after LIP in [...] new ea7bd1f39331 scsi: lpfc: Add more logging of cmd and cqe information fo [...] new 2e7e9c0c1ec0 scsi: lpfc: Allow reduced polling rate for nvme_admin_asyn [...] new 1af48fffd7ff scsi: lpfc: Update lpfc version to 14.2.0.4 new 120f1d95efb1 scsi: mpt3sas: Fix out-of-bounds compiler warning new d64c49191132 scsi: ipr: Fix missing/incorrect resource cleanup in error case new ec1e8adcbdf6 scsi: pmcraid: Fix missing resource cleanup in error case new cecb3540b89e Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] new 386cbe7f1b15 gpio: crystalcove: make irq_chip immutable new b34d2ad73af3 gpio: crystalcove: Use specific type and API for IRQ number new 68a12c19e1cb gpio: crystalcove: Join function declarations and long lines new 41a18c4918dc gpio: wcove: make irq_chip immutable new a80fed9fb643 gpio: merrifield: make irq_chip immutable new f1138dacb7ff gpio: sch: make irq_chip immutable new b93a8b2c5161 gpio: dln2: make irq_chip immutable new 7219b824e3bc Merge tag 'intel-gpio-v5.19-2' of gitolite.kernel.org:pub/ [...] new 77006f6edc0e gpio: dwapb: Don't print error on -EPROBE_DEFER new 7a68065eb9cd Merge tag 'gpio-fixes-for-v5.19-rc2' of git://git.kernel.o [...]
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/um/drivers/virt-pci.c | 7 +++- drivers/char/hw_random/virtio-rng.c | 2 + drivers/gpio/gpio-crystalcove.c | 70 ++++++++++++++++++---------------- drivers/gpio/gpio-dln2.c | 23 ++++++----- drivers/gpio/gpio-dwapb.c | 7 ++-- drivers/gpio/gpio-merrifield.c | 22 +++++++---- drivers/gpio/gpio-sch.c | 35 ++++++++++------- drivers/gpio/gpio-wcove.c | 10 ++++- drivers/scsi/ipr.c | 4 +- drivers/scsi/lpfc/lpfc_crtn.h | 4 +- drivers/scsi/lpfc/lpfc_ct.c | 2 +- drivers/scsi/lpfc/lpfc_els.c | 21 +++++----- drivers/scsi/lpfc/lpfc_hw4.h | 3 ++ drivers/scsi/lpfc/lpfc_init.c | 2 +- drivers/scsi/lpfc/lpfc_nportdisc.c | 3 +- drivers/scsi/lpfc/lpfc_nvme.c | 52 +++++++++++++++++++------ drivers/scsi/lpfc/lpfc_scsi.c | 6 +++ drivers/scsi/lpfc/lpfc_sli.c | 25 ++++++------ drivers/scsi/lpfc/lpfc_version.h | 2 +- drivers/scsi/mpt3sas/mpt3sas_base.c | 23 +++++------ drivers/scsi/pmcraid.c | 2 +- drivers/scsi/sd.c | 2 +- drivers/scsi/vmw_pvscsi.h | 4 +- drivers/vdpa/mlx5/net/mlx5_vnet.c | 9 +++-- drivers/vdpa/vdpa_user/vduse_dev.c | 7 ++-- drivers/vhost/vdpa.c | 2 + drivers/vhost/vringh.c | 10 ++++- drivers/virtio/virtio_mmio.c | 3 +- drivers/virtio/virtio_pci_modern_dev.c | 2 +- include/linux/vdpa.h | 5 ++- 30 files changed, 225 insertions(+), 144 deletions(-)