commit | fd7dd8bc8784bc96213781f1bfb454ae1c13e79f | [log] [tgz] |
---|---|---|
author | Lang Cheng <chenglang@huawei.com> | Mon Jun 24 19:47:50 2019 +0800 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Sun Jul 07 09:19:38 2019 -0300 |
tree | 7a5d5cf50cf52e847822966a303df5790c1e6095 | |
parent | e0222d18d628ce96f0def790ea26b6b7b3c18f78 [diff] |
RDMA/hns: Use %pK format pointer print The format specifier \"%p\" can leak kernel addresses. Use \"%pK\" instead. Signed-off-by: Lang Cheng <chenglang@huawei.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>