From eff8587a7e52eccbfcc0c6bc1c5b2ee4905799a7 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Tue, 19 Jan 2021 15:06:42 -0600 Subject: Linux v5.10.9 Signed-off-by: Justin M. Forbes --- kernel.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kernel.spec b/kernel.spec index e7bb319de..eb4db1021 100644 --- a/kernel.spec +++ b/kernel.spec @@ -94,7 +94,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 8 +%define stable_update 9 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -2965,6 +2965,9 @@ fi # # %changelog +* Tue Jan 19 15:00:17 CST 2021 Justin M. Forbes - 5.10.9-200 +- Linux v5.10.9 + * Sun Jan 17 13:09:31 CST 2021 Justin M. Forbes - 5.10.8-200 - Linux v5.10.8 diff --git a/sources b/sources index 662d02055..e7f22abfa 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (linux-5.10.tar.xz) = c28d52bc0c1e2c99017ceeca0bf2e622427f3416e0692090b01f65e3b3a5bce0e3e52ce3cee15d71e84fcb965bd48bdfcccb818c0105035d712ebd07afde9452 -SHA512 (patch-5.10.8.xz) = 1680ae6f248d29bef2e9a37a40bda40ff17757a02d469b1d9c097ec5898cd4c5c4c46f8e7c9e5be0df9b56422e97364f675774a5c921f9dc05719cfc5d76735a +SHA512 (patch-5.10.9.xz) = d1580e3a1863f3ce69237e35b3fb130fcb9a97a2d306abce51761821ff3db0e6308b5393dc3e0dc1cc4da5f3a4ce79ce2d159c2653084177f66bfcbd982fe04d -- cgit From 812d7cd6a93e653badbd40d9c310eeaaba19a314 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 20 Jan 2021 14:45:25 +0000 Subject: Fix for ARMv7 builder pause issue - rhbz 1576593 regresion --- configs/fedora/generic/arm/armv7/CONFIG_HIGHPTE | 3 +-- kernel-armv7hl-debug-fedora.config | 2 +- kernel-armv7hl-fedora.config | 2 +- kernel-armv7hl-lpae-debug-fedora.config | 2 +- kernel-armv7hl-lpae-fedora.config | 2 +- kernel.spec | 5 ++++- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/configs/fedora/generic/arm/armv7/CONFIG_HIGHPTE b/configs/fedora/generic/arm/armv7/CONFIG_HIGHPTE index 4f5e59821..cd440ed6d 100644 --- a/configs/fedora/generic/arm/armv7/CONFIG_HIGHPTE +++ b/configs/fedora/generic/arm/armv7/CONFIG_HIGHPTE @@ -1,2 +1 @@ -# TODO fix due to hardware errata -CONFIG_HIGHPTE=y +# CONFIG_HIGHPTE is not set diff --git a/kernel-armv7hl-debug-fedora.config b/kernel-armv7hl-debug-fedora.config index acee275ee..533207349 100644 --- a/kernel-armv7hl-debug-fedora.config +++ b/kernel-armv7hl-debug-fedora.config @@ -2501,7 +2501,7 @@ CONFIG_HID=y CONFIG_HID_ZEROPLUS=m CONFIG_HID_ZYDACRON=m CONFIG_HIGHMEM=y -CONFIG_HIGHPTE=y +# CONFIG_HIGHPTE is not set CONFIG_HIGH_RES_TIMERS=y # CONFIG_HIPPI is not set # CONFIG_HISI_DMA is not set diff --git a/kernel-armv7hl-fedora.config b/kernel-armv7hl-fedora.config index 15089b8b7..804839fcd 100644 --- a/kernel-armv7hl-fedora.config +++ b/kernel-armv7hl-fedora.config @@ -2486,7 +2486,7 @@ CONFIG_HID=y CONFIG_HID_ZEROPLUS=m CONFIG_HID_ZYDACRON=m CONFIG_HIGHMEM=y -CONFIG_HIGHPTE=y +# CONFIG_HIGHPTE is not set CONFIG_HIGH_RES_TIMERS=y # CONFIG_HIPPI is not set # CONFIG_HISI_DMA is not set diff --git a/kernel-armv7hl-lpae-debug-fedora.config b/kernel-armv7hl-lpae-debug-fedora.config index a21f92ca3..bec6e4c3b 100644 --- a/kernel-armv7hl-lpae-debug-fedora.config +++ b/kernel-armv7hl-lpae-debug-fedora.config @@ -2447,7 +2447,7 @@ CONFIG_HID=y CONFIG_HID_ZEROPLUS=m CONFIG_HID_ZYDACRON=m CONFIG_HIGHMEM=y -CONFIG_HIGHPTE=y +# CONFIG_HIGHPTE is not set CONFIG_HIGH_RES_TIMERS=y # CONFIG_HIPPI is not set # CONFIG_HISI_DMA is not set diff --git a/kernel-armv7hl-lpae-fedora.config b/kernel-armv7hl-lpae-fedora.config index bf2f30383..70450f8f4 100644 --- a/kernel-armv7hl-lpae-fedora.config +++ b/kernel-armv7hl-lpae-fedora.config @@ -2432,7 +2432,7 @@ CONFIG_HID=y CONFIG_HID_ZEROPLUS=m CONFIG_HID_ZYDACRON=m CONFIG_HIGHMEM=y -CONFIG_HIGHPTE=y +# CONFIG_HIGHPTE is not set CONFIG_HIGH_RES_TIMERS=y # CONFIG_HIPPI is not set # CONFIG_HISI_DMA is not set diff --git a/kernel.spec b/kernel.spec index eb4db1021..fe2173c9e 100644 --- a/kernel.spec +++ b/kernel.spec @@ -82,7 +82,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 200 +%global baserelease 201 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -2965,6 +2965,9 @@ fi # # %changelog +* Wed Jan 20 2021 Peter Robinson - 5.10.9-201 +- Fix for ARMv7 builder pause issue + * Tue Jan 19 15:00:17 CST 2021 Justin M. Forbes - 5.10.9-200 - Linux v5.10.9 -- cgit From c48d79f758c7d59672d72f68d3f24b3d31719a33 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 20 Jan 2021 12:37:03 -0600 Subject: Fix USB_XHCI_PCI regression Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_USB_XHCI_PCI | 1 + configs/fedora/generic/CONFIG_USB_XHCI_PCI_RENESAS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 configs/fedora/generic/CONFIG_USB_XHCI_PCI diff --git a/configs/fedora/generic/CONFIG_USB_XHCI_PCI b/configs/fedora/generic/CONFIG_USB_XHCI_PCI new file mode 100644 index 000000000..69eea98da --- /dev/null +++ b/configs/fedora/generic/CONFIG_USB_XHCI_PCI @@ -0,0 +1 @@ +CONFIG_USB_XHCI_PCI=y diff --git a/configs/fedora/generic/CONFIG_USB_XHCI_PCI_RENESAS b/configs/fedora/generic/CONFIG_USB_XHCI_PCI_RENESAS index 7ce730173..05b2b8562 100644 --- a/configs/fedora/generic/CONFIG_USB_XHCI_PCI_RENESAS +++ b/configs/fedora/generic/CONFIG_USB_XHCI_PCI_RENESAS @@ -1 +1 @@ -CONFIG_USB_XHCI_PCI_RENESAS=m +CONFIG_USB_XHCI_PCI_RENESAS=y -- cgit