From: Kees Cook <keescook@chromium.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Kees Cook <keescook@chromium.org>,
Nathan Chancellor <nathan@kernel.org>
Subject: [GIT PULL] hardening fixes for v6.9-rc5
Date: Fri, 19 Apr 2024 13:16:14 -0700 [thread overview]
Message-ID: <202404191315.2714F7D@keescook> (raw)
Hi Linus,
Please pull these handful of hardening fixes for v6.9-rc5.
Thanks!
-Kees
The following changes since commit 0bbac3facb5d6cc0171c45c9873a2dc96bea9680:
Linux 6.9-rc4 (2024-04-14 13:38:39 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v6.9-rc5
for you to fetch changes up to f4626c12e4b538f757a73d08f4d86d564175b4f7:
ubsan: Add awareness of signed integer overflow traps (2024-04-15 17:42:43 -0700)
----------------------------------------------------------------
hardening fixes for v6.9-rc5
- Correctly disable UBSAN configs in configs/hardening (Nathan Chancellor)
- Add missing signed integer overflow trap types to arm64 handler
----------------------------------------------------------------
Kees Cook (1):
ubsan: Add awareness of signed integer overflow traps
Nathan Chancellor (2):
configs/hardening: Fix disabling UBSAN configurations
configs/hardening: Disable CONFIG_UBSAN_SIGNED_WRAP
kernel/configs/hardening.config | 11 ++++++-----
lib/ubsan.c | 18 ++++++++++++++++--
2 files changed, 22 insertions(+), 7 deletions(-)
--
Kees Cook
next reply other threads:[~2024-04-19 20:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-19 20:16 Kees Cook [this message]
2024-04-19 21:12 ` [GIT PULL] hardening fixes for v6.9-rc5 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=202404191315.2714F7D@keescook \
--to=keescook@chromium.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nathan@kernel.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.