[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <167815780213.2075334.18310848628648213797.b4-ty@oracle.com>
Date: Mon, 6 Mar 2023 21:57:22 -0500
From: "Martin K. Petersen" <martin.petersen@...cle.com>
To: James Smart <james.smart@...adcom.com>,
Dick Kennedy <dick.kennedy@...adcom.com>,
"James E.J. Bottomley" <jejb@...ux.ibm.com>,
Jakob Koschel <jkl820.git@...il.com>
Cc: "Martin K . Petersen" <martin.petersen@...cle.com>,
linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
Pietro Borrello <borrello@...g.uniroma1.it>,
Cristiano Giuffrida <c.giuffrida@...nl>,
"Bos, H.J." <h.j.bos@...nl>
Subject: Re: [PATCH] scsi: lpfc: avoid usage of list iterator variable after loop
On Wed, 01 Mar 2023 18:19:14 +0100, Jakob Koschel wrote:
> If the &epd_pool->list is empty when executing
> lpfc_get_io_buf_from_expedite_pool() the function would return an
> invalid pointer. Even in the case if the list is guaranteed to be
> populated, the iterator variable should not be used after the loop to be
> more robust for future changes.
>
> Linus proposed to avoid any use of the list iterator variable after the
> loop, in the attempt to move the list iterator variable declaration into
> the marcro to avoid any potential misuse after the loop [1].
>
> [...]
Applied to 6.3/scsi-fixes, thanks!
[1/1] scsi: lpfc: avoid usage of list iterator variable after loop
https://git.kernel.org/mkp/scsi/c/2850b23e9f9a
--
Martin K. Petersen Oracle Linux Engineering
Powered by blists - more mailing lists