* [GIT PULL] kernel hardening updates for v5.20-rc1
@ 2022-08-01 17:53 Kees Cook
2022-08-02 21:48 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Kees Cook @ 2022-08-01 17:53 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-kernel, GONG Ruiqi, Jason A. Donenfeld, Justin Stitt,
Kees Cook, Lukas Bulwahn, Matthias Kaehlcke, Mike Snitzer
Hi Linus,
Please pull these kernel hardening updates for v5.20-rc1. Two
cross-maintainer notes: the dm-verity/loadpin changes are Acked by
Mike Snitzer but they have been carried in my treer; the LKDTM change
is duplicated in the drivers/misc tree (it was late in cycle when Greg
and I both picked it up).
Thanks!
-Kees
The following changes since commit a111daf0c53ae91e71fd2bfe7497862d14132e3e:
Linux 5.19-rc3 (2022-06-19 15:06:47 -0500)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v5.20-rc1
for you to fetch changes up to 27603a606fda0806d7c08914bc976931aa42020e:
dm: verity-loadpin: Drop use of dm_table_get_num_targets() (2022-07-28 21:48:12 -0700)
----------------------------------------------------------------
hardening updates for v5.20-rc1
- Fix Sparse warnings with randomizd kstack (GONG, Ruiqi)
- Replace uintptr_t with unsigned long in usercopy (Jason A. Donenfeld)
- Fix Clang -Wforward warning in LKDTM (Justin Stitt)
- Fix comment to correctly refer to STRICT_DEVMEM (Lukas Bulwahn)
- Introduce dm-verity binding logic to LoadPin LSM (Matthias Kaehlcke)
- Clean up warnings and overflow and KASAN tests (Kees Cook)
----------------------------------------------------------------
GONG, Ruiqi (1):
stack: Declare {randomize_,}kstack_offset to fix Sparse warnings
Jason A. Donenfeld (1):
usercopy: use unsigned long instead of uintptr_t
Justin Stitt (1):
drivers: lkdtm: fix clang -Wformat warning
Kees Cook (3):
MAINTAINERS: Add a general "kernel hardening" section
lib: overflow: Do not define 64-bit tests on 32-bit
kasan: test: Silence GCC 12 warnings
Lukas Bulwahn (1):
x86: mm: refer to the intended config STRICT_DEVMEM in a comment
Matthias Kaehlcke (4):
dm: Add verity helpers for LoadPin
LoadPin: Enable loading from trusted dm-verity devices
dm: verity-loadpin: Use CONFIG_SECURITY_LOADPIN_VERITY for conditional compilation
dm: verity-loadpin: Drop use of dm_table_get_num_targets()
MAINTAINERS | 21 ++++-
arch/x86/mm/init.c | 2 +-
drivers/md/Makefile | 1 +
drivers/md/dm-verity-loadpin.c | 75 +++++++++++++++++
drivers/md/dm-verity-target.c | 33 +++++++-
drivers/md/dm-verity.h | 4 +
drivers/misc/lkdtm/bugs.c | 2 +-
include/linux/dm-verity-loadpin.h | 27 ++++++
include/uapi/linux/loadpin.h | 22 +++++
init/main.c | 1 +
lib/overflow_kunit.c | 6 ++
lib/test_kasan.c | 10 +++
mm/usercopy.c | 2 +-
security/loadpin/Kconfig | 16 ++++
security/loadpin/loadpin.c | 167 +++++++++++++++++++++++++++++++++++++-
15 files changed, 380 insertions(+), 9 deletions(-)
create mode 100644 drivers/md/dm-verity-loadpin.c
create mode 100644 include/linux/dm-verity-loadpin.h
create mode 100644 include/uapi/linux/loadpin.h
--
Kees Cook
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] kernel hardening updates for v5.20-rc1
2022-08-01 17:53 [GIT PULL] kernel hardening updates for v5.20-rc1 Kees Cook
@ 2022-08-02 21:48 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-08-02 21:48 UTC (permalink / raw)
To: Kees Cook
Cc: Linus Torvalds, linux-kernel, GONG Ruiqi, Jason A. Donenfeld,
Justin Stitt, Kees Cook, Lukas Bulwahn, Matthias Kaehlcke,
Mike Snitzer
The pull request you sent on Mon, 1 Aug 2022 10:53:32 -0700:
> https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v5.20-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6991a564f59742a0926be7421dff370135c44a97
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:[~2022-08-02 21:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-01 17:53 [GIT PULL] kernel hardening updates for v5.20-rc1 Kees Cook
2022-08-02 21:48 ` 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
all inboxes | Powered by JetHome®