]> www.infradead.org Git - users/hch/misc.git/commit
Merge tag 'hardening-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Feb 2025 22:12:17 +0000 (14:12 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 8 Feb 2025 22:12:17 +0000 (14:12 -0800)
commit9946eaf552b194bb352c2945b54ff98c8193b3f1
treecc622115393fd9ba99f466fbdce551b60867e200
parentf4a45f14cf6902a96d9805ba51829054940ef3e7
parent6270f4deba3fbd77d1717fb8634f1fc612ff69e2
Merge tag 'hardening-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux

Pull hardening fixes from Kees Cook:
 "Address a KUnit stack initialization regression that got tickled on
  m68k, and solve a Clang(v14 and earlier) bug found by 0day:

   - Fix stackinit KUnit regression on m68k

   - Use ARRAY_SIZE() for memtostr*()/strtomem*()"

* tag 'hardening-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
  string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()
  compiler.h: Introduce __must_be_byte_array()
  compiler.h: Move C string helpers into C-only kernel section
  stackinit: Fix comment for test_small_end
  stackinit: Keep selftest union size small on m68k
include/linux/compiler.h
include/linux/string.h