From 38af44ceef8bd7fa9fc8a394435aba9329466afa Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 5 Aug 2020 11:28:50 -0500 Subject: Linux v5.7.13 Signed-off-by: Justin M. Forbes --- kernel.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 329f8b2ff..3b02a59d4 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 12 +%define stable_update 13 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -883,12 +883,12 @@ Patch123: 0001-usb-fusb302-Convert-to-use-GPIO-descriptors.patch # Tegra194 ACPI PCI quirk - http://patchwork.ozlabs.org/patch/1221384/ 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 +# CVE-2020-16166 rhbz 1865751 1865752 +Patch127: random32-update-the-net-random-state-on-interrupt-and-activity.patch + # END OF PATCH DEFINITIONS %endif @@ -2993,6 +2993,10 @@ fi # # %changelog +* Wed Aug 05 2020 Justin M. Forbes - 5.7.13-200 +- Linux v5.7.13 +- Fix CVE-2020-16166 (rhbz 1865751 1865752) + * Sat Aug 01 2020 Justin M. Forbes - 5.7.12-200 - Linux v5.7.12 -- cgit