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

From: Kees Cook
Date: Thu Nov 30 2023 - 16:38:26 EST


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@xxxxxxxxxx (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(-)

--
Kees Cook