[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <202406280915.FFE303A3@keescook>
Date: Fri, 28 Jun 2024 09:17:14 -0700
From: Kees Cook <kees@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Arnd Bergmann <arnd@...db.de>,
Heiko Carstens <hca@...ux.ibm.com>,
Jeff Johnson <quic_jjohnson@...cinc.com>,
Kees Cook <kees@...nel.org>, Mark Rutland <mark.rutland@....com>,
Nathan Chancellor <nathan@...nel.org>,
Yuntao Liu <liuyuntao12@...wei.com>
Subject: [GIT PULL] hardening fixes for v6.10-rc6
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
Powered by blists - more mailing lists