On Wed, May 22, 2019 at 11:06:43AM +0300, Gal Pressman wrote: > When destroy_* is called as a result of uverbs create cleanup flow a > cleared udata should be passed instead of NULL to indicate that it is > called under user flow. > > Fixes: bc38a6abdd5a ("[PATCH] IB uverbs: core implementation") > Fixes: 67cdb40ca444 ("[IB] uverbs: Implement more commands") > Fixes: 42849b2697c3 ("RDMA/uverbs: Export ib_open_qp() capability to user space") > Fixes: 9ee79fce3642 ("IB/core: Add completion queue (cq) object actions") > Signed-off-by: Gal Pressman <galpress@xxxxxxxxxx> > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxxxx> > --- > drivers/infiniband/core/uverbs_cmd.c | 9 +++++---- > drivers/infiniband/core/uverbs_std_types_cq.c | 2 +- > 2 files changed, 6 insertions(+), 5 deletions(-) Applied to for-rc (that last one was for-rc too, woops) Thanks, Jason