Changes:
- 18696ad Merge pull request #1592 from YanLongDai/fix_malloc_null_pointer_v0_2
- 424ae54 Merge pull request #1585 from EdwardSro/pr-pyverbs-tests
- c1ebfaf Merge pull request #1589 from ddmatsu/urdma-spells
- 0fe2a36 Merge pull request #1594 from rleon/fix-checkpatch
- 7f78758 azp: Overcome kernel.org AI protection check
- c68c280 mthca: Fix malloc() return value without detecting null pointer
- b719451 Documentation: Fix spelling and grammatical errors
- 4c2e07f Merge pull request #1579 from hginjgerx/fix
- 68d647b Merge pull request #1572 from clan/clang
- 76a7321 Merge pull request #1588 from Kamalheib/fix
See More
- f7010cb Revert "providers: Fix overrun-buffer-arg issues"
- 8ee1837 Merge pull request #1586 from Kamalheib/mlx4-fix
- 0d58020 Revert "mlx4: Fix overrun-buffer-arg"
- d22198a tests: Add test to cover RDMA domain
- fb81142 tests: Add test to cover RDMA transport domain
- b2af890 tests: Rename FlowTableEntryMatchParam
- f635400 pyverbs: Add FLOW_ACTION_DEST_DEVX to flow action
- df4c2c1 pyverbs: Add extension of mlx5dv_create_flow_matcher
- 9b3ef25 Merge pull request #1584 from TaranovK/kotaranov/shadow_thread
- 4b6d66b Merge pull request #1583 from mazorasaf/fix_switch_bug_libibumad
- 6832181 providers/mana: improve synchronization on the shadow queue
- 26ea3d8 libibumad: Fix iteration index for switches
- 1d80711 Merge pull request #1581 from Kamalheib/rxe
- 34944c1 Merge pull request #1582 from Kamalheib/ocrdma
- 509cc96 ocrdma: Fix uninit_use issues
- ac97606 rxe: Fix uninit_use_in_call issues
- d2b41c8 libhns: Fix wrong order of spin unlock in modify qp
- 8307b7c libhns: Fix wrong max inline data value
- fbe8827 libhns: Clean up data type issues
- b85b2e7 Merge pull request #1573 from yishaih/verbs_misc
- 36461e3 libibverbs: Fix cast-align warning in verbs_get_ctx()
- d253f15 Merge pull request #1577 from ddmatsu/test-improve
- 93dff56 Merge pull request #1537 from yishaih/mlx5_dv
- e675242 mlx5: Extend mlx5dv_create_flow_matcher() to support new flow table types
- 35729ff Update kernel headers
- bf824d4 Merge pull request #1571 from yishaih/mlx5_ucap
- c49e6f2 Merge pull request #1578 from selvintxavier/pushbuf_fix
- 541b71f tests: Add test that creates context with fd array
- 1526092 pyverbs: Add fd array attribute to mlx5dv_open_device()
- c8ec8ce mlx5: Add file descriptor array attribute support in mlx5dv_open_device
- f4d7c01 libibverbs: Add file descriptor array attribute
- 12208a3 Update kernel headers
- 9558f22 bnxt_re/lib: Fix the data copy during the low latency push path
- f52afbe tests: Force page fault for ODP atomic testcases
- a302cb9 tests: Apply unified naming convention to zero size tests
- 37a59a9 Merge pull request #1575 from Kamalheib/vmw_pvrdma
- 34606e1 Merge pull request #1576 from Kamalheib/mlx4
- 25cf877 cmake: add ${BUILD_INCLUDE} for __SOCKADDR_ARG test
- 4d92ff7 mlx4: Fix overrun-buffer-arg
- 3ca882f mlx4: Fix uninit_use issues
- a25f6f1 vmw_pvrdma: Fix uninit_use issue
- ac6e942 Merge pull request #1574 from nmorey/dev/master/fixes
- f564d19 libefa.map: efadv_wc_read_sgid is static inline
- c13a26a libibverbs.map: ibv_cmd_query_device had been removed
- 660479a preload: fix build issue with clang 19
- f6346c2 mlx5: vfio: fix memory leak in mlx5_vfio_get_iommu_info
- 971a76e mlx5: fix bad alloc type in dr_arg_pool_alloc_objs
- 50263e4 ibdiags: mark ibexit as noreturn
- 99ea511 libibmad: fix memory leak in mad_rpc_open_port2
- 3b0168a Merge pull request #1569 from Kamalheib/cxgb4
- 67bd87a cxgb4: Fix uninit_use issues
- 9e9a957 Merge pull request #1570 from Kamalheib/qedr
- f8256d5 qedr: Fix uninit_use issue
- 0d99a06 Merge pull request #1563 from dkkranz/efa_recv_fix
- 3804431 Merge pull request #1567 from Kamalheib/iwpmd
- 215cccc iwpmd: Fix uninitialized value
- bfdc015 efa: Fix receive SGE length overflow
- 2a22f1c Merge pull request #1568 from jakemoroni/master
- 3286f33 Merge pull request #1557 from TaranovK/kotaranov/dmabuf
- 6f8e005 rping: wait for acknowledgement before processing subsequent CONNECT_REQUESTs
- 4e4674c Merge pull request #1564 from heiner/pyverbs-comp_channel-fd
- 71e7499 Expose fd of ibv_comp_channel.
- 1ed5bdc providers/mana: Add dma-buf support
- 2d2510d Merge pull request #1535 from leoncamel/fixing-hostname-length
- 0220206 mlx5: fix max length of hostname
- 536e01f Merge pull request #1561 from masatake/ibdiags--man-literal-blocks
- d9a2586 Merge pull request #1560 from EdwardSro/pr-pyverbs-tests
- 4414a12 Merge pull request #1559 from Kamalheib/modify_srq
- dfd8417 Merge pull request #1558 from Kamalheib/uninstall
- 5c5bfbb ibdiags: fix the usage of literal block indicators in the man pages
- f140335 providers: Fix overrun-buffer-arg issues
- fede944 tests: Skip DR root reuse test if counters are not supported
- 5e8dc11 tests: Allow proper skip if reg C is not supported.
- 56fc7d7 pyverbs: Allow RecvWR init get zero num_sge
- c9cc01a tests: Sync between threads in vfio async event
- 874e4f2 tests: Add test to verify rd_atomic in modify RC QP
- 880315d redhat: Add missing rdma-load-modules systemd scriptlets
- 65bedad Merge pull request #1556 from TaranovK/kotaranov/errorcqe_dmabuf_next
- 8c7b201 providers/mana: Process Error cqes
- 824eb82 providers/mana: Implement signal all for RC QPs
- 87b48c6 providers/mana: Fix modify RC QPs for RTS and INIT states
- 3d17a18 providers/mana: Fix return values on unsupported parent domain flags
- b8e99f5 providers/mana: fix WRs with zero sges
- 3c72ef9 providers/mana: Fix return value on unsupported QP type
- 0d5908c Update library version to be 57.0
This list of changes was auto generated.