From f2c63d1549c928c31aaa468a79063b76b0d2f4fa Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 20 May 2020 12:17:10 -0500 Subject: Linux v5.6.14 --- kernel.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 3dbcb7921..7beaaa5a8 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 13 +%define stable_update 14 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -819,9 +819,6 @@ Patch303: ACPI-irq-Workaround-firmware-issue-on-X-Gene-based-m400.patch Patch304: ARM-tegra-usb-no-reset.patch -# https://patchwork.kernel.org/patch/11527525/ -Patch305: usb-usbfs-correct-kernel-user-page-attribute-mismatch.patch - # Raspberry Pi # https://patchwork.kernel.org/cover/11353083/ Patch310: arm64-pinctrl-bcm2835-Add-support-for-all-BCM2711-GPIOs.patch @@ -845,8 +842,6 @@ Patch321: arm64-serial-8250_tegra-Create-Tegra-specific-8250-driver.patch Patch324: regulator-pwm-Don-t-warn-on-probe-deferral.patch # http://patchwork.ozlabs.org/patch/1243112/ Patch325: backlight-lp855x-Ensure-regulators-are-disabled-on-probe-failure.patch -# https://patchwork.ozlabs.org/patch/1261638/ -Patch326: arm64-drm-tegra-Fix-SMMU-support-on-Tegra124-and-Tegra210.patch # http://patchwork.ozlabs.org/patch/1221384/ Patch327: PCI-Add-MCFG-quirks-for-Tegra194-host-controllers.patch # https://patchwork.ozlabs.org/patch/1281134/ @@ -908,9 +903,6 @@ 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 - #rhbz 1779611 Patch514: tpm-check-event-log-version-before-reading-final-eve.patch @@ -923,6 +915,9 @@ Patch516: 0001-pwm-lpss-Fix-get_state-runtime-pm-reference-handling.patch # kernel.org bz 206217 Patch517: RFC-PCI-tegra-Revert-raw_violation_fixup-for-tegra124.patch +# CVE-2020-12888 rhbz 1836245 1836244 +Patch518: vfio-pci-block-user-access-to-disabled-device-MMIO.patch + # END OF PATCH DEFINITIONS %endif @@ -3019,6 +3014,10 @@ fi # # %changelog +* Wed May 20 2020 Justin M. Forbes - 5.6.14-300 +- Linux v5.6.14 +- Fix CVE-2020-12888 (rhbz 1836245 1836244) + * Mon May 18 2020 Justin M. Forbes - Fix stability issue with the jetson-tk1 NIC -- cgit From 5ae89dbdd00f98fbb5b7fd99f4799326b5360937 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Wed, 20 May 2020 21:46:06 +0200 Subject: Fix automatic guest resolution resizing of VirtualBox VMs (rhbz 1789545) Fix Sony laptop hang on resume from suspend (rhbz 1830150) --- kernel.spec | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 7beaaa5a8..ca3ea72c0 100644 --- a/kernel.spec +++ b/kernel.spec @@ -918,6 +918,12 @@ Patch517: RFC-PCI-tegra-Revert-raw_violation_fixup-for-tegra124.patch # CVE-2020-12888 rhbz 1836245 1836244 Patch518: vfio-pci-block-user-access-to-disabled-device-MMIO.patch +# rhbz 1789545 +Patch519: vboxguest-fixes.patch + +# rhbz 1830150 +Patch520: 0001-platform-x86-sony-laptop-SNC-calls-should-handle-BUF.patch + # END OF PATCH DEFINITIONS %endif @@ -3014,6 +3020,10 @@ fi # # %changelog +* Wed May 20 2020 Hans de Goede +- Fix automatic guest resolution resizing of VirtualBox VMs (rhbz 1789545) +- Fix Sony laptop hang on resume from suspend (rhbz 1830150) + * Wed May 20 2020 Justin M. Forbes - 5.6.14-300 - Linux v5.6.14 - Fix CVE-2020-12888 (rhbz 1836245 1836244) -- cgit From 5cc680aaa3cd73854048b0c43aef31b5ed7e0245 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 20 May 2020 15:16:44 -0500 Subject: Fix up changelog for build --- kernel.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index ca3ea72c0..31576a6ac 100644 --- a/kernel.spec +++ b/kernel.spec @@ -3020,11 +3020,11 @@ fi # # %changelog -* Wed May 20 2020 Hans de Goede +* Wed May 20 2020 Hans de Goede - 5.6.14-300 - Fix automatic guest resolution resizing of VirtualBox VMs (rhbz 1789545) - Fix Sony laptop hang on resume from suspend (rhbz 1830150) -* Wed May 20 2020 Justin M. Forbes - 5.6.14-300 +* Wed May 20 2020 Justin M. Forbes - Linux v5.6.14 - Fix CVE-2020-12888 (rhbz 1836245 1836244) -- cgit