Gerd Rausch b36556947a net/rds: dma_map_sg is entitled to merge entries
[ Upstream commit fb4b1373dcab086d0619c29310f0466a0b2ceb8a ]

Function "dma_map_sg" is entitled to merge adjacent entries
and return a value smaller than what was passed as "nents".

Subsequently "ib_map_mr_sg" needs to work with this value ("sg_dma_len")
rather than the original "nents" parameter ("sg_len").

This old RDS bug was exposed and reliably causes kernel panics
(using RDMA operations "rds-stress -D") on x86_64 starting with:
commit c588072bba6b ("iommu/vt-d: Convert intel iommu driver to the iommu ops")

Simply put: Linux 5.11 and later.

Signed-off-by: Gerd Rausch <gerd.rausch@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Link: https://lore.kernel.org/r/60efc69f-1f35-529d-a7ef-da0549cad143@oracle.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-09-03 09:58:02 +02:00
..
2018-08-01 09:32:35 -07:00
2019-05-02 09:59:00 +02:00
2018-09-23 12:25:15 -07:00
2018-08-31 23:09:53 -07:00
2018-08-01 09:32:35 -07:00
2018-07-23 21:17:44 -07:00
2019-07-10 09:53:46 +02:00
2018-07-23 21:17:44 -07:00
2021-06-16 11:54:57 +02:00
2021-06-16 11:54:57 +02:00