lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <166200877450.26143.6347697881068660910.b4-ty@oracle.com> Date: Thu, 1 Sep 2022 01:12:50 -0400 From: "Martin K. Petersen" <martin.petersen@...cle.com> To: "Gustavo A. R. Silva" <gustavoars@...nel.org>, linux-kernel@...r.kernel.org, linux-scsi@...r.kernel.org, megaraidlinux.pdl@...adcom.com Cc: "Martin K . Petersen" <martin.petersen@...cle.com>, linux-hardening@...r.kernel.org, "James E.J. Bottomley" <jejb@...ux.ibm.com>, Kees Cook <keescook@...omium.org>, Kashyap Desai <kashyap.desai@...adcom.com>, Sumit Saxena <sumit.saxena@...adcom.com>, Shivasharan S <shivasharan.srikanteshwara@...adcom.com> Subject: Re: [PATCH v3 0/6] Replace one-element arrays with flexible-array members On Mon, 15 Aug 2022 16:35:19 -0500, Gustavo A. R. Silva wrote: > This series aims to replace one-element arrays with flexible-array > members in drivers/scsi/megaraid/ > > I followed the below steps in order to verify the changes don't > significally impact the code (.text) section generated by the compiler, > for each object file involved: > > [...] Applied to 6.1/scsi-queue, thanks! [1/6] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_FW_RAID_MAP https://git.kernel.org/mkp/scsi/c/ac23b92b27e3 [2/6] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_FW_RAID_MAP_DYNAMIC https://git.kernel.org/mkp/scsi/c/204a29a169f4 [3/6] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_DRV_RAID_MAP https://git.kernel.org/mkp/scsi/c/eeb3bab77244 [4/6] scsi: megaraid_sas: Replace one-element array with flexible-array member in MR_PD_CFG_SEQ_NUM_SYNC https://git.kernel.org/mkp/scsi/c/ee92366a8439 [5/6] scsi: megaraid_sas: Use struct_size() in code related to struct MR_FW_RAID_MAP https://git.kernel.org/mkp/scsi/c/41e830269d68 [6/6] scsi: megaraid_sas: Use struct_size() in code related to struct MR_PD_CFG_SEQ_NUM_SYNC https://git.kernel.org/mkp/scsi/c/48658213202c -- Martin K. Petersen Oracle Linux Engineering
Powered by blists - more mailing lists