linux/drivers/infiniband/sw
Jia-Ju Bai 07d432bb97 rxe: Fix a sleep-in-atomic bug in post_one_send
The driver may sleep under a spin lock, and the function call path is:
post_one_send (acquire the lock by spin_lock_irqsave)
  init_send_wqe
    copy_from_user --> may sleep

There is no flow that makes "qp->is_user" true, and copy_from_user may
cause bug when a non-user pointer is used. So the lines of copy_from_user
and check of "qp->is_user" are removed.

Signed-off-by: Jia-Ju Bai <baijiaju1990@163.com>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Acked-by: Moni Shoua <monis@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
2017-06-14 13:02:01 -04:00
..
rdmavt IB/core: Use rdma_ah_attr accessor functions 2017-05-01 14:32:43 -04:00
rxe rxe: Fix a sleep-in-atomic bug in post_one_send 2017-06-14 13:02:01 -04:00
Makefile Soft RoCE driver 2016-08-04 11:13:12 -04:00