update ENA driver to 1.2.0k from net-next
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Undecided
|
Kamal Mostafa | ||
Trusty |
Fix Released
|
Undecided
|
Kamal Mostafa | ||
Xenial |
Fix Released
|
Undecided
|
Kamal Mostafa | ||
Yakkety |
Won't Fix
|
Undecided
|
Kamal Mostafa | ||
Zesty |
Fix Released
|
Undecided
|
Kamal Mostafa |
Bug Description
Commits from mainline and net-next bringing ENA driver up to version 1.2.0k.
(Trusty needs this preqreq also):
T--- 3464452 lib: devres: add a helper function for ioremap_wc
---Z b1669c9 net/ena: use napi_complete_
TXYZ 90a6c99 net: ena: remove superfluous check in ena_remove()
--YZ da6f4cf net/ena: switch to pci_alloc_
TXYZ a77c1aa net: ena: fix rare uncompleted admin command false alarm
---Z 418df30 net: ena: fix bug that might cause hang after consecutive open/close interface.
TXYZ 2d2c600 net: ena: add missing return when ena_com_
TXYZ 661d2b0 net: ena: fix race condition between submit and completion admin command
TXYZ 0857d92 net: ena: add missing unmap bars on device removal
TXYZ a3af7c1 net: ena: fix theoretical Rx hang on low memory systems
TXYZ a2cc519 net: ena: disable admin msix while working in polling mode
TXYZ 800c55c net: ena: bug fix in lost tx packets detection mechanism
TXYZ e7ff7ef net: ena: update ena driver to version 1.1.7
TXYZ d149763 net: ena: change return value for unsupported features unsupported return value
TXYZ 82ef30f net: ena: add hardware hints capability to the driver
TXYZ 9175011 net: ena: change sizeof() argument to be the type pointer
TXYZ e2eed0e net: ena: add reset reason for each device FLR
TXYZ ad974ba net: ena: add support for out of order rx buffers refill
--YZ 0644368 net: ena: allow the driver to work with small number of msix vectors
-XYZ e745daf net: ena: use napi_schedule_
TXYZ 4265114 net: ena: separate skb allocation to dedicated function
TXYZ 3ae5907 net: ena: use lower_32_
TXYZ 11a9a46 net: ena: update driver's rx drop statistics
TXYZ 8523899 net: ena: update ena driver to version 1.2.0
CVE References
Changed in linux (Ubuntu Trusty): | |
status: | New → In Progress |
Changed in linux (Ubuntu Xenial): | |
status: | New → In Progress |
Changed in linux (Ubuntu Yakkety): | |
status: | New → In Progress |
Changed in linux (Ubuntu Zesty): | |
status: | New → In Progress |
Changed in linux (Ubuntu Trusty): | |
assignee: | nobody → Kamal Mostafa (kamalmostafa) |
Changed in linux (Ubuntu Zesty): | |
assignee: | nobody → Kamal Mostafa (kamalmostafa) |
Changed in linux (Ubuntu Xenial): | |
assignee: | nobody → Kamal Mostafa (kamalmostafa) |
Changed in linux (Ubuntu Yakkety): | |
assignee: | nobody → Kamal Mostafa (kamalmostafa) |
Changed in linux (Ubuntu): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Zesty): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Yakkety): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Xenial): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Trusty): | |
status: | In Progress → Fix Committed |
I have smoke-tested the patch sets indicated in the description on each of the four targeted Ubuntu series. No problems were observed and a basic network performance test showed no obvious performance regression.