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

Message ID 202311301337.4070D0BEA3@keescook
State New
Headers
Series [GIT,PULL] hardening fixes for v6.7-rc4 |

Pull-request

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

Message

Kees Cook Nov. 30, 2023, 9:38 p.m. UTC
  Hi Linus,

Please pull these hardening fixes for v6.7-rc4.

Thanks!

-Kees

The following changes since commit 98b1cc82c4affc16f5598d4fa14b1858671b2263:

  Linux 6.7-rc2 (2023-11-19 15:02:14 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d71f22365a9caca82d424f3a33445de46567e198:

  gcc-plugins: randstruct: Update code comment in relayout_struct() (2023-11-27 16:30:05 -0800)

----------------------------------------------------------------
hardening fixes for v6.7-rc4

- struct_group: propagate attributes to top-level union (Dmitry Antipov)

- gcc-plugins: randstruct: Update code comment in relayout_struct (Gustavo
  A. R. Silva)

- MAINTAINERS: refresh LLVM support (Nick Desaulniers)

----------------------------------------------------------------
Dmitry Antipov (1):
      uapi: propagate __struct_group() attributes to the container union

Gustavo A. R. Silva (1):
      gcc-plugins: randstruct: Update code comment in relayout_struct()

ndesaulniers@google.com (1):
      MAINTAINERS: refresh LLVM support

 MAINTAINERS                                   | 8 +++-----
 include/uapi/linux/stddef.h                   | 2 +-
 scripts/gcc-plugins/randomize_layout_plugin.c | 3 +--
 3 files changed, 5 insertions(+), 8 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 1, 2023, 5:28 a.m. UTC | #1
The pull request you sent on Thu, 30 Nov 2023 13:38:04 -0800:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/994d5c58e50e91bb02c7be4a91d5186292a895c8

Thank you!