commit | f66c8ba4c9fa193481fdb8030504287bf5ad4d69 | [log] [tgz] |
---|---|---|
author | Leon Romanovsky <leonro@mellanox.com> | Sun Jan 28 11:17:19 2018 +0200 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Mon Jan 29 14:01:44 2018 -0700 |
tree | a737729b1bc43b5730741eb15fe6d29dff733d2b | |
parent | e449644741af523fa345f41494e19a0914709a69 [diff] |
RDMA/core: Save kernel caller name when creating PD and CQ objects The KBUILD_MODNAME variable contains the module name and it is known for kernel users during compilation, so let's reuse it to track the owners. Followup patches will store this for resource tracking. Signed-off-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>