[GIT PULL] hardening fixes for v6.12-rc2

From: Kees Cook
Date: Fri Oct 04 2024 - 20:33:58 EST


Hi Linus,

Please pull these hardening fixes for v6.12-rc2.

Thanks!

-Kees

The following changes since commit c121d5cc3a993cdbfab46a152bdd50227a4d5e8c:

lib/string_choices: Add some comments to make more clear for string choices helpers. (2024-09-05 09:50:16 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v6.12-rc2

for you to fetch changes up to 045244dd5d75c61ae37b7b96fe0a95805bd1842d:

MAINTAINERS: Add security/Kconfig.hardening to hardening section (2024-09-28 13:56:12 -0700)

----------------------------------------------------------------
hardening fixes for v6.12-rc2

- gcc plugins: Avoid Kconfig warnings with randstruct (Nathan Chancellor)

- MAINTAINERS: Add security/Kconfig.hardening to hardening section
(Nathan Chancellor)

- MAINTAINERS: Add unsafe_memcpy() to the FORTIFY review list

----------------------------------------------------------------
Kees Cook (1):
MAINTAINERS: Add unsafe_memcpy() to the FORTIFY review list

Nathan Chancellor (2):
hardening: Adjust dependencies in selection of MODVERSIONS
MAINTAINERS: Add security/Kconfig.hardening to hardening section

MAINTAINERS | 2 ++
security/Kconfig.hardening | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)

--
Kees Cook