diff options
author | Doug Ledford <dledford@redhat.com> | 2017-08-07 13:30:40 -0400 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2017-08-07 13:30:40 -0400 |
commit | 48107c4e596c8523d46c7b04f92cf29e7569a01e (patch) | |
tree | c9e50c89309ea81ef4218c76c5bef0a106d6aa84 /drivers/infiniband/core | |
parent | 5db465f235e74293e285e1fa924a55e52ba52a98 (diff) | |
parent | 5dc78ad1904db597bdb4427f3ead437aae86f54c (diff) | |
download | op-kernel-dev-48107c4e596c8523d46c7b04f92cf29e7569a01e.zip op-kernel-dev-48107c4e596c8523d46c7b04f92cf29e7569a01e.tar.gz |
Merge tag 'rdma-rc-2017-07-26' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma into leon-ipoib
IPoIB fixes for 4.13
The patchset provides various fixes for IPoIB. It is combination of
fixes to various issues discovered during verification along with
static checkers cleanup patches.
Most of the patches are from pre-git era and hence lack of Fixes lines.
There is one exception in this IPoIB group - addition of patch revert:
Revert "IB/core: Allow QP state transition from reset to error", but
it followed by proper fix to the annoying print, so I thought it is
appropriate to include it.
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/core')
-rw-r--r-- | drivers/infiniband/core/verbs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/infiniband/core/verbs.c b/drivers/infiniband/core/verbs.c index fb98ed6..7f8fe44 100644 --- a/drivers/infiniband/core/verbs.c +++ b/drivers/infiniband/core/verbs.c @@ -895,7 +895,6 @@ static const struct { } qp_state_table[IB_QPS_ERR + 1][IB_QPS_ERR + 1] = { [IB_QPS_RESET] = { [IB_QPS_RESET] = { .valid = 1 }, - [IB_QPS_ERR] = { .valid = 1 }, [IB_QPS_INIT] = { .valid = 1, .req_param = { |