[GIT PULL] hardening update for v6.4-rc1

From: Kees Cook
Date: Wed Apr 26 2023 - 14:09:14 EST


Hi Linus,

Please pull this tiny kernel hardening update for v6.4-rc1.

Thanks!

-Kees

The following changes since commit eeac8ede17557680855031c6f305ece2378af326:

Linux 6.3-rc2 (2023-03-12 16:36:44 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v6.4-rc1

for you to fetch changes up to b69edab47f1da8edd8e7bfdf8c70f51a2a5d89fb:

kheaders: Use array declaration instead of char (2023-03-24 20:10:59 -0700)

----------------------------------------------------------------
hardening update for v6.4-rc1

- Fix kheaders array declaration to avoid tripping FORTIFY_SOURCE

----------------------------------------------------------------
Kees Cook (1):
kheaders: Use array declaration instead of char

kernel/kheaders.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

--
Kees Cook