public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] string fixes for v6.15-rc1
@ 2025-04-06 17:54 Kees Cook
  2025-04-06 19:04 ` Linus Torvalds
  0 siblings, 1 reply; 11+ messages in thread
From: Kees Cook @ 2025-04-06 17:54 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Andrey Konovalov, Andy Shevchenko, Catalin Marinas,
	Kees Cook, Nathan Chancellor, Peter Collingbourne,
	Vincenzo Frascino, Will Deacon

Hi Linus,

Please pull this pair of string API fixes for v6.15-rc1.

Thanks!

-Kees

The following changes since commit b688f369ae0d5d25865f5441fa62e54c7d5d0de6:

  compiler_types: Introduce __nonstring_array (2025-03-12 13:21:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 48ac25ef250da7478ea54afbb1aced40c342e78d:

  kasan: Add strscpy() test to trigger tag fault on arm64 (2025-04-03 10:19:26 -0700)

----------------------------------------------------------------
string fixes for v6.15-rc1

- Add wcslen() to support more Clang libcalls (Nathan Chancellor)

- Fix KASAN MTE exceptions during strscpy() (Peter Collingbourne,
  Vincenzo Frascino)

----------------------------------------------------------------
Nathan Chancellor (2):
      include: Move typedefs in nls.h to their own header
      lib/string.c: Add wcslen()

Peter Collingbourne (1):
      string: Add load_unaligned_zeropad() code path to sized_strscpy()

Vincenzo Frascino (1):
      kasan: Add strscpy() test to trigger tag fault on arm64

 include/linux/nls.h       | 19 +------------------
 include/linux/nls_types.h | 26 ++++++++++++++++++++++++++
 include/linux/string.h    |  2 ++
 lib/string.c              | 24 +++++++++++++++++++++---
 mm/kasan/kasan_test_c.c   | 20 ++++++++++++++++++++
 5 files changed, 70 insertions(+), 21 deletions(-)
 create mode 100644 include/linux/nls_types.h

-- 
Kees Cook

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-04-07 21:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-06 17:54 [GIT PULL] string fixes for v6.15-rc1 Kees Cook
2025-04-06 19:04 ` Linus Torvalds
2025-04-06 19:31   ` Linus Torvalds
2025-04-07  1:32   ` Kees Cook
2025-04-07  2:04     ` Linus Torvalds
2025-04-07 17:37       ` Nathan Chancellor
2025-04-07 19:02         ` Linus Torvalds
2025-04-07 19:25           ` Nathan Chancellor
2025-04-07 20:25             ` Linus Torvalds
2025-04-07 21:01               ` Nathan Chancellor
2025-04-07 20:23       ` David Laight

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox