[GIT PULL] hardening fixes for v6.10-rc2 (take2)

From: Kees Cook
Date: Sun Jun 02 2024 - 03:23:50 EST


Hi Linus,

Please pull these few hardening fixes for v6.10-rc2 (take 2: now with
my regular key).

Thanks!

-Kees

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 99a6087dfdc65303d26ab5fba2dacd8931b82b08:

kunit/fortify: Remove __kmalloc_node() test (2024-05-31 13:47:41 -0700)

----------------------------------------------------------------
hardening fixes for v6.10-rc2-take2

- scsi: mpt3sas: Avoid possible run-time warning with long manufacturer strings

- mailmap: update entry for Kees Cook

- kunit/fortify: Remove __kmalloc_node() test

----------------------------------------------------------------
Kees Cook (3):
scsi: mpt3sas: Avoid possible run-time warning with long manufacturer strings
mailmap: update entry for Kees Cook
kunit/fortify: Remove __kmalloc_node() test

.mailmap | 9 +++++----
drivers/scsi/mpt3sas/mpt3sas_base.c | 2 +-
drivers/scsi/mpt3sas/mpt3sas_transport.c | 14 +++++---------
lib/fortify_kunit.c | 3 ---
4 files changed, 11 insertions(+), 17 deletions(-)

--
Kees Cook