]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
randstruct: Fix gcc-plugin performance mode to stay in group
authorKees Cook <keescook@chromium.org>
Sat, 7 Oct 2023 04:09:28 +0000 (21:09 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2023 16:45:44 +0000 (16:45 +0000)
commit9d63a6258872ab4126dc554dea768a23d69316e4
treed596d2bc7df48e5170f4aa923fb8f18e406d9093
parent1ad1d67e63393d59ee1668d14e42b95cc1a56ac5
randstruct: Fix gcc-plugin performance mode to stay in group

commit 381fdb73d1e2a48244de7260550e453d1003bb8e upstream.

The performance mode of the gcc-plugin randstruct was shuffling struct
members outside of the cache-line groups. Limit the range to the
specified group indexes.

Cc: linux-hardening@vger.kernel.org
Cc: stable@vger.kernel.org
Reported-by: Lukas Loidolt <e1634039@student.tuwien.ac.at>
Closes: https://lore.kernel.org/all/f3ca77f0-e414-4065-83a5-ae4c4d25545d@student.tuwien.ac.at
Fixes: 313dd1b62921 ("gcc-plugins: Add the randstruct plugin")
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/gcc-plugins/randomize_layout_plugin.c