mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Kees Cook <kees@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Ard Biesheuvel <ardb@kernel.org>,
	"Gustavo A. R. Silva" <gustavoars@kernel.org>,
	Kees Cook <kees@kernel.org>, Michael Ellerman <mpe@kernel.org>,
	Ritesh Harjani <ritesh.list@gmail.com>,
	Sayali Patil <sayalip@linux.ibm.com>,
	Thorsten Blum <thorsten.blum@linux.dev>
Subject: [GIT PULL] hardening updates for v7.2-rc1
Date: Mon, 15 Jun 2026 13:50:37 -0700	[thread overview]
Message-ID: <202606151344.140BF22B64@keescook> (raw)

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

             reply	other threads:[~2026-06-15 20:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-15 20:50 Kees Cook [this message]
2026-06-16  3:57 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202606151344.140BF22B64@keescook \
    --to=kees@kernel.org \
    --cc=ardb@kernel.org \
    --cc=gustavoars@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mpe@kernel.org \
    --cc=ritesh.list@gmail.com \
    --cc=sayalip@linux.ibm.com \
    --cc=thorsten.blum@linux.dev \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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