On Tue, Aug 28, 2018 at 03:05:07PM +0300, Leon Romanovsky wrote: > From: Parav Pandit <parav@xxxxxxxxxxxx> > > (a) If ib_uverbs_create_uapi() fails, dev_num should be freed. > (b) Destroy uapi if fails to create device. > > Fixes: 7d96c9b17636 ("IB/uverbs: Have the core code create the uverbs_root_spec") > Signed-off-by: Parav Pandit <parav@xxxxxxxxxxxx> > Signed-off-by: Leon Romanovsky <leonro@xxxxxxxxxxxx> > --- > drivers/infiniband/core/uverbs_main.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Applied to for-rc, thanks Jason