Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH 5.15.y 0/2] Backport GCC 13 fixes
@ 2023-06-08 21:34 Paul Barker
  2023-06-08 21:34 ` [PATCH 5.15.y 1/2] ata: ahci: fix enum constants for gcc-13 Paul Barker
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Paul Barker @ 2023-06-08 21:34 UTC (permalink / raw)
  To: stable; +Cc: Paul Barker

These two commits are required to build the linux-5.15.y branch
successfully with GCC 13 in my testing. Both are backports from
mainline, with a couple of tweaks to make them apply cleanly.

The result has been build tested against a few different gcc versions
(9.5, 11.3 & 13.1) and defconfigs (x86_64_defconfig, i386_defconfig,
ARM multi_v7_defconfig, ARM64 defconfig, RISCV defconfig,
RISCV rv32_defconfig) via Yocto Project builds.

Patches for linux-5.10.y are also on the way.

Arnd Bergmann (1):
  ata: ahci: fix enum constants for gcc-13

Kees Cook (1):
  gcc-plugins: Reorganize gimple includes for GCC 13

 drivers/ata/ahci.h               | 245 ++++++++++++++++---------------
 scripts/gcc-plugins/gcc-common.h |   4 +-
 2 files changed, 125 insertions(+), 124 deletions(-)


base-commit: d7af3e5ba454d007b4939f858739cf1cecdeab46
-- 
2.34.1

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-09  9:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-08 21:34 [PATCH 5.15.y 0/2] Backport GCC 13 fixes Paul Barker
2023-06-08 21:34 ` [PATCH 5.15.y 1/2] ata: ahci: fix enum constants for gcc-13 Paul Barker
2023-06-08 21:34 ` [PATCH 5.15.y 2/2] gcc-plugins: Reorganize gimple includes for GCC 13 Paul Barker
2023-06-09  9:17 ` [PATCH 5.15.y 0/2] Backport GCC 13 fixes Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox