aboutsummaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorChuhong Yuan <hslester96@gmail.com>2019-07-17 18:14:57 +0800
committerDavid S. Miller <davem@davemloft.net>2019-07-18 12:11:12 -0700
commit7369c10f81172b55b284944caa2f51f595bbdb84 (patch)
tree75595fcda9e29288d063a6b5f07209958ce02fb8 /samples
parentMAINTAINERS: update netsec driver (diff)
downloadlinux-dev-7369c10f81172b55b284944caa2f51f595bbdb84.tar.xz
linux-dev-7369c10f81172b55b284944caa2f51f595bbdb84.zip
net/mlx5: Replace kfree with kvfree
Variable allocated by kvmalloc should not be freed by kfree. Because it may be allocated by vmalloc. So replace kfree with kvfree here. Fixes: 9b1f298236057 ("net/mlx5: Add support for FW fatal reporter dump") Signed-off-by: Chuhong Yuan <hslester96@gmail.com> Acked-by: Saeed Mahameed <saeedm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions