From 8a74f415f43f0138abf98ae87e257ec4b91f8f5c Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 17 Sep 2020 11:26:36 -0500 Subject: Linux v5.8.10 Signed-off-by: Justin M. Forbes --- kernel.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 1e7623bbf..56bcf720f 100644 --- a/kernel.spec +++ b/kernel.spec @@ -80,7 +80,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 301 +%global baserelease 300 %global fedora_build %{baserelease} # base_sublevel is the kernel version we're starting with and patching @@ -92,7 +92,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 9 +%define stable_update 10 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -880,8 +880,11 @@ Patch112: memory-tegra-Remove-GPU-from-DRM-IOMMU-group.patch # CVE-2020-25211 rhbz 1877571 1877572 Patch113: netfilter-ctnetlink-add-range-check-for-l3-l4-protonum.patch -# rhbz 1878858 -Patch114: block-restore-a-specific-error-code-in-bdev_del_part.patch +# rhbz 1873720 +Patch112: v2-nfs-Fix-security-label-length-not-being-reset.patch + +# rhbz 1875339 1875828 1876997 +Patch113: pdx86-SW_TABLET_MODE-fixes.patch # END OF PATCH DEFINITIONS @@ -2987,6 +2990,10 @@ fi # # %changelog +* Thu Sep 17 08:47:40 CDT 2020 Justin M. Forbes - 5.8.10-300 +- Linux v5.8.10 +- Fix (rhbz 1873720 1876997) + * Mon Sep 14 2020 Justin M. Forbes - 5.8.9-301 - Fix error code in bdev_del_part (rhbz 1878858) -- cgit From 2d9503a9055d9dd14fa76e5ddb649e6ab0c5a191 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Thu, 17 Sep 2020 12:00:32 -0500 Subject: Fix patch numbering as F33 is not in sync Signed-off-by: Justin M. Forbes --- kernel.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel.spec') diff --git a/kernel.spec b/kernel.spec index 56bcf720f..4f66e9ec5 100644 --- a/kernel.spec +++ b/kernel.spec @@ -881,10 +881,10 @@ Patch112: memory-tegra-Remove-GPU-from-DRM-IOMMU-group.patch Patch113: netfilter-ctnetlink-add-range-check-for-l3-l4-protonum.patch # rhbz 1873720 -Patch112: v2-nfs-Fix-security-label-length-not-being-reset.patch +Patch114: v2-nfs-Fix-security-label-length-not-being-reset.patch # rhbz 1875339 1875828 1876997 -Patch113: pdx86-SW_TABLET_MODE-fixes.patch +Patch115: pdx86-SW_TABLET_MODE-fixes.patch # END OF PATCH DEFINITIONS -- cgit