On Fri, Oct 30, 2020 at 11:03:05AM -0300, Jason Gunthorpe wrote: > These two drivers open code the call to POST_SEND and do not use the > rdma-core wrapper to do it, thus their usages was missed during the audit. > > Both drivers use this as a doorbell to signal the kernel to start DMA. > > Fixes: 628c02bf38aa ("RDMA: Remove uverbs cmds from drivers that don't use them") > Reported-by: Bob Pearson <rpearsonhpe@xxxxxxxxx> > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_verbs.c | 3 ++- > drivers/infiniband/sw/siw/siw_main.c | 2 ++ > 2 files changed, 4 insertions(+), 1 deletion(-) Applied to for-next Jason