[GIT PULL] hardening fixes for v6.10-rc5

From: Kees Cook
Date: Mon Jun 17 2024 - 14:24:41 EST


Hi Linus,

Please pull these handful of hardening fixes for v6.10-rc5.

Thanks!

-Kees

The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1ab1a422c0daedbd76f9f25c297eca48986ddea0:

MAINTAINERS: Update entries for Kees Cook (2024-06-17 11:14:06 -0700)

----------------------------------------------------------------
hardening fixes for v6.10-rc5

- yama: document function parameter (Christian Göttsche_

- mm/util: Swap kmemdup_array() arguments (Jean-Philippe Brucker)

- kunit/overflow: Adjust for __counted_by with DEFINE_RAW_FLEX()

- MAINTAINERS: Update entries for Kees Cook

----------------------------------------------------------------
Christian Göttsche (1):
yama: document function parameter

Jean-Philippe Brucker (1):
mm/util: Swap kmemdup_array() arguments

Kees Cook (2):
kunit/overflow: Adjust for __counted_by with DEFINE_RAW_FLEX()
MAINTAINERS: Update entries for Kees Cook

MAINTAINERS | 28 ++++++++++++++--------------
drivers/soc/tegra/fuse/fuse-tegra.c | 4 ++--
include/linux/string.h | 2 +-
lib/fortify_kunit.c | 2 +-
lib/overflow_kunit.c | 20 +++++++++++++++++---
mm/util.c | 4 ++--
security/yama/yama_lsm.c | 1 +
7 files changed, 38 insertions(+), 23 deletions(-)

--
Kees Cook