From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Doug Oucharek <doug@cadentcomputing.com>
Cc: devel@driverdev.osuosl.org, Doug Oucharek <dougso@me.com>,
Andreas Dilger <andreas.dilger@intel.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Oleg Drokin <oleg.drokin@intel.com>,
Alexander Boyko <alexander.boyko@seagate.com>,
Lustre Development List <lustre-devel@lists.lustre.org>
Subject: [lustre-devel] [PATCH] staging: lustre: o2iblnd: fix race at kiblnd_connect_peer
Date: Wed, 14 Mar 2018 12:55:46 +0100 [thread overview]
Message-ID: <20180314115546.GA14792@kroah.com> (raw)
In-Reply-To: <1520581758-4410-1-git-send-email-doug@cadentcomputing.com>
On Fri, Mar 09, 2018 at 02:49:18AM -0500, Doug Oucharek wrote:
> From: Alexander Boyko <alexander.boyko@seagate.com>
>
> cmid will be destroyed at OFED if kiblnd_cm_callback return error.
> if error happen before the end of kiblnd_connect_peer, it will touch
> destroyed cmid and fail as
> (o2iblnd_cb.c:1315:kiblnd_connect_peer())
> ASSERTION( cmid->device != ((void *)0) ) failed:
>
> Signed-off-by: Alexander Boyko <alexander.boyko@seagate.com>
> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-10015
> Reviewed-by: Alexey Lyashkov <c17817@cray.com>
> Reviewed-by: Doug Oucharek <dougso@me.com>
> Reviewed-by: John L. Hammond <john.hammond@intel.com>
> Signed-off-by: Doug Oucharek <dougso@me.com>
Your email address here does not match the From: line :(
Please fix up and resend...
thanks,
greg k-h
WARNING: multiple messages have this Message-ID (diff)
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Doug Oucharek <doug@cadentcomputing.com>
Cc: devel@driverdev.osuosl.org, Doug Oucharek <dougso@me.com>,
Andreas Dilger <andreas.dilger@intel.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Oleg Drokin <oleg.drokin@intel.com>,
Alexander Boyko <alexander.boyko@seagate.com>,
Lustre Development List <lustre-devel@lists.lustre.org>
Subject: Re: [PATCH] staging: lustre: o2iblnd: fix race at kiblnd_connect_peer
Date: Wed, 14 Mar 2018 12:55:46 +0100 [thread overview]
Message-ID: <20180314115546.GA14792@kroah.com> (raw)
In-Reply-To: <1520581758-4410-1-git-send-email-doug@cadentcomputing.com>
On Fri, Mar 09, 2018 at 02:49:18AM -0500, Doug Oucharek wrote:
> From: Alexander Boyko <alexander.boyko@seagate.com>
>
> cmid will be destroyed at OFED if kiblnd_cm_callback return error.
> if error happen before the end of kiblnd_connect_peer, it will touch
> destroyed cmid and fail as
> (o2iblnd_cb.c:1315:kiblnd_connect_peer())
> ASSERTION( cmid->device != ((void *)0) ) failed:
>
> Signed-off-by: Alexander Boyko <alexander.boyko@seagate.com>
> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-10015
> Reviewed-by: Alexey Lyashkov <c17817@cray.com>
> Reviewed-by: Doug Oucharek <dougso@me.com>
> Reviewed-by: John L. Hammond <john.hammond@intel.com>
> Signed-off-by: Doug Oucharek <dougso@me.com>
Your email address here does not match the From: line :(
Please fix up and resend...
thanks,
greg k-h
_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
next prev parent reply other threads:[~2018-03-14 11:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-09 7:49 [PATCH] staging: lustre: o2iblnd: fix race at kiblnd_connect_peer Doug Oucharek
2018-03-14 11:55 ` Greg Kroah-Hartman [this message]
2018-03-14 11:55 ` Greg Kroah-Hartman
-- strict thread matches above, loose matches on Subject: below --
2018-03-09 23:29 Doug Oucharek
2018-03-10 0:34 ` [lustre-devel] " Doug Oucharek
2018-05-02 5:22 Doug Oucharek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180314115546.GA14792@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=alexander.boyko@seagate.com \
--cc=andreas.dilger@intel.com \
--cc=devel@driverdev.osuosl.org \
--cc=doug@cadentcomputing.com \
--cc=dougso@me.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lustre-devel@lists.lustre.org \
--cc=oleg.drokin@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.