[GIT,PULL] kernel hardening fixes for v6.2-rc4

Message ID 202301131526.28719A40@keescook
State New
Headers
Series [GIT,PULL] kernel hardening fixes for v6.2-rc4 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v6.2-rc4

Message

Kees Cook Jan. 13, 2023, 11:27 p.m. UTC
  Hi Linus,

Please pull these two kernel hardening fixes for v6.2-rc4.

Thanks!

-Kees

The following changes since commit 88603b6dc419445847923fcb7fe5080067a30f98:

  Linux 6.2-rc2 (2023-01-01 13:53:16 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/hardening-v6.2-rc4

for you to fetch changes up to 42633ed852deadc14d44660ad71e2f6640239120:

  kbuild: Fix CFI hash randomization with KASAN (2023-01-13 15:22:03 -0800)

----------------------------------------------------------------
kernel hardening fixes for v6.2-rc4

- Fix CFI hash randomization with KASAN (Sami Tolvanen)

- Check size of coreboot table entry and use flex-array

----------------------------------------------------------------
Kees Cook (1):
      firmware: coreboot: Check size of table entry and use flex-array

Sami Tolvanen (1):
      kbuild: Fix CFI hash randomization with KASAN

 drivers/firmware/google/coreboot_table.c | 9 +++++++--
 drivers/firmware/google/coreboot_table.h | 1 +
 init/Makefile                            | 1 +
 scripts/Makefile.vmlinux                 | 1 +
 4 files changed, 10 insertions(+), 2 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Jan. 14, 2023, 4:21 p.m. UTC | #1
The pull request you sent on Fri, 13 Jan 2023 15:27:05 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/880ca43e5c334c32a8af125e456d1a23314aa416

Thank you!