commit | 5292443431fff5ba20f1b48985d382dd824016eb | [log] [tgz] |
---|---|---|
author | Steve Wise <swise@opengridcomputing.com> | Thu Mar 01 13:58:20 2018 -0800 |
committer | Doug Ledford <dledford@redhat.com> | Thu Mar 08 15:03:03 2018 -0500 |
tree | 246240e9f38cd50baac9eb22b342e4e75c12b11f | |
parent | fccec5b89ac61ebe2f353feecd08a16621f2418b [diff] |
mlx4_ib: zero out struct ib_pd when allocating Zero out the fields of the struct ib_pd for user mode pds so that users querying pds via nldev will not get garbage. For simplicity, use kzalloc() to allocate the mlx4_ib_pd struct. Signed-off-by: Steve Wise <swise@opengridcomputing.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Signed-off-by: Doug Ledford <dledford@redhat.com>