From: Johannes Thumshirn <jthumshirn@suse.de>
To: Chad Dupuis <chad.dupuis@qlogic.com>
Cc: jejb@linux.vnet.ibm.com, martin.petersen@oracle.com,
saurav.kashyap@qlogic.com, linux-scsi@vger.kernel.org
Subject: Re: [PATCH v2 4/5] bnx2fc: Check sc_cmd device and host pointer before returning the command to the mid-layer.
Date: Thu, 07 Apr 2016 16:00:24 +0200 [thread overview]
Message-ID: <4304901.GbWEH60R4p@c203> (raw)
In-Reply-To: <1460034480-28512-5-git-send-email-chad.dupuis@qlogic.com>
On Donnerstag, 7. April 2016 09:07:59 CEST Chad Dupuis wrote:
> When we are in connection recovery and the internal command timer on a
> request pops, either the scsi_cmnd->device or scsi_cmnd->device->host back
> pointers may be NULL as the device that the command that the request was
> submitted on may have been subsequently reaped due to the connection
> recovery. This can cause one or both of the pointers above to be NULL and
> cause a system crash if we try to return the command to the midlayer.
>
> Instead, double check the pointers before the return to the midlayer so as
> to prevent the crash and let the upper layers finish the session recovery
> and rediscover the device.
>
> Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
> ---
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
--
Johannes Thumshirn Storage
jthumshirn@suse.de +49 911 74053 689
SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
Key fingerprint = EC38 9CAB C2C4 F25D 8600 D0D0 0393 969D 2D76 0850
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-04-07 14:00 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-07 13:07 [PATCH v2 0/5] bnx2fc: Update driver to version 2.10.3 Chad Dupuis
2016-04-07 13:07 ` [PATCH v2 1/5] bnx2fc: Add driver tunables Chad Dupuis
2016-04-07 13:57 ` Johannes Thumshirn
2016-04-07 13:07 ` [PATCH v2 2/5] bnx2fc: Print when we send a fip keep alive Chad Dupuis
2016-04-07 13:58 ` Johannes Thumshirn
2016-04-07 13:07 ` [PATCH v2 3/5] bnx2fc: Print netdev device name when FCoE is successfully initialized Chad Dupuis
2016-04-07 13:59 ` Johannes Thumshirn
2016-04-07 13:07 ` [PATCH v2 4/5] bnx2fc: Check sc_cmd device and host pointer before returning the command to the mid-layer Chad Dupuis
2016-04-07 14:00 ` Johannes Thumshirn [this message]
2016-04-07 13:08 ` [PATCH v2 5/5] bnx2fc: Update version number to 2.10.3 Chad Dupuis
2016-04-07 14:00 ` Johannes Thumshirn
2016-04-11 21:39 ` [PATCH v2 0/5] bnx2fc: Update driver to version 2.10.3 Martin K. Petersen
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=4304901.GbWEH60R4p@c203 \
--to=jthumshirn@suse.de \
--cc=chad.dupuis@qlogic.com \
--cc=jejb@linux.vnet.ibm.com \
--cc=linux-scsi@vger.kernel.org \
--cc=martin.petersen@oracle.com \
--cc=saurav.kashyap@qlogic.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.