Re: [PATCH v5][for-next/hardening] acpi: nfit: intel: avoid multiple -Wflex-array-member-not-at-end warnings
From: Kees Cook
Date: Fri Jun 27 2025 - 16:29:03 EST
On Fri, 27 Jun 2025 12:55:19 -0600, Gustavo A. R. Silva wrote:
> -Wflex-array-member-not-at-end was introduced in GCC-14, and we are
> getting ready to enable it, globally.
>
> Use the new TRAILING_OVERLAP() helper to fix a dozen instances of
> the following type of warning:
>
> drivers/acpi/nfit/intel.c:692:35: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end]
>
> [...]
Thanks for the revs and reviews! :) Since this depends on
TRAILING_OVERLAP, I've snagged it for the hardening tree.
Applied to for-next/hardening, thanks!
[1/1] acpi: nfit: intel: avoid multiple -Wflex-array-member-not-at-end warnings
https://git.kernel.org/kees/c/5e54510a9389
Take care,
--
Kees Cook