All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 4.4 0/9] net/ncsi: Backport fixes to dev-4.4
@ 2016-10-21  0:47 Gavin Shan
  2016-10-21  0:47 ` [PATCH 4.4 1/9] net/ncsi: Remove unused parameters for ncsi_free_req() Gavin Shan
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Gavin Shan @ 2016-10-21  0:47 UTC (permalink / raw)
  To: openbmc; +Cc: joel, Gavin Shan

This backports patches that has been merged to upstream or Dave's
git repo (branch "net") that should arrive upstream shortly. The
first patch is exceptional because the changes included in it has
been in dev-4.7 and upstream from beginning.

Joel, please help merging it to dev-4.4 if the series looks sane
to you.

Gavin Shan (9):
  net/ncsi: Remove unused parameters for ncsi_free_req()
  net/ncsi: Introduce NCSI_RESERVED_CHANNEL
  net/ncsi: Don't probe on the reserved channel ID (0x1f)
  net/ncsi: Rework request index allocation
  net/ncsi: Allow to extend NCSI request properties
  net/ncsi: Avoid if statements in ncsi_suspend_dev()
  net/ncsi: Fix stale link state of inactive channels on failover
  net/ncsi: Choose hot channel as active one if necessary
  net/ncsi: Improve HNCDSC AEN handler

 net/ncsi/internal.h    |  12 +++-
 net/ncsi/ncsi-aen.c    |   6 +-
 net/ncsi/ncsi-cmd.c    |   6 +-
 net/ncsi/ncsi-manage.c | 182 +++++++++++++++++++++++++++++++++----------------
 net/ncsi/ncsi-rsp.c    |   2 +-
 5 files changed, 142 insertions(+), 66 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2016-10-21  3:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-21  0:47 [PATCH 4.4 0/9] net/ncsi: Backport fixes to dev-4.4 Gavin Shan
2016-10-21  0:47 ` [PATCH 4.4 1/9] net/ncsi: Remove unused parameters for ncsi_free_req() Gavin Shan
2016-10-21  0:47 ` [PATCH 4.4 2/9] net/ncsi: Introduce NCSI_RESERVED_CHANNEL Gavin Shan
2016-10-21  0:47 ` [PATCH 4.4 3/9] net/ncsi: Don't probe on the reserved channel ID (0x1f) Gavin Shan
2016-10-21  0:47 ` [PATCH 4.4 4/9] net/ncsi: Rework request index allocation Gavin Shan
2016-10-21  0:47 ` [PATCH 4.4 5/9] net/ncsi: Allow to extend NCSI request properties Gavin Shan
2016-10-21  0:47 ` [PATCH 4.4 6/9] net/ncsi: Avoid if statements in ncsi_suspend_dev() Gavin Shan
2016-10-21  0:47 ` [PATCH 4.4 7/9] net/ncsi: Fix stale link state of inactive channels on failover Gavin Shan
2016-10-21  0:47 ` [PATCH 4.4 8/9] net/ncsi: Choose hot channel as active one if necessary Gavin Shan
2016-10-21  0:47 ` [PATCH 4.4 9/9] net/ncsi: Improve HNCDSC AEN handler Gavin Shan
2016-10-21  1:39   ` Joel Stanley
2016-10-21  2:41     ` Gavin Shan
2016-10-21  3:31       ` Joel Stanley

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.