1. 26 Apr, 2023 8 commits
  2. 25 Apr, 2023 1 commit
  3. 13 Apr, 2023 22 commits
  4. 12 Apr, 2023 1 commit
  5. 11 Apr, 2023 6 commits
  6. 10 Apr, 2023 2 commits
    • Linus Torvalds's avatar
      Merge tag 'urgent-rcu.2023.04.07a' of... · 0d3eb744
      Linus Torvalds authored
      Merge tag 'urgent-rcu.2023.04.07a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
      
      Pull RCU fix from Paul McKenney:
       "This fixes a pair of bugs in which an improbable but very real
        sequence of events can cause kfree_rcu() to be a bit too quick about
        freeing the memory passed to it.
      
        It turns out that this pair of bugs is about two years old, and so
        this is not a v6.3 regression. However: (1) It just started showing up
        in the wild and (2) Its consequences are dire, so its fix needs to go
        in sooner rather than later.
      
        Testing is of course being upgraded, and the upgraded tests detect
        this situation very quickly. But to the best of my knowledge right
        now, the tests are not particularly urgent and will thus most likely
        show up in the v6.5 merge window (the one after this coming one).
      
        Kudos to Ziwei Dai and his group for tracking this one down the hard
        way!"
      
      * tag 'urgent-rcu.2023.04.07a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu:
        rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period
      0d3eb744
    • Linus Torvalds's avatar
      Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost · dfc19154
      Linus Torvalds authored
      Pull virtio fixes from Michael Tsirkin:
       "Some last minute fixes - most of them for regressions"
      
      * tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost:
        vdpa_sim_net: complete the initialization before register the device
        vdpa/mlx5: Add and remove debugfs in setup/teardown driver
        tools/virtio: fix typo in README instructions
        vhost-scsi: Fix crash during LUN unmapping
        vhost-scsi: Fix vhost_scsi struct use after free
        virtio-blk: fix ZBD probe in kernels without ZBD support
        virtio-blk: fix to match virtio spec
      dfc19154