diff options
author | duanqiangwen <duanqiangwen@net-swift.com> | 2023-12-14 05:33:37 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-12-15 13:05:43 +0300 |
commit | 738b54b9b6236f573eed2453c4cbfa77326793e2 (patch) | |
tree | d3366cdb3158bd91431eacb3c90a1253121688ae /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 0225191a769510ed2591e29c5f0dc88f04c7a632 (diff) | |
download | linux-738b54b9b6236f573eed2453c4cbfa77326793e2.tar.xz |
net: libwx: fix memory leak on free page
ifconfig ethx up, will set page->refcount larger than 1,
and then ifconfig ethx down, calling __page_frag_cache_drain()
to free pages, it is not compatible with page pool.
So deleting codes which changing page->refcount.
Fixes: 3c47e8ae113a ("net: libwx: Support to receive packets in NAPI")
Signed-off-by: duanqiangwen <duanqiangwen@net-swift.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions