IB/counters: Always initialize the port counter object
authorParav Pandit <parav@mellanox.com>
Tue, 23 Jul 2019 06:57:33 +0000 (09:57 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 25 Jul 2019 14:45:48 +0000 (11:45 -0300)
commitd191152f43a5869d7dbb50dd2a7a4b3b8b71f1f0
treea6bb752f11e9478553515003b1f4478bb537ef6b
parenta379d1ce32f1c97b19d68cffbd195e025dbb9d43
IB/counters: Always initialize the port counter object

Port counter objects should be initialized even if alloc_stats is
unsupported, otherwise QP bind operations in user space can trigger a NULL
pointer deference if they try to bind QP on RDMA device which doesn't
support counters.

Fixes: f34a55e497e8 ("RDMA/core: Get sum value of all counters when perform a sysfs stat read")
Link: https://lore.kernel.org/r/20190723065733.4899-11-leon@kernel.org
Signed-off-by: Parav Pandit <parav@mellanox.com>
Reviewed-by: Mark Zhang <markz@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/core/counters.c