commit | c73d2e8462d0bb1d47b0e8f6a33d97ab9a154824 | [log] [tgz] |
---|---|---|
author | Carolyn Wyborny <carolyn.wyborny@intel.com> | Wed Sep 14 16:24:31 2016 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Fri Oct 28 23:28:39 2016 -0700 |
tree | 5f43aa7e6ee930d98d9791aac269667d5131d1b1 | |
parent | b09edbd07f876c9f7046c4aae1831e58919cffea [diff] |
i40e: Fix client interaction This patch fixes a problem in the client interface that was causing random stack traces in RDMA driver load and unload tests. This patch fixes the problem by checking for an existing client before trying to open it. Without this patch, there is a timing related null pointer deref. Change-ID: Ib73d30671a27f6f9770dd53b3e5292b88d6b62da Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>