This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from cec6937dd1aa task_work: make TWA_NMI_CURRENT handling conditional on IRQ_WORK new 69eced9eb49a virtio: add missing MODULE_DESCRIPTION() macro new e14f480df7fb vdpa/octeon_ep: Fix error code in octep_process_mbox() new de128f3f6317 virtio_pci: push out single vq find code to vp_find_one_vq_msix() new 572864d45d61 virtio_pci: simplify vp_request_msix_vectors() call a bit new ef775b2627c8 virtio_pci: pass vector policy enum to vp_find_vqs_msix() new b8b4e1a05d41 virtio_pci: pass vector policy enum to vp_find_one_vq_msix() new 06909a4427d6 virtio_pci: introduce vector allocation fallback for slow [...] new 4199107e3912 virtio_pci_modern: treat vp_dev->admin_vq.info.vq pointer [...] new 7e5d9f556edc virtio: push out code to vp_avq_index() new 89a1c435aec2 virtio_pci: pass vq info as an argument to vp_setup_vq() new af22bbe1f4a5 virtio: create admin queues alongside other virtqueues new b00c4150c435 virtio_pci_modern: create admin queue of queried size new 7090f2b5ad33 virtio_pci_modern: pass cmd as an identification token new 4c3b54af907e virtio_pci_modern: use completion instead of busy loop to [...] new 6d834691da47 virtio_pci_modern: remove admin queue serialization lock new 10826505f523 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new f0d17d696dfc HID: wacom: Modify pen IDs new 9c2913b962da HID: wacom: more appropriate tool type categorization new bacc15e010fc hid: bpf: add BPF_JIT dependency new 8031b001da70 HID: amd_sfh: Move sensor discovery before HID device init [...] new ff9fbcafbaf1 selftests/hid: fix bpf_wq new API new f64c1a459339 selftests/hid: disable struct_ops auto-attach new acd34cfc48b3 HID: bpf: prevent the same struct_ops to be attached more [...] new facdbdfe0e62 selftests/hid: add test for attaching multiple time the sa [...] new 6b5faec9f564 Merge tag 'for-linus-2024072901' of git://git.kernel.org/p [...]
The 25 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: drivers/hid/amd-sfh-hid/amd_sfh_client.c | 18 +- drivers/hid/bpf/Kconfig | 2 +- drivers/hid/bpf/hid_bpf_struct_ops.c | 5 + drivers/hid/wacom_wac.c | 67 ++------ drivers/vdpa/octeon_ep/octep_vdpa_hw.c | 2 +- drivers/virtio/virtio.c | 28 +-- drivers/virtio/virtio_pci_common.c | 190 ++++++++++++++++----- drivers/virtio/virtio_pci_common.h | 16 +- drivers/virtio/virtio_pci_modern.c | 159 ++++++++--------- include/linux/virtio.h | 3 + include/linux/virtio_config.h | 4 - tools/testing/selftests/hid/hid_bpf.c | 26 +++ tools/testing/selftests/hid/progs/hid.c | 2 +- .../testing/selftests/hid/progs/hid_bpf_helpers.h | 2 +- 14 files changed, 295 insertions(+), 229 deletions(-)