Files
twx-linux/drivers/net
Arjun Vynipadath eebc4b6578 cxgb4/cxgb4vf: Fix mac_hlist initialization and free
[ Upstream commit b539ea60f5 ]

Null pointer dereference seen when cxgb4vf driver is unloaded
without bringing up any interfaces, moving mac_hlist initialization
to driver probe and free the mac_hlist in remove to fix the issue.

Fixes: 24357e06ba ("cxgb4vf: fix memleak in mac_hlist initialization")
Signed-off-by: Arjun Vynipadath <arjun@chelsio.com>
Signed-off-by: Casey Leedom <leedom@chelsio.com>
Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-05-27 16:43:10 +02:00
..
2020-05-02 17:24:17 +02:00
2020-05-02 17:24:18 +02:00