summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorChuhong Yuan <hslester96@gmail.com>2019-07-17 04:05:11 +0200
committerDavid S. Miller <davem@davemloft.net>2019-07-19 01:31:27 +0200
commit8ec1e9006908a606b2a67c905f33ee2d3b6be5c2 (patch)
treeab18fcdc9f64a0a839cdbe9daed1265671f3ace6 /net
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf (diff)
downloadlinux-8ec1e9006908a606b2a67c905f33ee2d3b6be5c2.tar.xz
linux-8ec1e9006908a606b2a67c905f33ee2d3b6be5c2.zip
gve: replace kfree with kvfree
Variables allocated by kvzalloc should not be freed by kfree. Because they may be allocated by vmalloc. So we replace kfree with kvfree here. Signed-off-by: Chuhong Yuan <hslester96@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions