mbox series

[GIT,PULL] audit/audit-pr-20241205

Message ID 70abed262882f79e63e747ef56a0379c@paul-moore.com (mailing list archive)
State Accepted
Delegated to: Paul Moore
Headers show
Series [GIT,PULL] audit/audit-pr-20241205 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git tags/audit-pr-20241205

Message

Paul Moore Dec. 5, 2024, 11:06 p.m. UTC
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

Comments

pr-tracker-bot@kernel.org Dec. 5, 2024, 11:27 p.m. UTC | #1
The pull request you sent on Thu, 05 Dec 2024 18:06:02 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git tags/audit-pr-20241205

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

Thank you!