All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-4.4 00/16] Stable commits from Ubuntu Xenial 4.4-lts
@ 2017-04-10 17:44 Sumit Semwal
  2017-04-10 17:44 ` [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; 21+ messages in thread
From: Sumit Semwal @ 2017-04-10 17:44 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.

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] 21+ messages in thread

end of thread, other threads:[~2017-04-12 15:15 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-10 17:44 [PATCH for-4.4 00/16] Stable commits from Ubuntu Xenial 4.4-lts Sumit Semwal
2017-04-10 17:44 ` [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 13:41   ` Greg KH
2017-04-12 15:14     ` Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 02/16] net/mlx4_core: Fix racy CQ (Completion Queue) free Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 03/16] net/mlx4_en: Fix bad WQE issue Sumit Semwal
2017-04-12 13:45   ` Greg KH
2017-04-12 14:38     ` Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 04/16] SUNRPC: fix refcounting problems with auth_gss messages Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 05/16] ibmveth: set correct gso_size and gso_type Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 06/16] ibmveth: calculate gso_segs for large packets Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 07/16] Drivers: hv: get rid of redundant messagecount in create_gpadl_header() Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 08/16] Drivers: hv: don't leak memory in vmbus_establish_gpadl() Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 09/16] Drivers: hv: get rid of timeout in vmbus_open() Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 10/16] Drivers: hv: vmbus: Reduce the delay between retries in vmbus_post_msg() Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 11/16] Tools: hv: kvp: ensure kvp device fd is closed on exec Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 12/16] Drivers: hv: balloon: keep track of where ha_region starts Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 13/16] Drivers: hv: balloon: account for gaps in hot add regions Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 14/16] hv: don't reset hv_context.tsc_page on crash Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 15/16] blk-mq: Avoid memory reclaim when remapping queues Sumit Semwal
2017-04-10 17:44 ` [PATCH for-4.4 16/16] usb: hub: Wait for connection to be reestablished after port reset Sumit Semwal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.