]> git.baikalelectronics.ru Git - kernel.git/commit
net: ena: fix: Free napi resources when ena_up() fails
authorSameeh Jubran <sameehj@amazon.com>
Wed, 1 May 2019 13:47:05 +0000 (16:47 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 4 May 2019 04:14:46 +0000 (00:14 -0400)
commitc21992be00c19b230da8d543a17dba8b735cbb58
treeddc859f94e645405f075a44db773fcb32bf6eff7
parent911dcff9de4aaac23c4cf26f0965f40ce1df7cc1
net: ena: fix: Free napi resources when ena_up() fails

ena_up() calls ena_init_napi() but does not call ena_del_napi() in
case of failure. This causes a segmentation fault upon rmmod when
netif_napi_del() is called. Fix this bug by calling ena_del_napi()
before returning error from ena_up().

Fixes: 42904aea461f ("net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)")
Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
Signed-off-by: Sameeh Jubran <sameehj@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/amazon/ena/ena_netdev.c