3 bug fixes in this series. Fix a crash in bnxt_get_stats64() that can happen if the device is closing and freeing the statistics block at the same time. The 2nd one fixes ethtool -L failing when changing from combined to non-combined mode or vice versa. The last one fixes SRIOV failure on big-endian systems because we were setting a bitmap wrong in a firmware message.
Michael Chan (3): bnxt_en: Fix race conditions in .ndo_get_stats64(). bnxt_en: Fix bug in ethtool -L. bnxt_en: Fix SRIOV on big-endian architecture. drivers/net/ethernet/broadcom/bnxt/bnxt.c | 42 ++++++++++++++++------- drivers/net/ethernet/broadcom/bnxt/bnxt.h | 4 ++- drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c | 3 +- drivers/net/ethernet/broadcom/bnxt/bnxt_xdp.c | 2 +- 4 files changed, 35 insertions(+), 16 deletions(-) -- 1.8.3.1