[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <161828336218.27813.11353387019652050203.b4-ty@oracle.com>
Date: Tue, 13 Apr 2021 01:48:11 -0400
From: "Martin K. Petersen" <martin.petersen@...cle.com>
To: Avri Altman <avri.altman@....com>,
"Gustavo A. R. Silva" <gustavoars@...nel.org>,
"James E.J. Bottomley" <jejb@...ux.ibm.com>,
Alim Akhtar <alim.akhtar@...sung.com>
Cc: "Martin K . Petersen" <martin.petersen@...cle.com>,
linux-scsi@...r.kernel.org, linux-hardening@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] scsi: ufs: Fix out-of-bounds warnings in ufshcd_exec_raw_upiu_cmd
On Wed, 31 Mar 2021 17:43:38 -0500, Gustavo A. R. Silva wrote:
> Fix the following out-of-bounds warnings by enclosing
> some structure members into new structure objects upiu_req
> and upiu_rsp:
>
> include/linux/fortify-string.h:20:29: warning: '__builtin_memcpy' offset [29, 48] from the object at 'treq' is out of the bounds of referenced subobject 'req_header' with type 'struct utp_upiu_header' at offset 16 [-Warray-bounds]
> include/linux/fortify-string.h:20:29: warning: '__builtin_memcpy' offset [61, 80] from the object at 'treq' is out of the bounds of referenced subobject 'rsp_header' with type 'struct utp_upiu_header' at offset 48 [-Warray-bounds]
> arch/m68k/include/asm/string.h:72:25: warning: '__builtin_memcpy' offset [29, 48] from the object at 'treq' is out of the bounds of referenced subobject 'req_header' with type 'struct utp_upiu_header' at offset 16 [-Warray-bounds]
> arch/m68k/include/asm/string.h:72:25: warning: '__builtin_memcpy' offset [61, 80] from the object at 'treq' is out of the bounds of referenced subobject 'rsp_header' with type 'struct utp_upiu_header' at offset 48 [-Warray-bounds]
>
> [...]
Applied to 5.13/scsi-queue, thanks!
[1/1] scsi: ufs: Fix out-of-bounds warnings in ufshcd_exec_raw_upiu_cmd
https://git.kernel.org/mkp/scsi/c/1352eec8c0da
--
Martin K. Petersen Oracle Linux Engineering
Powered by blists - more mailing lists