1. 29 Nov, 2021 37 commits
  2. 28 Nov, 2021 3 commits
    • Linus Torvalds's avatar
      Linux 5.16-rc3 · d58071a8
      Linus Torvalds authored
      d58071a8
    • Linus Torvalds's avatar
      Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost · d06c942e
      Linus Torvalds authored
      Pull vhost,virtio,vdpa bugfixes from Michael Tsirkin:
       "Misc fixes all over the place.
      
        Revert of virtio used length validation series: the approach taken
        does not seem to work, breaking too many guests in the process. We'll
        need to do length validation using some other approach"
      
      [ This merge also ends up reverting commit f7a36b03 ("vsock/virtio:
        suppress used length validation"), which came in through the
        networking tree in the meantime, and was part of that whole used
        length validation series   - Linus ]
      
      * tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
        vdpa_sim: avoid putting an uninitialized iova_domain
        vhost-vdpa: clean irqs before reseting vdpa device
        virtio-blk: modify the value type of num in virtio_queue_rq()
        vhost/vsock: cleanup removing `len` variable
        vhost/vsock: fix incorrect used length reported to the guest
        Revert "virtio_ring: validate used buffer length"
        Revert "virtio-net: don't let virtio core to validate used length"
        Revert "virtio-blk: don't let virtio core to validate used length"
        Revert "virtio-scsi: don't let virtio core to validate used buffer length"
      d06c942e
    • Linus Torvalds's avatar
      Merge tag 'x86-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip · 9557e60b
      Linus Torvalds authored
      Pull x86 build fix from Thomas Gleixner:
       "A single fix for a missing __init annotation of prepare_command_line()"
      
      * tag 'x86-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
        x86/boot: Mark prepare_command_line() __init
      9557e60b