]> git.baikalelectronics.ru Git - kernel.git/commit
IB/uverbs: Free uapi on destroy
authorMark Bloch <markb@mellanox.com>
Tue, 25 Sep 2018 08:23:55 +0000 (11:23 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 25 Sep 2018 20:47:33 +0000 (14:47 -0600)
commitb6a7adb0498d1f542cbcf3f1dad91ba7c2298a79
tree5a4530e7e4ccb7d7123e5f1a81f22e9a8a4c6162
parent067f982c572c22a38f82aa5a915f4208a04fd470
IB/uverbs: Free uapi on destroy

Make sure we free struct uverbs_api once we clean the radix tree. It was
allocated by uverbs_alloc_api().

Fixes: 85242cc768b3 ("IB/uverbs: Build the specs into a radix tree at runtime")
Reported-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Mark Bloch <markb@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/uverbs_uapi.c