All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH rc 0/4] Fix several serious mistakes on the udata path in drivers
@ 2026-02-16 15:02 Jason Gunthorpe
  2026-02-16 15:02 ` [PATCH rc 1/4] RDMA/efa: Fix typo in efa_alloc_mr() Jason Gunthorpe
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Jason Gunthorpe @ 2026-02-16 15:02 UTC (permalink / raw)
  To: Gal Pressman, Krzysztof Czurylo, Leon Romanovsky, linux-rdma,
	Michael Margolin, Yossi Leybovich, Tatyana Nikolova
  Cc: Abhijit Gangurde, Allen Hubbe, Andrew Boyer, Gal Pressman,
	Mustafa Ismail, patches, Roland Dreier, Shiraz Saleem, stable,
	Steve Wise

While converting drivers to use
ib_copy_validate_udata_in()/ib_respond_udata()/etc these issues were
found, mostly by AI scanners.

Jason Gunthorpe (4):
  RDMA/efa: Fix typo in efa_alloc_mr()
  IB/mthca: Add missed mthca_unmap_user_db() for mthca_create_srq()
  RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()
  RDMA/ionic: Fix kernel stack leak in ionic_create_cq()

 drivers/infiniband/hw/efa/efa_verbs.c           | 2 +-
 drivers/infiniband/hw/ionic/ionic_controlpath.c | 2 +-
 drivers/infiniband/hw/irdma/verbs.c             | 2 +-
 drivers/infiniband/hw/mthca/mthca_provider.c    | 2 ++
 4 files changed, 5 insertions(+), 3 deletions(-)


base-commit: d6c58f4eb3d00a695f5a610ea780cad322ec714e
-- 
2.43.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-02-24 10:03 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-16 15:02 [PATCH rc 0/4] Fix several serious mistakes on the udata path in drivers Jason Gunthorpe
2026-02-16 15:02 ` [PATCH rc 1/4] RDMA/efa: Fix typo in efa_alloc_mr() Jason Gunthorpe
2026-02-16 15:30   ` Michael Margolin
2026-02-16 15:02 ` [PATCH rc 2/4] IB/mthca: Add missed mthca_unmap_user_db() for mthca_create_srq() Jason Gunthorpe
2026-02-17 13:23   ` Leon Romanovsky
2026-02-17 23:46     ` Jason Gunthorpe
2026-02-18  9:06       ` Leon Romanovsky
2026-02-16 15:02 ` [PATCH rc 3/4] RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah() Jason Gunthorpe
2026-02-16 15:02 ` [PATCH rc 4/4] RDMA/ionic: Fix kernel stack leak in ionic_create_cq() Jason Gunthorpe
2026-02-23 12:07   ` Abhijit Gangurde
2026-02-24 10:03 ` [PATCH rc 0/4] Fix several serious mistakes on the udata path in drivers Leon Romanovsky

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.