From 8e15bd07df907f55820528b27870221739dc6e46 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Sat, 1 Aug 2020 09:23:00 -0500 Subject: Linux v5.7.12 Signed-off-by: Justin M. Forbes --- kernel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index b5bf90521..d108c6931 100644 --- a/kernel.spec +++ b/kernel.spec @@ -92,7 +92,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 11 +%define stable_update 12 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -2990,6 +2990,9 @@ fi # # %changelog +* Sat Aug 01 2020 Justin M. Forbes - 5.7.12-200 +- Linux v5.7.12 + * Wed Jul 29 2020 Justin M. Forbes - 5.7.11-200 - Linux v5.7.11 - Fix rhbz 1857101 -- cgit From 1427a1b472eaa6f9131d0d122fbea8b2383b9edb Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Sat, 1 Aug 2020 10:18:11 -0500 Subject: Work around gcc bug Signed-off-by: Justin M. Forbes --- kernel.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index d108c6931..329f8b2ff 100644 --- a/kernel.spec +++ b/kernel.spec @@ -886,6 +886,9 @@ Patch124: 0001-PCI-Add-MCFG-quirks-for-Tegra194-host-controllers.patch # rhbz 1857101 Patch125: 0001-ALSA-hda-Workaround-for-spurious-wakeups-on-some-Int.patch +# Work around a bug in gcc https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96377 +Patch126: 0001-Work-around-for-gcc-bug-https-gcc.gnu.org-bugzilla-s.patch + # END OF PATCH DEFINITIONS %endif -- cgit