Linus, A minor audit patch that shuffles some code slightly to workaround a GCC bug affecting a number of people. The GCC folks have been able to reproduce the problem and are discussing solutions (see the bug report link in the commit), but since the workaround is trivial let's do that in the kernel so we can unblock people who are hitting this.
Paul -- The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git tags/audit-pr-20241205 for you to fetch changes up to d9381508ea2b590aff46d28d432d20bfef1ba64c: audit: workaround a GCC bug triggered by task comm changes (2024-12-04 22:57:46 -0500) ---------------------------------------------------------------- audit/stable-6.13 PR 20241205 ---------------------------------------------------------------- Yafang shao (1): audit: workaround a GCC bug triggered by task comm changes kernel/auditsc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- paul-moore.com