linux_dsm_epyc7002/drivers/net/ethernet/google/gve
Chuhong Yuan 8ec1e90069 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>
2019-07-18 16:31:27 -07:00
..
gve_adminq.c
gve_adminq.h
gve_desc.h
gve_ethtool.c gve: Fix u64_stats_sync to initialize start 2019-07-03 11:27:46 -07:00
gve_main.c gve: replace kfree with kvfree 2019-07-18 16:31:27 -07:00
gve_register.h
gve_rx.c gve: replace kfree with kvfree 2019-07-18 16:31:27 -07:00
gve_tx.c
gve.h gve: Add ethtool support 2019-07-01 19:36:35 -07:00
Makefile gve: Add ethtool support 2019-07-01 19:36:35 -07:00