stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v2 PATCH for-4.4 00/16] Stable commits from Ubuntu Xenial 4.4-lts
@ 2017-04-12 17:43 Sumit Semwal
  2017-04-12 17:43 ` [v2 PATCH for-4.4 01/16] net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT transitions Sumit Semwal
                   ` (15 more replies)
  0 siblings, 16 replies; 23+ messages in thread
From: Sumit Semwal @ 2017-04-12 17:43 UTC (permalink / raw)
  To: stable; +Cc: Sumit Semwal

Hi Greg,

For your consideration, a few patches that seem useful for 4.4-lts. These
are taken from the patches added for the 4.4-based Ubuntu Xenial tree. I've
build tested these for x86 with allmodconfig.

These apply cleanly on top of 4.4.59. I have updated the one patch that had
a wrong upstream commit ID.

These patches are all present in 4.10.y; 5 of these are submitted for 4.9.y
in a separate series.

v2: Updated upstream commit in patch 1/16

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 when to save some qp context flags for dynamic VST
    to VGT transitions
  net/mlx4_core: Fix racy CQ (Completion Queue) free

K. Y. Srinivasan (1):
  Drivers: hv: vmbus: Reduce the delay between retries in
    vmbus_post_msg()

NeilBrown (1):
  SUNRPC: fix refcounting problems with auth_gss messages.

Thomas Falcon (2):
  ibmveth: set correct gso_size and gso_type
  ibmveth: calculate gso_segs for large packets

Vitaly Kuznetsov (7):
  Drivers: hv: get rid of redundant messagecount in
    create_gpadl_header()
  Drivers: hv: don't leak memory in vmbus_establish_gpadl()
  Drivers: hv: get rid of timeout in vmbus_open()
  Tools: hv: kvp: ensure kvp device fd is closed on exec
  Drivers: hv: balloon: keep track of where ha_region starts
  Drivers: hv: balloon: account for gaps in hot add regions
  hv: don't reset hv_context.tsc_page on crash

 block/blk-mq.c                                     |   6 +-
 drivers/hv/channel.c                               |  51 ++++----
 drivers/hv/connection.c                            |   8 +-
 drivers/hv/hv.c                                    |   5 +-
 drivers/hv/hv_balloon.c                            | 136 +++++++++++++++------
 drivers/net/ethernet/ibm/ibmveth.c                 |  73 ++++++++++-
 drivers/net/ethernet/ibm/ibmveth.h                 |   1 +
 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 +-
 net/sunrpc/auth_gss/auth_gss.c                     |   7 +-
 tools/hv/hv_kvp_daemon.c                           |   2 +-
 13 files changed, 248 insertions(+), 103 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2017-04-20  5:34 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-12 17:43 [v2 PATCH for-4.4 00/16] Stable commits from Ubuntu Xenial 4.4-lts Sumit Semwal
2017-04-12 17:43 ` [v2 PATCH for-4.4 01/16] net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT transitions Sumit Semwal
2017-04-12 17:43 ` [v2 PATCH for-4.4 02/16] net/mlx4_core: Fix racy CQ (Completion Queue) free Sumit Semwal
2017-04-12 17:43 ` [v2 PATCH for-4.4 03/16] net/mlx4_en: Fix bad WQE issue Sumit Semwal
2017-04-12 17:43 ` [v2 PATCH for-4.4 04/16] SUNRPC: fix refcounting problems with auth_gss messages Sumit Semwal
2017-04-16  7:59   ` Greg KH
     [not found]     ` <CAO_48GHUULUtHcvhkvxOr_tQ=q1vu+EVK3Ed09Bu3OsJpvC_CA@mail.gmail.com>
2017-04-16 10:30       ` Greg Kroah-Hartman
2017-04-12 17:43 ` [v2 PATCH for-4.4 05/16] ibmveth: set correct gso_size and gso_type Sumit Semwal
2017-04-12 17:43 ` [v2 PATCH for-4.4 06/16] ibmveth: calculate gso_segs for large packets Sumit Semwal
2017-04-12 17:43 ` [v2 PATCH for-4.4 07/16] Drivers: hv: get rid of redundant messagecount in create_gpadl_header() Sumit Semwal
2017-04-16  8:00   ` Greg KH
2017-04-17 14:49     ` Sumit Semwal
2017-04-19 12:58       ` Greg KH
2017-04-20  5:34         ` Sumit Semwal
2017-04-12 17:43 ` [v2 PATCH for-4.4 08/16] Drivers: hv: don't leak memory in vmbus_establish_gpadl() Sumit Semwal
2017-04-12 17:43 ` [v2 PATCH for-4.4 09/16] Drivers: hv: get rid of timeout in vmbus_open() Sumit Semwal
2017-04-12 17:43 ` [v2 PATCH for-4.4 10/16] Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg() Sumit Semwal
2017-04-12 17:43 ` [v2 PATCH for-4.4 11/16] Tools: hv: kvp: ensure kvp device fd is closed on exec Sumit Semwal
2017-04-12 17:43 ` [v2 PATCH for-4.4 12/16] Drivers: hv: balloon: keep track of where ha_region starts Sumit Semwal
2017-04-12 17:43 ` [v2 PATCH for-4.4 13/16] Drivers: hv: balloon: account for gaps in hot add regions Sumit Semwal
2017-04-12 17:43 ` [v2 PATCH for-4.4 14/16] hv: don't reset hv_context.tsc_page on crash Sumit Semwal
2017-04-12 17:43 ` [v2 PATCH for-4.4 15/16] blk-mq: Avoid memory reclaim when remapping queues Sumit Semwal
2017-04-12 17:43 ` [v2 PATCH for-4.4 16/16] usb: hub: Wait for connection to be reestablished after port reset Sumit Semwal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).