From 219a01f147cab7ae4fb19a9d380cf3ed40288380 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 11 May 2020 11:12:02 -0500 Subject: Linux v5.6.12 --- kernel.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index d25e1487f..754ec6f03 100644 --- a/kernel.spec +++ b/kernel.spec @@ -56,7 +56,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} @@ -1842,6 +1842,9 @@ fi # # %changelog +* Mon May 11 2020 Justin M. Forbes - 5.6.12-100 +- Linux v5.6.12 + * Wed May 06 2020 Justin M. Forbes - 5.6.11-100 - Linux v5.6.11 -- cgit From 364418124060eb317c531a5b6c94bdedbc455968 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 12 May 2020 17:29:20 -0500 Subject: Fix CVE-2020-10711 (rhbz 1825116 1834778) Signed-off-by: Justin M. Forbes --- kernel.spec | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 754ec6f03..25e3fbecc 100644 --- a/kernel.spec +++ b/kernel.spec @@ -612,6 +612,9 @@ Patch511: e1000e-bump-up-timeout-to-wait-when-ME-un-configure-ULP-mode.patch Patch512: drm-dp_mst-Fix-drm_dp_send_dpcd_write-return-code.patch +# CVE-2020-10711 rhbz 1825116 1834778 +Patch513: net-netlabel-cope-with-NULL-catmap.patch + # END OF PATCH DEFINITIONS %endif @@ -1842,6 +1845,9 @@ fi # # %changelog +* Tue May 12 2020 Justin M. Forbes +- Fix CVE-2020-10711 (rhbz 1825116 1834778) + * Mon May 11 2020 Justin M. Forbes - 5.6.12-100 - Linux v5.6.12 -- cgit