1. 19 Mar, 2024 37 commits
  2. 18 Mar, 2024 3 commits
    • Linus Torvalds's avatar
      Merge tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm · b3603fcb
      Linus Torvalds authored
      Pull dlm updates from David Teigland:
      
       - Fix mistaken variable assignment that caused a refcounting problem
      
       - Revert a recent change that began using atomic counters where they
         were not needed (for lkb wait_count)
      
       - Add comments around forced state reset for waiting lock operations
         during recovery
      
      * tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm:
        dlm: add comments about forced waiters reset
        dlm: revert atomic_t lkb_wait_count
        dlm: fix user space lkb refcounting
      b3603fcb
    • Linus Torvalds's avatar
      Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma · 6207b37e
      Linus Torvalds authored
      Pull rdma updates from Jason Gunthorpe:
       "Very small update this cycle:
      
         - Minor code improvements in fi, rxe, ipoib, mana, cxgb4, mlx5,
           irdma, rxe, rtrs, mana
      
         - Simplify the hns hem mechanism
      
         - Fix EFA's MSI-X allocation in resource constrained configurations
      
         - Fix a KASN splat in srpt
      
         - Narrow hns's congestion control selection to QPs granularity and
           allow userspace to select it
      
         - Solve a parallel module loading race between the CM module and a
           driver module
      
         - Flexible array cleanup
      
         - Dump hns's SCC Conext to 'rdma res' for debugging
      
         - Make mana build page lists for HW objects that require a 0 offset
           correctly
      
         - Stuck CM ID debugging"
      
      * tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (29 commits)
        RDMA/cm: add timeout to cm_destroy_id wait
        RDMA/mana_ib: Use virtual address in dma regions for MRs
        RDMA/mana_ib: Fix bug in creation of dma regions
        RDMA/hns: Append SCC context to the raw dump of QPC
        RDMA/uverbs: Avoid -Wflex-array-member-not-at-end warnings
        RDMA/hns: Support userspace configuring congestion control algorithm with QP granularity
        RDMA/rtrs-clt: Check strnlen return len in sysfs mpath_policy_store()
        RDMA/uverbs: Remove flexible arrays from struct *_filter
        RDMA/device: Fix a race between mad_client and cm_client init
        RDMA/hns: Fix mis-modifying default congestion control algorithm
        RDMA/rxe: Remove unused 'iova' parameter from rxe_mr_init_user
        RDMA/srpt: Do not register event handler until srpt device is fully setup
        RDMA/irdma: Remove duplicate assignment
        RDMA/efa: Limit EQs to available MSI-X vectors
        RDMA/mlx5: Delete unused mlx5_ib_copy_pas prototype
        RDMA/cxgb4: Delete unused c4iw_ep_redirect prototype
        RDMA/mana_ib: Introduce mana_ib_install_cq_cb helper function
        RDMA/mana_ib: Introduce mana_ib_get_netdev helper function
        RDMA/mana_ib: Introduce mdev_to_gc helper function
        RDMA/hns: Simplify 'struct hns_roce_hem' allocation
        ...
      6207b37e
    • Linus Torvalds's avatar
      Merge tag 'ktest-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest · 65b64246
      Linus Torvalds authored
      Pull ktest updates from Steven Rostedt:
      
       - Allow variables to contain variables. This makes the shell commands
         have a bit more flexibility to reuse existing variables.
      
       - Have make_warnings_file in build-only mode require limited variables
      
         The make_warnings_file test will create a file with all existing
         warnings (which can be used to compare against in builds with new
         commits). Add it to the build-only list that doesn't require other
         variables (like how to reset a machine), as the make_warnings_file
         makes the most sense on build only tests.
      
      * tag 'ktest-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest:
        ktest: force $buildonly = 1 for 'make_warnings_file' test type
        ktest.pl: Process variables within variables
      65b64246