mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-08 03:05:23 +00:00
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
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQRRRCHOFoQz/8F5bUaFwuHvBreFYQUCZfgzdQAKCRCFwuHvBreF
YbS7AQDLy6uJ/1dgrZQ4efcyQDs6H93LG4jWZKoA7F9Oho+MFQEAsQM/UL4nj18O
T6vHl30N0Ee0aOCqET7HBbnFGKEADAE=
=KxUj
-----END PGP SIGNATURE-----
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
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
...
|
||
|---|---|---|
| .. | ||
| affinity.c | ||
| affinity.h | ||
| aspm.c | ||
| aspm.h | ||
| chip_registers.h | ||
| chip.c | ||
| chip.h | ||
| common.h | ||
| debugfs.c | ||
| debugfs.h | ||
| device.c | ||
| device.h | ||
| driver.c | ||
| efivar.c | ||
| efivar.h | ||
| eprom.c | ||
| eprom.h | ||
| exp_rcv.c | ||
| exp_rcv.h | ||
| fault.c | ||
| fault.h | ||
| file_ops.c | ||
| firmware.c | ||
| hfi.h | ||
| init.c | ||
| intr.c | ||
| iowait.c | ||
| iowait.h | ||
| ipoib_main.c | ||
| ipoib_rx.c | ||
| ipoib_tx.c | ||
| ipoib.h | ||
| Kconfig | ||
| mad.c | ||
| mad.h | ||
| Makefile | ||
| mmu_rb.c | ||
| mmu_rb.h | ||
| msix.c | ||
| msix.h | ||
| netdev_rx.c | ||
| netdev.h | ||
| opa_compat.h | ||
| opfn.c | ||
| opfn.h | ||
| pcie.c | ||
| pin_system.c | ||
| pinning.h | ||
| pio_copy.c | ||
| pio.c | ||
| pio.h | ||
| platform.c | ||
| platform.h | ||
| qp.c | ||
| qp.h | ||
| qsfp.c | ||
| qsfp.h | ||
| rc.c | ||
| rc.h | ||
| ruc.c | ||
| sdma_txreq.h | ||
| sdma.c | ||
| sdma.h | ||
| sysfs.c | ||
| tid_rdma.c | ||
| tid_rdma.h | ||
| trace_ctxts.h | ||
| trace_dbg.h | ||
| trace_ibhdrs.h | ||
| trace_iowait.h | ||
| trace_misc.h | ||
| trace_mmu.h | ||
| trace_rc.h | ||
| trace_rx.h | ||
| trace_tid.h | ||
| trace_tx.h | ||
| trace.c | ||
| trace.h | ||
| uc.c | ||
| ud.c | ||
| user_exp_rcv.c | ||
| user_exp_rcv.h | ||
| user_pages.c | ||
| user_sdma.c | ||
| user_sdma.h | ||
| verbs_txreq.c | ||
| verbs_txreq.h | ||
| verbs.c | ||
| verbs.h | ||
| vnic_main.c | ||
| vnic_sdma.c | ||
| vnic.h | ||