summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec28
1 files changed, 5 insertions, 23 deletions
diff --git a/kernel.spec b/kernel.spec
index a1df5139f..7c96b7946 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -77,7 +77,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
-%global baserelease 202
+%global baserelease 200
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -89,7 +89,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}
@@ -801,46 +801,25 @@ Patch503: KEYS-Make-use-of-platform-keyring-for-module-signature.patch
# https://lkml.org/lkml/2019/8/29/1772
Patch504: ARM-fix-__get_user_check-in-case-uaccess_-calls-are-not-inlined.patch
-# CVE-2019-19068 rhbz 1774963 1774965
-Patch511: rtl8xxxu-prevent-leaking-urb.patch
-
# CVE-2019-19043 rhbz 1774972 1774973
Patch512: net-next-v2-9-9-i40e-prevent-memory-leak-in-i40e_setup_macvlans.patch
-# CVE-2019-19066 rhbz 1774976 1774978
-Patch513: scsi-bfa-release-allocated-memory-in-case-of-error.patch
-
# CVE-2019-19046 rhbz 1774988 1774989
Patch514: ipmi-Fix-memory-leak-in-__ipmi_bmc_register.patch
# CVE-2019-19064 rhbz 1775010 1775011
Patch515: spi-lpspi-fix-memory-leak-in-fsl_lpspi_probe.patch
-# CVE-2019-19053 rhbz 1775956 1775110
-Patch521: rpmsg-char-release-allocated-memory.patch
-
-# CVE-2019-19056 rhbz 1775097 1775115
-Patch522: mwifiex-pcie-fix-memory-leak-in-mwifiex_pcie_alloc_cmdrsp_buf.patch
-
# CVE-2019-19054 rhbz 1775063 1775117
Patch523: media-rc-prevent-memory-leak-in-cx23888_ir_probe.patch
-# CVE-2019-14895 rhbz 1774870 1776139
-Patch524: mwifiex-fix-possible-heap-overflow-in-mwifiex_process_country_ie.patch
-
# CVE-2019-14896 rhbz 1774875 1776143
# CVE-2019-14897 rhbz 1774879 1776146
Patch525: libertas-Fix-two-buffer-overflows-at-parsing-bss-descriptor.patch
-# CVE-2019-19078 rhbz 1776354 1776353
-Patch526: ath10k-fix-memory-leak.patch
-
# CVE-2019-18808 rhbz 1777418 1777421
Patch527: 0001-crypto-ccp-Release-all-allocated-memory-if-sha-type-.patch
-# rhbz 1788653
-Patch530: tpm-handle-negative-priv--response_len-in-tpm_common_read.patch
-
# https://gitlab.freedesktop.org/drm/intel/issues/673
Patch531: drm-i915-gt-Detect-if-we-miss-WaIdleLiteRestore.patch
@@ -2541,6 +2520,9 @@ fi
#
#
%changelog
+* Tue Jan 14 2020 Jeremy Cline <jcline@redhat.com> - 5.4.12-200
+- Linux v5.4.12
+
* Mon Jan 13 2020 Justin M. Forbes <jforbes@fedoraproject.org> - 5.4.10-202
- Add Documentation back to kernel-devel as it has Kconfig now (rhbz 1789641)