mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] hardening updates for v7.2-rc1
@ 2026-06-15 20:50 Kees Cook
  2026-06-16  3:57 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Kees Cook @ 2026-06-15 20:50 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Ard Biesheuvel, Gustavo A. R. Silva, Kees Cook,
	Michael Ellerman, Ritesh Harjani, Sayali Patil, Thorsten Blum

Hi Linus,

Please pull these hardening updates for v7.2-rc1. Another PR will be
coming after the BPF tree lands, as it contains the removal of the last
use of "strncpy" in the kernel, at which point I'll send a PR for this
tree which removes all the strncpy implementations:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git/log/?h=for-v7.2/strncpy-removal

Thanks!

-Kees

The following changes since commit 7fd2df204f342fc17d1a0bfcd474b24232fb0f32:

  Linux 7.1-rc2 (2026-05-03 14:21:25 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v7.2-rc1

for you to fetch changes up to 122b52f0bab007ebeb414c8280c1def17b9ed1f4:

  lkdtm/powerpc: add PPC_RADIX_TLBIEL test for radix MCE validation (2026-05-21 03:21:01 -0700)

----------------------------------------------------------------
hardening updates for v7.2-rc1

- lkdtm: Add case to provoke a crash in EFI runtime services (Ard Biesheuvel)

- lkdtm: add PPC_RADIX_TLBIEL test and missed isync (Sayali Patil)

- stddef: Document designated initializer semantics for __TRAILING_OVERLAP()
  (Gustavo A. R. Silva)

- strarray: drop redundant allocation, add __counted_by_ptr (Thorsten Blum)

----------------------------------------------------------------
Ard Biesheuvel (1):
      lkdtm: Add case to provoke a crash in EFI runtime services

Gustavo A. R. Silva (1):
      stddef: Document designated initializer semantics for __TRAILING_OVERLAP()

Sayali Patil (2):
      lkdtm/powerpc: add isync after slbmte to enforce SLB update ordering
      lkdtm/powerpc: add PPC_RADIX_TLBIEL test for radix MCE validation

Thorsten Blum (3):
      MAINTAINERS: add kernel hardening keyword __counted_by_ptr
      lib/string_helpers: drop redundant allocation in kasprintf_strarray
      lib/string_helpers: annotate struct strarray with __counted_by_ptr

 drivers/misc/lkdtm/Makefile             |  2 +-
 include/linux/stddef.h                  | 65 +++++++++++++++++++++++++++++++++
 drivers/misc/lkdtm/core.c               |  2 +-
 drivers/misc/lkdtm/bugs.c               | 27 ++++++++++++++
 drivers/misc/lkdtm/powerpc.c            | 49 +++++++++++++++++++++++++
 lib/string_helpers.c                    |  8 ++--
 MAINTAINERS                             |  2 +-
 tools/testing/selftests/lkdtm/tests.txt |  1 +
 8 files changed, 149 insertions(+), 7 deletions(-)

-- 
Kees Cook

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

* Re: [GIT PULL] hardening updates for v7.2-rc1
  2026-06-15 20:50 [GIT PULL] hardening updates for v7.2-rc1 Kees Cook
@ 2026-06-16  3:57 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2026-06-16  3:57 UTC (permalink / raw)
  To: Kees Cook
  Cc: Linus Torvalds, linux-kernel, Ard Biesheuvel,
	Gustavo A. R. Silva, Kees Cook, Michael Ellerman, Ritesh Harjani,
	Sayali Patil, Thorsten Blum

The pull request you sent on Mon, 15 Jun 2026 13:50:37 -0700:

> https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v7.2-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/481329ec5b31d2c48ac6b8b703c8008133884c7e

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

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

end of thread, other threads:[~2026-06-16  3:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 20:50 [GIT PULL] hardening updates for v7.2-rc1 Kees Cook
2026-06-16  3:57 ` pr-tracker-bot

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

Powered by JetHome