From: Martin K. Petersen Date: Sat, 3 Aug 2024 01:39:30 +0000 (-0400) Subject: Merge patch series "scsi: aacraid: struct sgmap: Replace 1-element arrays with flexib... X-Git-Tag: v6.12-rc1~124^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15f7b71b9da6e0caa6a960e5cea4d64e5f12722c;p=thirdparty%2Fkernel%2Flinux.git Merge patch series "scsi: aacraid: struct sgmap: Replace 1-element arrays with flexible arrays" Kees Cook says: This replaces some of the last remaining uses in the kernel of 1-element "fake" flexible arrays with modern C99 flexible arrays. Some refactoring is done to ease this, and binary differences are identified. For the on stack size changes in patch 2, the "yes, that is the source of the binary differences" debugging patch can be found here[1]. [1] https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git/commit/?h=dev/v6.10-rc2/1-element&id=45e6226bcbc5e982541754eca7ac29f403e82f5e Link: https://lore.kernel.org/r/20240711212732.work.162-kees@kernel.org Signed-off-by: Martin K. Petersen --- 15f7b71b9da6e0caa6a960e5cea4d64e5f12722c