commit | 5114a04e6c73a0c6e74737e801b8a3b3d40c7e36 | [log] [tgz] |
---|---|---|
author | Carol L Soto <clsoto@linux.vnet.ibm.com> | Tue Jun 02 16:07:23 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 03 20:12:58 2015 -0700 |
tree | 0f180afcd9dc0ff1373e0dd2cb8a26482e0d72d5 | |
parent | e1395a321eab1a7833d82e952eb8255e0a1f03cb [diff] |
net/mlx4_core: double free of dev_vfs If user loads mlx4_core with num_vfs greater than supported then variable dev->dev_vfs is freed 2 times after unloading the driver. Acked-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Carol L Soto <clsoto@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>