[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <yq1twaiui0l.fsf@sermon.lab.mkp.net>
Date: Mon, 05 Dec 2016 17:29:30 -0500
From: "Martin K. Petersen" <martin.petersen@...cle.com>
To: Pan Bian <bianpan2016@....com>
Cc: Jitendra Bhivare <jitendra.bhivare@...adcom.com>,
Subbu Seetharaman <subbu.seetharaman@...adcom.com>,
Ketan Mukadam <ketan.mukadam@...adcom.com>,
"James E.J. Bottomley" <jejb@...ux.vnet.ibm.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2 v2] scsi: be2iscsi: set errno on error path
>>>>> "Pan" == Pan Bian <bianpan2016@....com> writes:
Pan> Variable ret is reset in the loop, and its value will be 0 during
Pan> the after repeat of the loop. Then, if pci_alloc_consistent()
Pan> returns NULL, the return value is 0. 0 means no error, which may
Pan> make it impossible for the callers of beiscsi_create_cqs() to
Pan> detect the memory allocation error. This patch fixes the bug,
Pan> assigning "-ENOMEM" to ret on the path that the call to
Pan> pci_alloc_consistent() fails.
What are the differences between v1 and v2 for these patches? I see no
changelog...
--
Martin K. Petersen Oracle Linux Engineering
Powered by blists - more mailing lists