[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <161007949340.9892.9443484467279726588.b4-ty@oracle.com>
Date: Thu, 7 Jan 2021 23:19:41 -0500
From: "Martin K. Petersen" <martin.petersen@...cle.com>
To: Tyrel Datwyler <tyreld@...ux.ibm.com>,
james.bottomley@...senpartnership.com
Cc: "Martin K . Petersen" <martin.petersen@...cle.com>,
kernel test robot <lkp@...el.com>,
linux-kernel@...r.kernel.org, linux-scsi@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org, brking@...ux.ibm.com
Subject: Re: [PATCH] ibmvfc: fix missing cast of ibmvfc_event pointer to u64 handle
On Wed, 6 Jan 2021 14:37:21 -0600, Tyrel Datwyler wrote:
> Commit 2aa0102c6688 ("scsi: ibmvfc: Use correlation token to tag
> commands") sets the vfcFrame correlation token to the pointer handle of
> the associated ibmvfc_event. However, that commit failed to cast the
> pointer to an appropriate type which in this case is a u64. As such
> sparse warnings are generated for both correlation token assignments.
>
> ibmvfc.c:2375:36: sparse: incorrect type in argument 1 (different base types)
> ibmvfc.c:2375:36: sparse: expected unsigned long long [usertype] val
> ibmvfc.c:2375:36: sparse: got struct ibmvfc_event *[assigned] evt
>
> [...]
Applied to 5.11/scsi-fixes, thanks!
[1/1] ibmvfc: fix missing cast of ibmvfc_event pointer to u64 handle
https://git.kernel.org/mkp/scsi/c/901d01c8e50c
--
Martin K. Petersen Oracle Linux Engineering
Powered by blists - more mailing lists