From 4ebe92e7fba08b83aee9900c455ecfaa1573dbc1 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 10 May 2020 12:17:56 +0100 Subject: add usb fix for user space libusb zero copy on some arches --- kernel.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 546109342..f0503d450 100644 --- a/kernel.spec +++ b/kernel.spec @@ -819,6 +819,9 @@ 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 -- cgit From f7dd9b1fa94493688095850c569b2aa02feb61b5 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 11 May 2020 11:11:22 -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 f0503d450..a987805c2 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} @@ -3002,6 +3002,9 @@ fi # # %changelog +* Mon May 11 2020 Justin M. Forbes - 5.6.12-300 +- Linux v5.6.12 + * Wed May 06 2020 Justin M. Forbes - 5.6.11-300 - Linux v5.6.11 -- cgit From 5cd9a1b23bbbec24f24fc08fb3d84de6846db72b Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 12 May 2020 17:29:14 -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 a987805c2..a89cbc5ab 100644 --- a/kernel.spec +++ b/kernel.spec @@ -906,6 +906,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 @@ -3002,6 +3005,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-300 - Linux v5.6.12 -- cgit