]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
scsi: iscsi: Do not put host in iscsi_set_flashnode_param()
authorJing Xiangfeng <jingxiangfeng@huawei.com>
Mon, 15 Jun 2020 08:12:26 +0000 (16:12 +0800)
committerKhalid Elmously <khalid.elmously@canonical.com>
Wed, 16 Sep 2020 09:15:01 +0000 (05:15 -0400)
commit669ada54ae7a13bc72d02962240deaba22e4d0c4
tree0f07b3a2b837db0ce5c2948ff6121dc02050cce2
parent71a6c2f69f3229b67bfefbb5c822aea4856af647
scsi: iscsi: Do not put host in iscsi_set_flashnode_param()

BugLink: https://bugs.launchpad.net/bugs/1895174
[ Upstream commit 68e12e5f61354eb42cfffbc20a693153fc39738e ]

If scsi_host_lookup() fails we will jump to put_host which may cause a
panic. Jump to exit_set_fnode instead.

Link: https://lore.kernel.org/r/20200615081226.183068-1-jingxiangfeng@huawei.com
Reviewed-by: Mike Christie <michael.christie@oracle.com>
Signed-off-by: Jing Xiangfeng <jingxiangfeng@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/scsi/scsi_transport_iscsi.c