On 06/09/2017 03:13 PM, [email protected] wrote:
> From: Netanel Belgazal <[email protected]>
>
> This patchset contains fixes for the bugs that were discovered so far.
If these are all fixes you should submit them against the "net" tree.
net-next is for features [1].
Since these are fixes, you may also want to provide a Fixes: 12-digit
commit ("commit subject") [2] such that David can queue these patches
for stable trees and this can be retrofitted into kernel distributions.
[1]:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/networking/netdev-FAQ.txt#n25
[2]:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/process/submitting-patches.rst#n183
>
> Netanel Belgazal (8):
> net: ena: fix rare uncompleted admin command false alarm
> net: ena: fix bug that might cause hang after consecutive open/close
> interface.
> net: ena: add missing return when ena_com_get_io_handlers() fails
> net: ena: fix race condition between submit and completion admin
> command
> net: ena: add missing unmap bars on device removal
> net: ena: fix theoretical Rx hang on low memory systems
> net: ena: disable admin msix while working in polling mode
> net: ena: bug fix in lost tx packets detection mechanism
>
> drivers/net/ethernet/amazon/ena/ena_com.c | 35 +++--
> drivers/net/ethernet/amazon/ena/ena_ethtool.c | 2 +-
> drivers/net/ethernet/amazon/ena/ena_netdev.c | 179
> +++++++++++++++++++-------
> drivers/net/ethernet/amazon/ena/ena_netdev.h | 16 ++-
> 4 files changed, 168 insertions(+), 64 deletions(-)
>
--
Florian