mbox series

[for-4.9,0/5] Stable commits from Ubuntu Xenial 4.4-lts

Message ID 1492018595-13167-1-git-send-email-sumit.semwal@linaro.org
Headers show
Series Stable commits from Ubuntu Xenial 4.4-lts | expand

Message

Sumit Semwal April 12, 2017, 5:36 p.m. UTC
Hi Greg,

For your consideration towards 4.9.y LTS, a few patches from Ubuntu Xenial
based on 4.4 tree. These have been build tested on top of 4.9.22 for x86 with
allmodconfig.

Best regards,
Sumit.

Eugenia Emantayev (1):
  net/mlx4_en: Fix bad WQE issue

Gabriel Krisman Bertazi (1):
  blk-mq: Avoid memory reclaim when remapping queues

Guenter Roeck (1):
  usb: hub: Wait for connection to be reestablished after port reset

Jack Morgenstein (2):
  net/mlx4_core: Fix racy CQ (Completion Queue) free
  net/mlx4_core: Fix when to save some qp context flags for dynamic VST
    to VGT transitions

 block/blk-mq.c                                     |  6 ++--
 drivers/net/ethernet/mellanox/mlx4/cq.c            | 38 ++++++++++++----------
 drivers/net/ethernet/mellanox/mlx4/en_rx.c         |  8 ++++-
 .../net/ethernet/mellanox/mlx4/resource_tracker.c  |  5 +--
 drivers/usb/core/hub.c                             | 11 +++++--
 5 files changed, 42 insertions(+), 26 deletions(-)

-- 
2.7.4

Comments

Greg KH April 14, 2017, 9:16 a.m. UTC | #1
On Wed, Apr 12, 2017 at 11:06:30PM +0530, Sumit Semwal wrote:
> Hi Greg,

> 

> For your consideration towards 4.9.y LTS, a few patches from Ubuntu Xenial

> based on 4.4 tree. These have been build tested on top of 4.9.22 for x86 with

> allmodconfig.


Thanks, all now applied.

greg k-h