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

From: Kees Cook
Date: Fri Jun 28 2024 - 12:17:22 EST


Hi Linus,

Please pull these few hardening fixes for v6.10-rc6.

Thanks!

-Kees

The following changes since commit 1ab1a422c0daedbd76f9f25c297eca48986ddea0:

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

are available in the Git repository at:

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

for you to fetch changes up to 1c07c9be87dd3dd0634033bf08728b32465f08fb:

tty: mxser: Remove __counted_by from mxser_board.ports[] (2024-06-28 08:54:56 -0700)

----------------------------------------------------------------
hardening fixes for v6.10-rc6

- Remove invalid tty __counted_by annotation (Nathan Chancellor)

- Add missing MODULE_DESCRIPTION()s for KUnit string tests (Jeff Johnson)

- Remove non-functional per-arch kstack entropy filtering

----------------------------------------------------------------
Jeff Johnson (1):
string: kunit: add missing MODULE_DESCRIPTION() macros

Kees Cook (1):
randomize_kstack: Remove non-functional per-arch entropy filtering

Nathan Chancellor (1):
tty: mxser: Remove __counted_by from mxser_board.ports[]

arch/arm64/kernel/syscall.c | 16 +++++++---------
arch/s390/include/asm/entry-common.h | 2 +-
arch/x86/include/asm/entry-common.h | 15 ++++++---------
drivers/tty/mxser.c | 2 +-
lib/string_helpers_kunit.c | 1 +
lib/string_kunit.c | 1 +
6 files changed, 17 insertions(+), 20 deletions(-)

--
Kees Cook