RDMA/qedr: Prevent memory overrun in verbs' user responses
Wrap ib_copy_to_udata with a function that ensures that the data
being copied over to user space isn't longer than the allowed.
Fixes: 370660d94179 ("qedr: Add support for QP verbs") Fixes: 0eac7fe1d70c ("qedr: Add support for PD,PKEY and CQ verbs") Fixes: 03f6a41bb6b0 ("qedr: Add support for user context verbs") Signed-off-by: Ram Amrani <Ram.Amrani@cavium.com> Signed-off-by: Doug Ledford <dledford@redhat.com>