Re: [PATCH] RDMA/core: Fix several reference count leaks.

From: Jason Gunthorpe
Date: Fri May 29 2020 - 14:37:13 EST


On Wed, May 27, 2020 at 10:02:30PM -0500, wu000273@xxxxxxx wrote:
> From: Qiushi Wu <wu000273@xxxxxxx>
>
> kobject_init_and_add() takes reference even when it fails.
> If this function returns an error, kobject_put() must be called to
> properly clean up the memory associated with the object. Previous
> commit "b8eb718348b8" fixed a similar problem.
>
> Signed-off-by: Qiushi Wu <wu000273@xxxxxxx>
> ---
> drivers/infiniband/core/sysfs.c | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)

Applied to for-next, thanks

Jason