diff options
| author | Arjun Vynipadath <[email protected]> | 2018-11-09 14:52:01 +0530 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-11-09 15:18:22 -0800 |
| commit | 24357e06ba511ad874d664d39475dbb01c1ca450 (patch) | |
| tree | e79c520ef8c56549d86ed8c88778c1e488f6ec24 /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | 2a8d84bf513823ba398f4b2dec41b8decf4041af (diff) | |
cxgb4vf: fix memleak in mac_hlist initialization
mac_hlist was initialized during adapter_up, which will be called
every time a vf device is first brought up, or every time when device
is brought up again after bringing all devices down. This means our
state of previous list is lost, causing a memleak if entries are
present in the list. To fix that, move list init to the condition
that performs initial one time adapter setup.
Signed-off-by: Arjun Vynipadath <[email protected]>
Signed-off-by: Ganesh Goudar <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions